aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-03 21:04:30 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-03 21:04:30 +0000
commit59f9b53799063574462dae2a34ebf34a89bc8bbf (patch)
tree55923b88bf9631fe19d38670a707fd2b5a44c60c /fetchmail.man
parentf6ef1ccd435fcb05c3d13086b0227741ff1dbba8 (diff)
downloadfetchmail-59f9b53799063574462dae2a34ebf34a89bc8bbf.tar.gz
fetchmail-59f9b53799063574462dae2a34ebf34a89bc8bbf.tar.bz2
fetchmail-59f9b53799063574462dae2a34ebf34a89bc8bbf.zip
Added sslproto.
svn path=/trunk/; revision=3183
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man8
1 files changed, 8 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index bf1239bf..8663c872 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -296,6 +296,11 @@ as the public key (combined key and certificate file) but this is not
recommended. If a password is required to unlock the key, it will be
prompted for at the time just prior to establishing the session to the
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.
.SS Delivery Control Options
.TP
.B \-S <hosts>, --smtphost <hosts>
@@ -1244,6 +1249,9 @@ T}
sslkey T{
Specify file for client side private SSL key
T}
+sslproto T{
+Force ssl protocol for connection
+T}
folder -r T{
Specify remote folder to query
T}