From 3df180dcc693518a61e5af93e717ca3c822a5365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 18 May 2003 11:13:13 +0000 Subject: Bumped to version 0.4. Added Debian packaging. Fixes to the autogen.sh script. Mentioned some caveats in the documentation. --- sample.esmtprc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sample.esmtprc') diff --git a/sample.esmtprc b/sample.esmtprc index 1a11e4e..d5ab87b 100644 --- a/sample.esmtprc +++ b/sample.esmtprc @@ -30,7 +30,7 @@ password = "PASSWORD" # Use the Starttls # -starttls = disabled +#starttls = disabled # # It can be one of "enabled", "disabled" or "required". It defaults to # disabled. @@ -40,10 +40,15 @@ starttls = disabled #certificate_passphrase = "CERTIFICATE_PASSPHRASE" -# A different identity which can be selected with the '-f' flag. You can have -# as many you like. +# Same as above but for a different identity which can be selected with the +# '-f' flag. You can have as many you like. # identity myself@somewhere.com hostname smtp.somewhere.com:25 username "myself" password "secret" + #starttls = disabled +# +# NOTE: the default indentity settings aren't shared by the other identities. +# Everything (username, password, etc.) must be specified for every identity +# even if they don't differ from the default identity. -- cgit v1.2.3