diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-21 17:13:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-21 17:13:04 +0000 |
commit | 6ed29b3945036c026d611f3860a17ac11ee87d35 (patch) | |
tree | 3a11e8b82f9006cf72dd3a7dd4433c9bf1e7ac3a /fetchmail-FAQ.html | |
parent | 4a6962daa4232d404e9caf2708fe4126ae04e300 (diff) | |
download | fetchmail-6ed29b3945036c026d611f3860a17ac11ee87d35.tar.gz fetchmail-6ed29b3945036c026d611f3860a17ac11ee87d35.tar.bz2 fetchmail-6ed29b3945036c026d611f3860a17ac11ee87d35.zip |
Add material about socket errors.
svn path=/trunk/; revision=3319
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index aab8a0f4..439f521f 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/05/12 06:13:45 $ +<td width="30%" align=right>$Date: 2001/05/21 17:13:04 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -2009,6 +2009,13 @@ option values that work: mru 552 </pre> +<p>Another circumstance that can trigger this is if you are polling a +virtual-mail-server name that is round-robin connected to different +actual servers, so you get different IP addresses on different poll +cycles. To work around this, change the poll name either to the real +name of one of the servers in the ring or to a corresponding IP +address. + <hr> <h2><a name="R8">R8. Fetchmail running as root stopped working after an OS upgrade</a></h2> @@ -2845,7 +2852,7 @@ switching to IMAP and using a short expunge interval. <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/05/12 06:13:45 $ +<td width="30%" align=right>$Date: 2001/05/21 17:13:04 $ </table> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |