]> Pileus Git - ~andy/fetchmail/commitdiff
"ssl" is a user option rather than a server option. Patch by Nico Golde.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 28 Feb 2006 23:31:19 +0000 (23:31 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 28 Feb 2006 23:31:19 +0000 (23:31 -0000)
Fixes Debian Bug#354661, reported by Keith Hellman.

svn path=/branches/BRANCH_6-3/; revision=4697

NEWS
fetchmail.man

diff --git a/NEWS b/NEWS
index 330449bc08fc2347d76af72c077b943bcc79d707..df74c1ad66abe8891f5daeb61fe68016b61d4285 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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):
 
index b4f379b287ad21083c209d21861184e0a127c5fe..64165724342feb52d4d8bf3c03157085408aff19 100644 (file)
@@ -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.