summaryrefslogtreecommitdiff
path: root/esmtprc.5
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2008-09-17 16:51:30 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2008-09-17 16:51:30 +0000
commit4b0725144f954e9a40c70289e5456401d58759f7 (patch)
tree54112a1cab784d50290bdf05bc1d84c34a00d961 /esmtprc.5
parentf0c0eea2f8eb3691e68060f96149b06515ca8c14 (diff)
Option to disable Message-ID header (Phil Sutter).
Diffstat (limited to 'esmtprc.5')
-rw-r--r--esmtprc.59
1 files changed, 9 insertions, 0 deletions
diff --git a/esmtprc.5 b/esmtprc.5
index 6fd7741..b0bcbd9 100644
--- a/esmtprc.5
+++ b/esmtprc.5
@@ -92,6 +92,15 @@ be used as "From:" when the message contains none. "%u" will
be replaced with the username. "%%" by "%".
.TP
+\fBmessage_id\fR
+Whether to set the Message-ID field of the message before sending.
+Normally the receiving MTA sets the Message-ID if missing, so you can turn
+this off if your sending host does not have a fully qualified domain name.
+
+Allowed values are either \fBenabled\fR or \fBdisabled\fR. It defaults to
+\fBenabled\fR
+
+.TP
\fBpreconnect\fR
Shell command to execute prior to opening an SMTP connection.