diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 10:52:51 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 10:52:51 +0000 |
commit | cc0f8a09d93ed7093792a23218177c141b34f0c2 (patch) | |
tree | 34ae54133584cb0d5b558bc4a5c0858ebe21209d /fetchmail-FAQ.html | |
parent | 330d0365531e63bd8fb86c3df7e96f6667748242 (diff) | |
download | fetchmail-cc0f8a09d93ed7093792a23218177c141b34f0c2.tar.gz fetchmail-cc0f8a09d93ed7093792a23218177c141b34f0c2.tar.bz2 fetchmail-cc0f8a09d93ed7093792a23218177c141b34f0c2.zip |
Add full support for --service option.
svn path=/trunk/; revision=4307
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 7c96a450..691d1bdc 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -2518,9 +2518,8 @@ declaration <tt>auth password</tt> in your .fetchmailrc.</p> literal, for instance, 192.168.0.1</li> <li>Make sure your <code>/etc/services</code> file (or other services database) contains the necessary service entries. If you - cannot fix the services database, use the --port option and give the - numeric port address. Common port addresses - are:<table> + cannot fix the services database, use the --service option and give the + numeric port address. Common port addresses are:<table> <tr><th>service</th><th>port</th></tr> <tr><td>IMAP</td><td>143</td></tr> <tr><td>IMAP+SSL</td><td>993</td></tr> |