about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-08-28 21:11:54 +0000
committerEric Wong <e@80x24.org>2023-08-28 21:37:02 +0000
commit123099936d4f42f44199a530f382049a540fe664 (patch)
tree3e67b32f0701f3cdbb35e79a839aae69086b1afe /Documentation
parentbd74fefce24f1a9a7b6d3a7f1e17237a67e9d1d4 (diff)
downloadpublic-inbox-123099936d4f42f44199a530f382049a540fe664.tar.gz
Reported-by: Štěpán Němec <stepnem@smrk.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-daemon.pod13
1 files changed, 5 insertions, 8 deletions
diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod
index c5c88bdd..6f1e3b53 100644
--- a/Documentation/public-inbox-daemon.pod
+++ b/Documentation/public-inbox-daemon.pod
@@ -101,14 +101,11 @@ Default: 1
 The default TLS certificate for HTTPS, IMAPS, NNTPS, POP3S and/or STARTTLS
 support if the C<cert> option is not given with C<--listen>.
 
-=for comment FIXME this paragraph needs repair
-
-Well-known TCP ports automatically get TLS or STARTTLS support
-If using systemd-compatible socket activation and a TCP listener
-on port well-known ports (563 is inherited, it is automatically
-NNTPS when this option is given.  When a listener on port 119 is
-inherited and this option is given, it automatically gets
-STARTTLS support.
+With this option, well-known TCP ports automatically get TLS or STARTTLS
+support if using systemd-compatible socket activation.  That is, ports
+443, 563, 993, and 995 support HTTPS, NNTPS, IMAPS, and POP3S,
+respectively; while ports 110, 119, and 143 support STARTTLS on POP3,
+NNTP, and IMAP, respectively.
 
 =item --key /path/to/key