From 012d86a81392ac10183b2cc7abe7f06132fc30b6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Dec 2000 17:42:23 +0000 Subject: Samuel Leo's LMTP enhancement. svn path=/trunk/; revision=2995 --- fetchmail.man | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fetchmail.man') 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 , --smtpaddress -- cgit v1.2.3