summaryrefslogtreecommitdiff
path: root/esmtprc.5
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-10-17 23:45:48 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-10-17 23:45:48 +0000
commitce8c9c5544e5ea4eae5757b21a279a604ce6332e (patch)
treeeefaa8cdd47319e74aaeb9c893184a5480fb1586 /esmtprc.5
parent3243d5d55f4124980caf911214b935d52d448ca3 (diff)
New 'preconnect' keyword to execute a command prior to opening an SMTP
connection (Daniel Richard G.).
Diffstat (limited to 'esmtprc.5')
-rw-r--r--esmtprc.510
1 files changed, 10 insertions, 0 deletions
diff --git a/esmtprc.5 b/esmtprc.5
index 2bf6a01..b807bcb 100644
--- a/esmtprc.5
+++ b/esmtprc.5
@@ -69,6 +69,16 @@ It can be one of \fBenabled\fR, \fBdisabled\fR or \fBrequired\fR. It defaults to
Set the certificate passphrase for the StartTLS extension.
.TP
+\fBpreconnect\fR
+Shell command to execute prior to opening an SMTP connection.
+
+This may be useful in conjunction with application-level transports (e.g.
+\fBssh\fR with its port-forwarding functionality) to secure the SMTP
+connection. \fBEsmtp\fR will wait for the command to exit before
+proceeding. If the command returns a non-zero status, delivery will be
+aborted.
+
+.TP
\fBidentity\fR
Define an identity.