From fb1e6a8b4126365c72d70c92f954755a2f4fbf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 27 Jun 2009 09:36:22 +0100 Subject: Force mail to be delivered by the MDA. SF patch 2489938. --- esmtprc.5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'esmtprc.5') 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) -- cgit v1.2.3