diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-28 12:12:37 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-28 12:12:37 +0000 |
commit | 9f0c49125678b443f303c640e3bce55be9fb38c2 (patch) | |
tree | 55f8415d3aaebcd3160a9d0391cfada099643bb9 | |
parent | 7cc0cf133389c2adc1a3194454b96da9af7745ca (diff) | |
download | fetchmail-9f0c49125678b443f303c640e3bce55be9fb38c2.tar.gz fetchmail-9f0c49125678b443f303c640e3bce55be9fb38c2.tar.bz2 fetchmail-9f0c49125678b443f303c640e3bce55be9fb38c2.zip |
Add pointer to R12 on getaddrinfo errors to --port option.
svn path=/trunk/; revision=4272
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 2fb80827..48a17776 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -264,7 +264,11 @@ may be removed and forced enabled in a future fetchmail version. (Keyword: port) The port option permits you to specify a TCP/IP port to connect on. This option will seldom be necessary as all the supported protocols have -well-established default port numbers. +well-established default port numbers. On some older machines, however, +the protocol <\-\-> port mappings are missing from the services database +(often /etc/services), and this port can make fetchmail work for you +even if you don't have system administrator privileges. See the FAQ item +R12 for details. .TP .B \-\-principal <principal> (Keyword: principal) |