aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-01-17 14:54:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-01-17 14:54:23 +0000
commitba6985896ad7b17c50fc9b60edb00443bd05dc60 (patch)
tree0221b1c7cd19ed607d4071a4783c37565970672e /fetchmail.man
parent8168008e1a6d137e08eec71a5a23fbe7d1c88041 (diff)
downloadfetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.tar.gz
fetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.tar.bz2
fetchmail-ba6985896ad7b17c50fc9b60edb00443bd05dc60.zip
Remove -oem from sendmail options.
svn path=/trunk/; revision=3787
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 2c51dd83..3a5e29bb 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -409,12 +409,12 @@ errors; the nonzero status tells fetchmail that delivery failed and
prevents the message from being deleted off the server. If
\fIfetchmail\fR is running as root, it sets its userid to that of the
target user while delivering mail through an MDA. Some possible MDAs
-are "/usr/sbin/sendmail -i -oem -f %F %T", "/usr/bin/deliver" and
+are "/usr/sbin/sendmail -i -f %F %T", "/usr/bin/deliver" and
"/usr/bin/procmail -d %T" (but the latter is usually redundant as it's
what SMTP listeners normally forward to). Local delivery addresses
will be inserted into the MDA command wherever you place a %T; the
mail message's From address will be inserted where you place an %F.
-Do \fInot\fR use an MDA invocation like "sendmail -i -oem -t" that
+Do \fInot\fR use an MDA invocation like "sendmail -i -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