aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-02-14 02:30:55 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-02-14 02:32:13 +0100
commit0f55cd47f61ec021801ac778ed3f1995f7ae686b (patch)
treeebf3f5767b9ae61e89239b4edfb6989c0b203e9c
parent2592f935fa748a89b916ded0b6a3c3c5890752a8 (diff)
downloadfetchmail-0f55cd47f61ec021801ac778ed3f1995f7ae686b.tar.gz
fetchmail-0f55cd47f61ec021801ac778ed3f1995f7ae686b.tar.bz2
fetchmail-0f55cd47f61ec021801ac778ed3f1995f7ae686b.zip
fetchmail.man: tell user to add --ssl for TLS-wrapped ports
-rw-r--r--NEWS4
-rw-r--r--fetchmail.man7
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e0f85fd..0889eb38 100644
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,10 @@ removed from a 6.5.0 or newer release.)
--------------------------------------------------------------------------------
fetchmail-6.4.17 (not yet released):
+# CHANGES
+* fetchmail.man: now mentions that you may need to add --ssl when specifying
+ a TLS-wrapped port.
+
# TRANSLATION UPDATES
These fine people have contributed updated translations for fetchmail,
in no particular order:
diff --git a/fetchmail.man b/fetchmail.man
index a94889f0..9a461f45 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -10,7 +10,7 @@
.\" Load www macros to process .URL requests, this requires groff:
.mso www.tmac
.\"
-.TH fetchmail 1 2021-01-30 "fetchmail 6.4.17" "fetchmail reference manual"
+.TH fetchmail 1 2021-02-14 "fetchmail 6.4.17" "fetchmail reference manual"
.SH NAME
fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
@@ -356,6 +356,11 @@ You can specify a decimal port number here, if your services database
lacks the required service-port assignments. See the FAQ item R12 and
the \-\-ssl documentation for details. This replaces the older \-\-port
option.
+.P
+Note that this does not magically switch between TLS-wrapped and starttls
+modes, if you specify a port number or service name here that is TLS-wrapped,
+meaning it starts to negotiate TLS before sending application data in the clear,
+you may need to specify \-\-ssl on the command line or ssl in your rcfile.
.TP
.B \-\-port <portnumber>
(Keyword: port)