From 7fed81d3a579bae6712f99a16512c97721f0ee21 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Jun 2001 12:18:52 +0000 Subject: Ready to ship. svn path=/trunk/; revision=3338 --- fetchmail.man | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'fetchmail.man') diff --git a/fetchmail.man b/fetchmail.man index 075907d3..c71cadd9 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1826,23 +1826,9 @@ loonytoons.org or toons.org domains (including subdomain addresses like `joe@daffy.loonytoons.org') should be passed through to the local SMTP listener without modification. Be careful of mail loops if you do this! .PP -Here's an example configuration using ssh. The queries go through an -ssh connecting local port 1234 to port 110 on mailhost.net; the -preconnect command sets up the ssh. - -.nf -poll mailhost.net via localhost port 1234 with proto pop3: - user esr is esr here - preconnect "ssh -f -L 1234:mailhost.net:110 - mailhost.net sleep 20 /dev/null"; -.fi - -.PP -Here's an example configuration using ssh and the plugin option (this -method is better, as it doesn't require the IMAP port to be open on -the server). The queries are made directly on the stdin and stdout of -imapd via ssh. Note that in this setup, IMAP authentication can be -skipped. +Here's an example configuration using ssh and the plugin option. The +queries are made directly on the stdin and stdout of imapd via ssh. +Note that in this setup, IMAP authentication can be skipped. .nf poll mailhost.net with proto imap: -- cgit v1.2.3