aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-12-06 17:42:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-12-06 17:42:23 +0000
commit012d86a81392ac10183b2cc7abe7f06132fc30b6 (patch)
treedad070209f49b1cc1abbb59ee69eba7d14a6fecb /fetchmail.man
parent6da7693ce8c3391c5b7e1cf61edd89a4179961a8 (diff)
downloadfetchmail-012d86a81392ac10183b2cc7abe7f06132fc30b6.tar.gz
fetchmail-012d86a81392ac10183b2cc7abe7f06132fc30b6.tar.bz2
fetchmail-012d86a81392ac10183b2cc7abe7f06132fc30b6.zip
Samuel Leo's LMTP enhancement.
svn path=/trunk/; revision=2995
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man6
1 files changed, 4 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index e7aead68..00faf901 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -316,9 +316,11 @@ preauthentication, the FQDN of the machine running fetchmail is added to
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:
+If you specify an absolute pathname (beginning with a /), it will be
+interpreted as the name of a UNIX socket accepting LMTP connections
+(such as is supported by the Cyrus IMAP daemon) Example:
- --smtphost server1,server2/2525,server3
+ --smtphost server1,server2/2525,server3,/var/imap/socket/lmtp
.TP
.B \-D <domain>, --smtpaddress <domain>