diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-20 03:31:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-20 03:31:52 +0000 |
commit | 28f5cb68038553e6a13592ddf6d78333b605137d (patch) | |
tree | a962b1367532286d75c31a894f2ddac088836e43 /fetchmail.man | |
parent | 3b1e076e2d58a753bf088a7bcdf442d1a387c0d0 (diff) | |
download | fetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.tar.gz fetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.tar.bz2 fetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.zip |
Implemented aka option.
svn path=/trunk/; revision=564
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 5037924c..afe2240e 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -431,6 +431,7 @@ Legal server options are: port authenticate (or auth) timeout + aka Legal user options are @@ -451,7 +452,15 @@ Legal user options are norewrite .PP All options correspond to the obvious command-line arguments except -three: `is', `to', and `password' +four: `aka', `is', `to', and `password'. +.PP +The `aka' option is for use with multidrop mailboxes. It allows you +to pre-declare a list of DNS aliases for a server. This is an +optimization hack that allows you to trade space for speed. When +.IR fetchmail , +while processing a multidrop mailbox, grovels through message headers +looking for names of the mailserver, pre-declaring common ones can +save it from having to do DNS lookups. .PP The `is' or `to' keywords associate the following local (client) name(s) (or server-name to client-name mappings separated by =) with |