diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 18:43:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 18:43:17 +0000 |
commit | 56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (patch) | |
tree | 5ad8b388e06b8fee5d73de1f7573e2418a92b8a0 /fetchmail.man | |
parent | 1587e4153763fab493acf2deee9028e24e1da57f (diff) | |
download | fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.gz fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.bz2 fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.zip |
Eliminate agethostbyname call in non-ETRN modes.
svn path=/trunk/; revision=2033
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index 32d58e1d..bb9abd54 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -220,10 +220,11 @@ Specify a hunt list of hosts to forward mail to (one or more hostnames, comma-separated). In ETRN mode, set the host that the mailserver is asked to ship mail to. Hosts are tried in list order; the first one that is up becomes the forwarding or ETRN target for the -current run. In all modes except ETRN, `localhost' is added to the -end of the list as an invisible default. Each hostname may have a -'/'-delimited suffix specifying a port or service to forward to; the -default is 25 (or "smtp" under IPv6). +current run. In ETRN mode, the FQDN of the machine running fetchmail +is added to the end of the list as an invisible default; in all other +modes `localhost' is added to the end of the list as an invisible +default. Each hostname may have a '/'-delimited suffix specifying a +port or service to forward to; the default is 25 (or "smtp" under IPv6). .TP .B \-D domain, --smtpaddress domain (Keyword: smtpaddress) |