summaryrefslogtreecommitdiff
path: root/sample.esmtprc
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-05-18 11:13:13 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-05-18 11:13:13 +0000
commit3df180dcc693518a61e5af93e717ca3c822a5365 (patch)
treed261843d80ba6d874de2ca49e36e1d8e67397042 /sample.esmtprc
parent4f264af0fcd77d497c6b8580052ea3948787214f (diff)
Bumped to version 0.4. Added Debian packaging. Fixes to the autogen.sh
script. Mentioned some caveats in the documentation.
Diffstat (limited to 'sample.esmtprc')
-rw-r--r--sample.esmtprc11
1 files changed, 8 insertions, 3 deletions
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.