aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-07 21:16:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-07 21:16:32 +0000
commitb1b6ddf9079453caa64484f31887cb4273c045bc (patch)
tree1b373f96732a206faa0017de5dc82532f46a08cc /fetchmail.man
parentad27c0a72aac927955335303e6cfab5f3ee58ad0 (diff)
downloadfetchmail-b1b6ddf9079453caa64484f31887cb4273c045bc.tar.gz
fetchmail-b1b6ddf9079453caa64484f31887cb4273c045bc.tar.bz2
fetchmail-b1b6ddf9079453caa64484f31887cb4273c045bc.zip
Added LMTP support.
svn path=/trunk/; revision=2177
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 255853cb..2d9dba3f 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -285,6 +285,12 @@ mail message's From address will be inserted where you place an %F. Do
"sendmail -oem -t" that dispatches on the contents of To/Cc/Bcc, it
will create mail loops and bring the just wrath of many postmasters
down upon your head.
+.TP
+.B \--lmtp
+(Keyword: lmtp)
+Cause delivery via LMTP (Local Mail Transfer Protocol). A service port
+\fdImust\fR be explicitly specified if this option is selected; port
+25 will (in accordance with RFC 2033) not be accepted.
.TP
.B \--bsmtp
(keyword: bsmtp)
@@ -1775,3 +1781,6 @@ RFC 1985
.TP 5
OTP:
RFC 1938
+.TP 5
+LMTP:
+RFC 2033