diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-08-10 19:02:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-08-10 19:02:45 +0000 |
commit | bc50723b35477d6d8e8305c7180762d89813dccd (patch) | |
tree | 93b2f2da64050e14dc8ca884875934b2f990af36 | |
parent | f49c2a46638a2e492d05c7f479fa293a29d076eb (diff) | |
download | fetchmail-bc50723b35477d6d8e8305c7180762d89813dccd.tar.gz fetchmail-bc50723b35477d6d8e8305c7180762d89813dccd.tar.bz2 fetchmail-bc50723b35477d6d8e8305c7180762d89813dccd.zip |
Explane smtpname better.
svn path=/trunk/; revision=3451
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7c0f86ef..fac1439b 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -376,10 +376,10 @@ server should ship mail for once the connection is turned around. The default is the FQDN of the machine running fetchmail. .TP .B \-D <domain>, --smtpaddress <domain> -(Keyword: smtpaddress) -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. +(Keyword: smtpaddress) Specify the domain to be appended to addresses +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) |