diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-02-28 23:31:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-02-28 23:31:19 +0000 |
commit | 53e1b4e7aba31fb269c47da222927b1e857c4373 (patch) | |
tree | 1ee3a84e2f459bb6fbdef235a9d247b61dd3bf65 | |
parent | 41a3a4c564710c1f6157a8b67243001b2defb9ca (diff) | |
download | fetchmail-53e1b4e7aba31fb269c47da222927b1e857c4373.tar.gz fetchmail-53e1b4e7aba31fb269c47da222927b1e857c4373.tar.bz2 fetchmail-53e1b4e7aba31fb269c47da222927b1e857c4373.zip |
"ssl" is a user option rather than a server option. Patch by Nico Golde.
Fixes Debian Bug#354661, reported by Keith Hellman.
svn path=/branches/BRANCH_6-3/; revision=4697
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -32,6 +32,8 @@ fetchmail 6.3.3 (not yet released): Fixes BerliOS bug #6234. BerliOS patch #804 by Craig Leres. The patch, as accepted into fetchmail, was available separately from <http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff> +* "ssl" is a user option rather than a server option. Patch by Nico Golde. + Fixes Debian Bug#354661, reported by Keith Hellman. fetchmail 6.3.2 (released 2006-01-22): diff --git a/fetchmail.man b/fetchmail.man index b4f379b2..64165724 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -964,7 +964,7 @@ username and the part to the right as the NTLM domain. .SS Secure Socket Layers (SSL) .PP You can access SSL encrypted services by specifying the \-\-ssl option. -You can also do this using the "ssl" server option in the .fetchmailrc +You can also do this using the "ssl" user option in the .fetchmailrc file. With SSL encryption enabled, queries are initiated over a connection after negotiating an SSL session. Some services, such as POP3 and IMAP, have different well known ports defined for the SSL encrypted services. |