From c3cace9c75cdf2cf544500c5d5e335010dd6e154 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 19 Feb 1998 07:30:18 +0000 Subject: Corrected. svn path=/trunk/; revision=1653 --- fetchmail-FAQ.html | 59 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 16 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 92804e0e..6e4a3d55 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/02/18 22:05:12 $ +$Date: 1998/02/19 07:30:18 $

Frequently Asked Questions About Fetchmail

@@ -917,7 +917,7 @@ error, hostname not recognized as local". The problem is that fetchmail normally feeds sendmail with the client machine's host address in the MAIL FROM line. These sendmails think this means they're seeing the result of a mail loop and suppress the mail. You -may be able to work around this by running in --invisible mode. +may be able to work around this by running in --invisible mode.


T2. How can I use fetchmail with qmail?

@@ -1103,12 +1103,12 @@ As with M$ Exchange, the only real fix for these problems is to get a POP server that isn't brain-dead.


-

T10. How can I use fetchmail with SOCKS?

Daniel Sobral <dcs@gns.com.br gave us the following recipe:

- +

  1. Install socks5. You don't need to have a socks server, you just want the "runsocks" program.
  2. Set the environment variable SOCKS_SERVER to the server you'll be @@ -1116,26 +1116,53 @@ gave us the following recipe:

    SOCKS5_SERVER. Eg:

     	export SOCKS5_SERVER=socks.my.domain.com
    -
    . +
  3. Set SOCKS5_USER and SOCKS5_PASSWD if needed.
  4. Run fetchmail through runsocks. Just like this:
     	runsocks fetchmail [parameters to fetchmail]
     
    - +
It wasn't that hard, was it? :-)


-

- -You will also need the latest inet6-apps kit built with NETSEC_EMULATE -enabled. There will, of course, be a Linux implementation appearing -someday that will support the standards-track IPv6 API.

+

T11. How can I use fetchmail with IPv6 and IPsec?

+ +To use fetchmail with IPv6, you need a system that supports IPv6, the "Basic +Socket Interface Extensions for IPv6" (RFC 2133), and the inet6-apps kit. +This currently means that you need to have a BSD/OS or NetBSD system with +the NRL IPv6+IPsec software distribution or a Linux system with the latest +experimental kernel and net-tools. It should not be hard to build fetchmail on +other IPv6 implementations if you can port the inet6-apps kit.

+ +To use fetchmail with network security (read: IPsec), you need a system that +supports IPsec, the API described in the "Network Security API for Sockets" +(draft-metz-net-security-api-01.txt), and the inet6-apps kit. This currently +means that you need to have a BSD/OS or NetBSD system with the NRL IPv6+IPsec +software distribution. A Linux IPsec implementation supporting this API will +probably appear in the coming months.

+ +The NRL IPv6+IPsec software distribution can be obtained from: http://web.mit.edu/network/isakmp +

+ +The inet6-apps kit can be obtained from ftp://ftp.ipv6.inner.net/pub/ipv6 +(via IPv6) or +ftp://ftp.inner.net/pub/ipv6 (via IPv4).

+ +More information on using IPv6 with Linux can be obtained from: +


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

@@ -1789,7 +1816,7 @@ Re-ordering messages is a user-agent function, anyway.

Back to Fetchmail Home Page To Site Map -$Date: 1998/02/18 22:05:12 $ +$Date: 1998/02/19 07:30:18 $

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