summaryrefslogtreecommitdiff
path: root/sample.esmtprc
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 18:59:40 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 18:59:40 +0000
commit15350708d628c8be91ca0ac00ec7956bbf3f6c80 (patch)
treee9d05b827d16b7b948416f9e971b041bad03ef78 /sample.esmtprc
parent15ff73b9843c79c1709f4a521aaa09285105f8bc (diff)
Documentation and packaging fixes for the latest changes.
Diffstat (limited to 'sample.esmtprc')
-rw-r--r--sample.esmtprc11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample.esmtprc b/sample.esmtprc
index d5ab87b..8ff89f0 100644
--- a/sample.esmtprc
+++ b/sample.esmtprc
@@ -52,3 +52,14 @@ identity myself@somewhere.com
# NOTE: the default indentity settings aren't shared by the other identities.
# Everything (username, password, etc.) must be specified for every identity
# even if they don't differ from the default identity.
+
+
+# Set the Mail Delivery Agent (MDA)
+#
+mda = "/usr/bin/procmail -d %T"
+#
+# Some possible MDAs are
+# - "/usr/bin/procmail -d %T"
+# - "/usr/bin/deliver"
+# - "/usr/sbin/sendmail -i -f %F %T"
+# - "/usr/lib/mail.local %s"