diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-01-18 06:04:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-01-18 06:04:54 +0000 |
commit | d71cb2abc85c55777928ce3f4084360101c9e2e6 (patch) | |
tree | fde622ce6620b0fb53e7b3065924491171583803 /fetchmail.man | |
parent | d1852f76ae3d7e7487ca4cf43f49bf91c5b3fcab (diff) | |
download | fetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.tar.gz fetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.tar.bz2 fetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.zip |
Added smtpaddress option.
svn path=/trunk/; revision=1592
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 83cb6f91..04232137 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -209,6 +209,12 @@ mailserver is asked to ship mail to. Hosts are tried in list order; the first one that is up becomes the forwarding or ETRN target for the current run. .TP +.B \-D domain, --smtpaddress domain +(Keyword: smtpaddress) +Specify the domain to be put in MAIL FROM 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 \-m, \--mda (Keyword: mda) You can force mail to be passed to an MDA directly (rather than |