diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-26 13:50:53 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-26 13:50:53 +0000 |
commit | 5eff327d4024027938be04e83121ae5ef071eb61 (patch) | |
tree | 1871e9fde3288d5ac9393badd6f04f0dcc384da3 /fetchmail.man | |
parent | f21e720cd67dca55a13d3535dbc2978a3e322c10 (diff) | |
download | fetchmail-5eff327d4024027938be04e83121ae5ef071eb61.tar.gz fetchmail-5eff327d4024027938be04e83121ae5ef071eb61.tar.bz2 fetchmail-5eff327d4024027938be04e83121ae5ef071eb61.zip |
Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.
svn path=/trunk/; revision=4340
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 954e5c53..6c4d353b 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -274,8 +274,9 @@ may be removed and forced enabled in a future fetchmail version. (Keyword: service) Since version 6.3.0. The service option permits you to specify a service name to connect to. You can specify a decimal port number here, if your services database -lacks the required service-port assignments. See the FAQ item R12 for -details. This replaces the older \-\-port option. +lacks the required service-port assignments. See the FAQ item R12 and +the \-\-ssl documentation for details. This replaces the older \-\-port +option. .TP .B \-P <portnumber> | \-\-port <portnumber> (Keyword: port) @@ -349,7 +350,9 @@ protocol, for POP3, it is port 110 for the cleartext and port 995 for the encrypted variant. .sp If your system lacks the corresponding entries from /etc/services, see -the \-\-port option. +the \-\-service option and specify the numeric port number as given in +the previous paragraph (unless your ISP had directed you to different +ports, which is uncommon however). .TP .B \-\-sslcert <name> (Keyword: sslcert) |