diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-12 12:18:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-12 12:18:52 +0000 |
commit | 7fed81d3a579bae6712f99a16512c97721f0ee21 (patch) | |
tree | 4efcdcadeabf913a63724012c0280696ea6496a3 /fetchmail.man | |
parent | 3e1dcfa582687258c8ef93604bd6882e9b3e40c6 (diff) | |
download | fetchmail-7fed81d3a579bae6712f99a16512c97721f0ee21.tar.gz fetchmail-7fed81d3a579bae6712f99a16512c97721f0ee21.tar.bz2 fetchmail-7fed81d3a579bae6712f99a16512c97721f0ee21.zip |
Ready to ship.
svn path=/trunk/; revision=3338
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 20 |
1 files changed, 3 insertions, 17 deletions
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 >/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: |