From 11489caef3f3ae2626fbb0becb19724e8f5839ae Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 21 Aug 2000 03:35:43 +0000 Subject: Almost ready to ship 5.5.1 svn path=/trunk/; revision=2952 --- fetchmail-FAQ.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index aaeb5f5d..caa9c902 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/07/27 20:24:24 $ +$Date: 2000/08/21 03:35:41 $

Frequently Asked Questions About Fetchmail

@@ -1054,7 +1054,7 @@ If you want to support multidrop mode, and you can get access to your mailserver's sendmail.cf file, it's a good idea to add this rule:

-H?l?Delivered-To: $u
+H?l?Delivered-To: $h
 
and declare `envelope "Delivered-To:"'. This will cause the @@ -1659,7 +1659,7 @@ http://www.bieringer.de/linux/IPv6/IPv6-HOWTO/IPv6-HOWTO.html

K3. How can I get fetchmail to work with ssh?

-We have four recipes for this.

+We have five recipes for this.

Single-User POP3

@@ -1841,6 +1841,20 @@ bound for along timeout and has timing issues requiring tricks like sleep, etc. I use this method for fetching all the mail for mimique.com"

+

Using plugin

+ +Since 5.4.5, there's been a very simple recipe. Use the following option: + + + plugin "ssh %h /usr/sbin/rimapd" + + +You may have to use a different absolute pathname. This option tells +fetchmail that instead of opening a connection on the server's port +143 and doing standard IMAP authentication, fetchmail should ssh to +the server and run rimapd, using the more secure ssh authentication +(as well as getting ssh's encryption).

+


K4. What do I have to do to use the IMAP-GSS protocol?

@@ -2878,7 +2892,7 @@ install Linux on your server...

Back to Fetchmail Home Page To Site Map -$Date: 2000/07/27 20:24:24 $ +$Date: 2000/08/21 03:35:41 $

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