diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-10-17 23:45:48 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-10-17 23:45:48 +0000 |
commit | ce8c9c5544e5ea4eae5757b21a279a604ce6332e (patch) | |
tree | eefaa8cdd47319e74aaeb9c893184a5480fb1586 /sample.esmtprc | |
parent | 3243d5d55f4124980caf911214b935d52d448ca3 (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.esmtprc | 4 |
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. |