diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-26 08:18:50 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-26 08:18:50 +0000 |
commit | 0b178f30d600bedf78e9e87ce59b0085526a6a67 (patch) | |
tree | eda1d73124954f2c60b769668833d7d8e44106f3 /fetchmail.man | |
parent | 551a005cd5e2adb9827f03751156afc260530806 (diff) | |
download | fetchmail-0b178f30d600bedf78e9e87ce59b0085526a6a67.tar.gz fetchmail-0b178f30d600bedf78e9e87ce59b0085526a6a67.tar.bz2 fetchmail-0b178f30d600bedf78e9e87ce59b0085526a6a67.zip |
Document 'none' as SSL protocol.
svn path=/trunk/; revision=4262
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index b8d5b1de..699fa43a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -358,8 +358,9 @@ server. This can cause some complications in daemon mode. .TP .B \-\-sslproto <name> (Keyword: sslproto) -Forces an SSL protocol. Possible values are '\fBssl2\fR', '\fBssl3\fR' and -\&'\fBtls1\fR'. Try this if the default handshake does not work for your server. +Forces an SSL protocol. Possible values are '\fBnone\fR', '\fBssl2\fR', +\&'\fBssl3\fR' and '\fBtls1\fR'. Try this if the default handshake does +not work for your server. .TP .B \-\-sslcertck (Keyword: sslcertck) |