From ce8c9c5544e5ea4eae5757b21a279a604ce6332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 17 Oct 2003 23:45:48 +0000 Subject: New 'preconnect' keyword to execute a command prior to opening an SMTP connection (Daniel Richard G.). --- sample.esmtprc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sample.esmtprc') 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. -- cgit v1.2.3-2-g168b