diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 00:12:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-06-28 00:12:38 +0000 |
commit | 453cba9d2c57bf23987abace226f279d5d24f1a1 (patch) | |
tree | 480db54f58485e1464ac52b2a380103adf9dad9d /fetchmail-FAQ.html | |
parent | ef3579cb8447cde2050229a20ffd9300c71715ea (diff) | |
download | fetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.tar.gz fetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.tar.bz2 fetchmail-453cba9d2c57bf23987abace226f279d5d24f1a1.zip |
Minor corrections.
svn path=/trunk/; revision=2906
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 28e2f0ab..8821edfc 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: 2000/06/07 02:21:34 $ +<td width="30%" align=right>$Date: 2000/06/28 00:12:37 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -640,11 +640,13 @@ latency).<p> In the immortal words of Alan Cox the last time this came up: ``Take the Solaris lex and stick it up the backside of a passing Sun salesman, then install <a -href="ftp://prep.ai.mit.edu/ftp/pub/gnu">flex</a> and use that. All +href="ftp://ftp.gnu.org/pub/non-gnu/flex/">flex</a> and use that. All will be happier.''<P> I couldn't have put it better myself, and ain't going to try now.<P> +(The same problem has been reported under HP-UX v10.20)<P> + <hr> <h2><a name="B2">B2. I get link failures when I try to build fetchmail.</a></h2> @@ -1419,11 +1421,11 @@ Demon Internet's SDPS service is an implementation of POP3. All messages have a Received: header added when they enter the maildrop, like this: <pre> - Received: from punt-1.mail.demon.net by mailstore for fred@xyz.demon.co.uk + Received: from punt-1.mail.demon.net by mailstore.com for fred@xyz.demon.co.uk id 899963657:10:27896:0; Thu, 09 Jul 98 05:54:17 GMT </pre> -To enable multi-drop mode you need to tell fetchmail that 'mailstore' is +To enable multi-drop mode you need to tell fetchmail that 'mailstore.com' is the name of the host which accepted the mail, and let it know the hostname part(s) of your E-mail address. The following example assumes that your hostname is xyz.demon.co.uk, and that you have also bought @@ -1431,7 +1433,7 @@ that your hostname is xyz.demon.co.uk, and that you have also bought MTA must also be configured to accept mail sent to user@my-company.co.uk) <pre> - poll pop3.demon.co.uk proto pop3 aka mailstore no dns: + poll pop3.demon.co.uk proto pop3 aka mailstore.com no dns: localdomains xyz.demon.co.uk my-company.co.uk user xyz is * fetchall </pre> @@ -2856,7 +2858,7 @@ install Linux on your server...<p> <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: 2000/06/07 02:21:34 $ +<td width="30%" align=right>$Date: 2000/06/28 00:12:37 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |