From 113f3d0007e99360a0e0cf72cd5e9bccab2216bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 15 Feb 1998 04:16:01 +0000 Subject: Added SOCKS recipe. svn path=/trunk/; revision=1623 --- fetchmail-FAQ.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 1c1897a9..7429015b 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/02/11 19:50:51 $ +$Date: 1998/02/15 04:16:01 $

Frequently Asked Questions About Fetchmail

@@ -59,7 +59,7 @@ IP address?
C6. How can I do automatic startup/shutdown of fetchmail when I may have multiple login sessions going?
-

Configuration tips for various MTAs and servers.

+

How to make fetchmail play nice with other programs:

T1. How can I use fetchmail with sendmail?
T2. How can I use fetchmail with qmail?
@@ -70,6 +70,7 @@ when I may have multiple login sessions going?
T7. How can I use fetchmail with Microsoft Exchange?
T8. How can I use fetchmail with Compuserve RPA?
T9. How can I use fetchmail with HP OpenMail?
+T10. How can I use fetchmail with SOCKS? + +Daniel Sobral <dcs@gns.com.br +gave us the following recipe:

+ + +

  • Install socks5. You don't need to have a socks server, you just + want the "runsocks" program. +
  • Set the environment variable SOCKS_SERVER to the server you'll be + using. Alternatively, you may set SOCKS4_SERVER and/or + SOCKS5_SERVER. Eg: +
    +	export SOCKS5_SERVER=socks.my.domain.com
    +
    . +
  • Set SOCKS5_USER and SOCKS5_PASSWD if needed. +
  • Run fetchmail through runsocks. Just like this: +
    +	runsocks fetchmail [parameters to fetchmail]
    +
    + + +It wasn't that hard, was it? :-)

    +


    R1. Fetchmail's initial gethostbyname call fails on my host.

    @@ -1736,7 +1761,7 @@ Re-ordering messages is a user-agent function, anyway.

    Back to Fetchmail Home Page To Site Map -$Date: 1998/02/11 19:50:51 $ +$Date: 1998/02/15 04:16:01 $

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