diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:01:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:01:46 +0000 |
commit | b2c3f987c2af7b08ea5f670d94d4e94c994c2c96 (patch) | |
tree | fe3fc6c6b83a8a1044c470b34c6dbee837c5355f /fetchmail.man | |
parent | dba153ee6173bcc1e526163e7434d8a5915baf0b (diff) | |
download | fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.tar.gz fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.tar.bz2 fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.zip |
Back out the token name changes.
svn path=/trunk/; revision=221
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/fetchmail.man b/fetchmail.man index 2d146b10..d5e6321c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -296,12 +296,10 @@ Legal keywords are: server protocol (or proto) - localname (or local) - username (or user) - remotename (or remote) username (or user) + is password (or pass) - mailbox + remotefolder (or remote) smtphost (or smtp) mda keep @@ -317,7 +315,14 @@ Legal keywords are: port .PP All these correspond to the obvious command-line arguments except -two: \fBpassword\fR and \fBskip\fR. +three: \fBis\fR, \fBpassword\fR and \fBskip\fR. +.PP +The \fBis\fR keyword associates a following local username with the +mailserver usename in the entry. It is intended to be used in +configurations where \fIfetchmail\fR runs as root and retrieves +mail for multiple local users. If no \fBis\fR clause is present, +the default local username is the same as the argument of the +\fBuser\fR keyword. .PP The \fBpassword\fR option requires a string argument, which is the password to be used with the entry's server. @@ -368,12 +373,14 @@ Other possibilities (note use of \ to escape newline -- this is now optional, not required as in older versions): .nf - server pop.provider.net \e - proto pop3 \e - port 3111 \e - user jsmith \e - pass secret1 + server pop.provider.net proto pop3 port 3111 \e + user jsmith pass secret1 is smith .fi + +This associates the local username `smith' with the server username `jsmith' +The local username controls who mail is delivered to; it defaults to the +same as the remote username. +.PP If you need to include whitespace in a parameter string, enclose the string in double quotes. Thus: |