changeset 5301:8479cf4432fc

e-mail: clarify that smtp_use_ssl defaults to false Commented settings in configuration files conventionally indicate the default value.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Thu, 16 Jul 2015 17:43:41 +0200
parents dc6abf7a63d3
children c035035cfe5b
files development.ini kallithea/bin/template.ini.mako kallithea/config/deployment.ini_tmpl production.ini test.ini
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Thu Jul 16 08:09:20 2015 +0200
+++ b/development.ini	Thu Jul 16 17:43:41 2015 +0200
@@ -30,7 +30,7 @@
 #smtp_password =
 #smtp_port =
 #smtp_use_tls = false
-#smtp_use_ssl = true
+#smtp_use_ssl = false
 ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 #smtp_auth =
 
--- a/kallithea/bin/template.ini.mako	Thu Jul 16 08:09:20 2015 +0200
+++ b/kallithea/bin/template.ini.mako	Thu Jul 16 17:43:41 2015 +0200
@@ -24,7 +24,7 @@
 #smtp_password =
 #smtp_port =
 #smtp_use_tls = false
-#smtp_use_ssl = true
+#smtp_use_ssl = false
 <%text>## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)</%text>
 #smtp_auth =
 
--- a/kallithea/config/deployment.ini_tmpl	Thu Jul 16 08:09:20 2015 +0200
+++ b/kallithea/config/deployment.ini_tmpl	Thu Jul 16 17:43:41 2015 +0200
@@ -25,7 +25,7 @@
 #smtp_password =
 #smtp_port =
 #smtp_use_tls = false
-#smtp_use_ssl = true
+#smtp_use_ssl = false
 ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 #smtp_auth =
 
--- a/production.ini	Thu Jul 16 08:09:20 2015 +0200
+++ b/production.ini	Thu Jul 16 17:43:41 2015 +0200
@@ -29,7 +29,7 @@
 #smtp_password =
 #smtp_port =
 #smtp_use_tls = false
-#smtp_use_ssl = true
+#smtp_use_ssl = false
 ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 #smtp_auth =
 
--- a/test.ini	Thu Jul 16 08:09:20 2015 +0200
+++ b/test.ini	Thu Jul 16 17:43:41 2015 +0200
@@ -29,7 +29,7 @@
 #smtp_password =
 #smtp_port =
 #smtp_use_tls = false
-#smtp_use_ssl = true
+#smtp_use_ssl = false
 ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
 #smtp_auth =