summaryrefslogtreecommitdiff
path: root/sample.esmtprc
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-26 14:24:13 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-26 14:24:13 +0000
commit3310755ee0dcfed3cdfe865878d35d0a8b766074 (patch)
tree1efebbd78e1cc427257991c8d405a01cf3765a0c /sample.esmtprc
Initial revision
Diffstat (limited to 'sample.esmtprc')
-rw-r--r--sample.esmtprc15
1 files changed, 15 insertions, 0 deletions
diff --git a/sample.esmtprc b/sample.esmtprc
new file mode 100644
index 0000000..a5343f2
--- /dev/null
+++ b/sample.esmtprc
@@ -0,0 +1,15 @@
+#set SMTP host and service (port)
+hostname = localhost:25
+
+# set the user name
+username = "USERNAME"
+
+# set the password
+password = "PASSWORD"
+
+# use the Starttls
+#starttls = { enabled | disabled | required }
+
+# set the certificate passphrase
+#certificate_passphrase = "CERTIFICATE_PASSPHRASE"
+