From 9a83a90c317b3af3453b4900ad1fe896e40b818e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Jun 1999 07:49:05 +0000 Subject: More about Daemin Internet. svn path=/trunk/; revision=2491 --- fetchmail-FAQ.html | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index bd8844c7..a57a4d32 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1999/06/08 07:39:16 $ +$Date: 1999/06/11 07:49:05 $

Frequently Asked Questions About Fetchmail

@@ -1274,6 +1274,24 @@ poll non-rpa.csi.com via "pop.site1.csi.com" with proto POP3 and options no dns

S4. How can I use fetchmail with Demon Internet's SDPS?

+

Single-drop mode

+ +You can get fetchmail to download the email for just one user from +Demon Internet's POP3 server by giving it a username consisting of your +Demon user name followed by your account name, with an at-sign between +them.

+ +For example, to download email for the user <philh@vision25.demon.co.uk>, +you could use the following .fetchmailrc file:

+ +

+set postmaster "philh"
+poll pop3.demon.co.uk with protocol POP3:
+    user "philh@vision25" is philh
+
+ +

Multi-drop mode

+ Demon Internet's SDPS service is an implementation of POP3. All messages have a Received: header added when they enter the maildrop, like this: @@ -1310,10 +1328,10 @@ details.

The SDPS extension

-There's a different way to solve this problem. It's not necessary on -Demon Internet, since fetchmail can parse Received addresses, but the -person who implemented this didn't know that. It may be useful if -Demon Internet ever changes mail transports.

+There's a different way to do multidrop. It's not necessary on Demon +Internet, since fetchmail can parse Received addresses, but the person +who implemented this didn't know that. It may be useful if Demon +Internet ever changes mail transports.

SDPS includes a non-standard extension for retrieving the envelope of a message (*ENV), which fetchmail optionally supports if compiled with the @@ -1656,10 +1674,10 @@ U.S. at this time, if the patches do leak out of the U.S. through no fault of our own, and someone informs us of their location, we can provide the URL pointing to archive sites outside of the U.S.

-Newer versions of the SSL patches make appear in the "incoming" directory +Newer versions of the SSL patches make appear in the `incoming' directory and stay there a while until they can be processed and moved to the SSL -directory. Check for patches in "incoming" if you do not find patches -for the latest release.

+directory. Check for patches in `incoming' if you do not find patches +for the latest fetchmail release.


R1. Fetchmail isn't working, and -v shows `SMTP connect failed' messages.

@@ -2391,7 +2409,7 @@ inactivity timeout.

Back to Fetchmail Home Page To Site Map -$Date: 1999/06/08 07:39:16 $ +$Date: 1999/06/11 07:49:05 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3