aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-06-07 02:21:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-06-07 02:21:36 +0000
commitbdf8ed139a586f3ef1d11574c59813f982ca0698 (patch)
treee0c0bbcae55bffc9a26af0b163677d0ed1692760 /fetchmail.man
parentecc6b895f60f149122eee9a3df2342e4b738fd0e (diff)
downloadfetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.tar.gz
fetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.tar.bz2
fetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.zip
Julian Haight's changes.
svn path=/trunk/; revision=2900
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man8
1 files changed, 8 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 3da20fcb..1809acad 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -319,6 +319,11 @@ Specify the domain to be put in RCPT TO lines shipped to SMTP. The
name of the SMTP server (as specified by --smtphost, or defaulted to
"localhost") is used when this is not specified.
.TP
+.B --smtpname <user@domain>
+(Keyword: smtpname)
+Specify the domain and user to be put in RCPT TO lines shipped to SMTP.
+The default user is the current local user.
+.TP
.B \-Z <nnn>, --antispam <nnn[, nnn]...>
(Keyword: antispam)
Specifies the list of numeric SMTP errors that are to be interpreted
@@ -1209,6 +1214,9 @@ T}
smtpaddress -D T{
Specify the domain to be put in RCPT TO lines
T}
+smtpname T{
+Specify the user and domain to be put in RCPT TO lines
+T}
antispam -Z T{
Specify what SMTP returns are interpreted as spam-policy blocks
T}