diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-09 10:40:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-09 10:40:08 +0000 |
commit | 854c5b94ca8e451881fde5c27347d0b7701a72e9 (patch) | |
tree | 5adc0e15075bd22cae545c1469dbf6e27fc09f18 /fetchmail-FAQ.html | |
parent | efabbd450473c02b7a20de6a0169f75c9df2ca87 (diff) | |
download | fetchmail-854c5b94ca8e451881fde5c27347d0b7701a72e9.tar.gz fetchmail-854c5b94ca8e451881fde5c27347d0b7701a72e9.tar.bz2 fetchmail-854c5b94ca8e451881fde5c27347d0b7701a72e9.zip |
SDPS correction.
svn path=/trunk/; revision=3459
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 610f99bd..af42ee99 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/08/06 08:23:11 $ +<td width="30%" align=right>$Date: 2001/09/09 10:40:08 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -1543,11 +1543,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.com for fred@xyz.demon.co.uk + Received: from punt-1.mail.demon.net by mailstore 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.com' is +To enable multi-drop mode you need to tell fetchmail that 'mailstore' 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 @@ -1555,7 +1555,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.com no dns: + poll pop3.demon.co.uk proto pop3 aka mailstore no dns: localdomains xyz.demon.co.uk my-company.co.uk user xyz is * fetchall </pre> @@ -2879,7 +2879,7 @@ date from the last Received header.<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: 2001/08/06 08:23:11 $ +<td width="30%" align=right>$Date: 2001/09/09 10:40:08 $ </table> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@thyrsus.com></A></ADDRESS> |