diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 23:04:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 23:04:36 +0000 |
commit | 3df9348749a59cbf36f44a428667917ffcf63b3d (patch) | |
tree | 395f364e1f42131957ee4cc4b1242b393b494d39 /fetchmail.man | |
parent | 94f60dd3417a6cad1001133786927099b3dd7b7e (diff) | |
download | fetchmail-3df9348749a59cbf36f44a428667917ffcf63b3d.tar.gz fetchmail-3df9348749a59cbf36f44a428667917ffcf63b3d.tar.bz2 fetchmail-3df9348749a59cbf36f44a428667917ffcf63b3d.zip |
Man page clarifications.
svn path=/trunk/; revision=2199
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/fetchmail.man b/fetchmail.man index a96846e0..fbc34e0f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -254,9 +254,13 @@ the first one that is up becomes the forwarding or ETRN target for the current run. Normally, `localhost' is added to the end of the list as an invisible default. However, when using ETRN mode or Kerberos authentication, the FQDN of the machine running fetchmail 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). +the end of the list as an invisible default. Each hostname may have a +port number following the host name. The port number is separated from +the host name by a slash; the default port is 25 (or ``smtp'' under IPv6). +Example: + + --smtphost server1,server2/2525,server3 + .TP .B \-D domain, --smtpaddress domain (Keyword: smtpaddress) @@ -289,9 +293,9 @@ down upon your head. .B \--lmtp (Keyword: lmtp) Cause delivery via LMTP (Local Mail Transfer Protocol). A service -port \fdImust\fR be explicitly specified (with a slash suffix on an -smtphost option) if this option is selected; the default port 25 will (in -accordance with RFC 2033) not be accepted. +port \fImust\fR be explicitly specified (with a slash suffix) on each +host in the smtphost hunt list) if this option is selected; the +default port 25 will (in accordance with RFC 2033) not be accepted. .TP .B \--bsmtp (keyword: bsmtp) |