summaryrefslogtreecommitdiff
path: root/sample.esmtprc
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 /sample.esmtprc
parent3243d5d55f4124980caf911214b935d52d448ca3 (diff)
New 'preconnect' keyword to execute a command prior to opening an SMTP
connection (Daniel Richard G.).
Diffstat (limited to 'sample.esmtprc')
-rw-r--r--sample.esmtprc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample.esmtprc b/sample.esmtprc
index f44db65..e1f1572 100644
--- a/sample.esmtprc
+++ b/sample.esmtprc
@@ -24,6 +24,10 @@ password = "PASSWORD"
#
#certificate_passphrase = "CERTIFICATE_PASSPHRASE"
+# Command to run before contacting the SMTP server
+#
+#preconnect = "ssh -f -L 2025:mail.isp.com:25 user@shell.isp.com 'sleep 5'"
+
# Same as above but for a different identity which can be selected with the
# '-f' flag. You can have as many you like.