From bb784684ff5fbf235d17ac76574ee2d92508091b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Jan 2004 08:46:00 +0000 Subject: Hotmail and Lycos recipe. svn path=/trunk/; revision=3878 --- fetchmail-FAQ.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 4509ce00..28434382 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -16,7 +16,7 @@ content="Frequently asked questions about fetchmail."/> Page To Site Map -$Date: 2004/01/13 07:00:14 $ +$Date: 2004/01/13 08:46:00 $ @@ -110,7 +110,7 @@ host?.
I2. How can I use fetchmail with Demon Internet's SDPS?
I3. How can I use fetchmail with usa.net's servers?
I4. How can I use fetchmail with geocities POP3 servers?
-I5. How can I use fetchmail with Hotmail?
+I5. How can I use fetchmail with Hotmail or Lycos Webmail?
I6. How can I use fetchmail with MSN?
I7. How can I use fetchmail with SpryNet?
I8. How can I use fetchmail with comcast.net?
@@ -1971,12 +1971,24 @@ already been read.

Geocities are lame, you should boycott them anyway.


-

I5. How can I use fetchmail with Hotmail?

+

I5. How can I use fetchmail with Hotmail or Lycos Webmail?

-

You can't, yet. But gotmail or -HotWayDaemon might -be what you need.

+

You can't directly. But you can use fetchmail with hotmail or lycos +webmail with the help of the HotWayDaemon +daemon. You don't even need to install hotwayd as a daemon in +inetd.conf but can use it as a plugin. Your +configuration should look like this:

+ +

+poll localhost protocol pop3 tracepolls
+   plugin "/usr/local/sbin/hotwayd -l 0 -p yourproxy:yourproxyport"
+   username "youremail@hotmail.com" password "yourpassword"
+   fetchall
+
+ +

As a second option you may consider using gotmail.


I6. How can I use fetchmail with MSN?

@@ -3480,7 +3492,7 @@ does something like "date >> $HOME/Procmail/fetchmail.log".

Page To Site Map -$Date: 2004/01/13 07:00:14 $ +$Date: 2004/01/13 08:46:00 $ -- cgit v1.2.3