aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-01 22:52:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-01 22:52:58 +0000
commitb0ccadfcbed9e94b743f8797eadb2ae15650a5b0 (patch)
treecde23de2a31791369b3bccd8c58e13bcc96131ba /fetchmail.man
parent79f559d74547407fdec1f0e0c6a3b915bdbf29c4 (diff)
downloadfetchmail-b0ccadfcbed9e94b743f8797eadb2ae15650a5b0.tar.gz
fetchmail-b0ccadfcbed9e94b743f8797eadb2ae15650a5b0.tar.bz2
fetchmail-b0ccadfcbed9e94b743f8797eadb2ae15650a5b0.zip
Clearer examples.
svn path=/trunk/; revision=3172
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man14
1 files changed, 9 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 1cf83c25..2f956996 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1714,7 +1714,7 @@ looks like:
.nf
poll pop.provider.net:
- user maildrop with pass secret1 to golux hurkle=happy snark here
+ user maildrop with pass secret1 to golux 'hurkle'='happy' snark here
.fi
This says that the mailbox of account `maildrop' on the server is a
@@ -1728,7 +1728,7 @@ Here's an example of another kind of multidrop connection:
.nf
poll pop.provider.net localdomains loonytoons.org toons.org:
- user maildrop with pass secret1 to esr * here
+ user maildrop with pass secret1 to 'esr' * here
.fi
This also says that the mailbox of account `maildrop' on the server is
@@ -1745,16 +1745,20 @@ preconnect command sets up the ssh.
poll mailhost.net via localhost port 1234 with proto pop3:
preconnect "ssh -f -L 1234:mailhost.net:110
mailhost.net sleep 20 </dev/null >/dev/null";
+ user esr is esr here
.fi
.PP
-Here's an another 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.
+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.
.nf
poll mailhost.net with proto imap and auth ssh:
plugin "ssh %h /usr/sbin/imapd";
+ user esr is esr here
.fi
.SH THE USE AND ABUSE OF MULTIDROP MAILBOXES