summaryrefslogtreecommitdiff
path: root/esmtprc.5
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@users.sourceforge.net>2009-06-27 09:36:22 +0100
committerJosé Fonseca <jfonseca@users.sourceforge.net>2009-06-27 09:36:22 +0100
commitfb1e6a8b4126365c72d70c92f954755a2f4fbf87 (patch)
tree16c280f9f8d9d5d30507d9fbff024b1c7c0ce6b1 /esmtprc.5
parent0a0e366a973ae0d57d74c82d3ca420c624794d38 (diff)
Force mail to be delivered by the MDA.
SF patch 2489938.
Diffstat (limited to 'esmtprc.5')
-rw-r--r--esmtprc.515
1 files changed, 15 insertions, 0 deletions
diff --git a/esmtprc.5 b/esmtprc.5
index b0bcbd9..415ce0e 100644
--- a/esmtprc.5
+++ b/esmtprc.5
@@ -149,6 +149,21 @@ place an %F.
Some common MDAs are "/usr/bin/procmail -d %T", "/usr/bin/deliver" and
"/usr/lib/mail.local %T".
+.TP
+\fBforce_mda\fR
+Force mail to be delivered by the MDA.
+
+When set, any mail from anywhere to anywhere will instead be delivered to the
+value of force_mda. It will also only be delivered locally, via the mda. This
+will let you have a very minimal mail set-up, which can ONLY handle local mail.
+
+For example:
+
+.nf
+ mda = "procmail -d %T"
+ force_mda = "\fIsomeuser\fR"
+.fi
+
.SH SEE ALSO
esmtp(1)