diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-28 23:04:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-28 23:04:24 +0000 |
commit | 0a040ad1ca1faf244a03ef15070656e8293a4a5c (patch) | |
tree | da2ef8022447646a17e17a227894d590ca8b4943 /fetchmail.man | |
parent | a9cfa71d5b0ff5280b21a8c7eb62d8ef4ce1d85f (diff) | |
download | fetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.tar.gz fetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.tar.bz2 fetchmail-0a040ad1ca1faf244a03ef15070656e8293a4a5c.zip |
Added bsmtp option.
svn path=/trunk/; revision=2144
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index c5085183..d3994051 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -271,6 +271,15 @@ 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 \--bsmtp +(keyword: bsmtp) +Append fetched mail to a BSMTP file. This simply contains the SMTP +commands that would normally be generated by fetchmail when passing +mail to an SMTP listener daemon. An argument of `-' causes the mail +to be written to standard output. Note that fetchmail's +reconstruction of MAIL FROM and RCPT TO lines is not guaranteed +correct; the caveats discussed under THE USE AND ABUSE OF MULTIDROP +MAILBOXES below apply. .SS Resource Limit Control Options .TP .B \-l, --limit @@ -982,6 +991,9 @@ T} mda -m T{ Specify MDA for local delivery T} +bsmtp -o T{ +Specify BSMTP batch file to append to +T} preconnect \& T{ Command to be executed before each connection T} @@ -1606,6 +1618,8 @@ run failed while trying to do an SMTP port open or transaction. Fatal DNS error. Fetchmail encountered an error while performing a DNS lookup at startup and could not proceed. .IP 12 +BSMTP batch file could not be opened. +.IP 23 Internal error. You should see a message on standard error with details. .PP |