# HG changeset patch # User Thomas De Schampheleire # Date 2015-07-16 15:43:41 # Node ID 8479cf4432fca503cd4be63a28badb897f78e414 # Parent dc6abf7a63d37f0a43082825a89b2b76aa44d43a e-mail: clarify that smtp_use_ssl defaults to false Commented settings in configuration files conventionally indicate the default value. diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -30,7 +30,7 @@ pdebug = false #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 = diff --git a/kallithea/bin/template.ini.mako b/kallithea/bin/template.ini.mako --- a/kallithea/bin/template.ini.mako +++ b/kallithea/bin/template.ini.mako @@ -24,7 +24,7 @@ pdebug = false #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.) #smtp_auth = diff --git a/kallithea/config/deployment.ini_tmpl b/kallithea/config/deployment.ini_tmpl --- a/kallithea/config/deployment.ini_tmpl +++ b/kallithea/config/deployment.ini_tmpl @@ -25,7 +25,7 @@ pdebug = false #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 = diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -29,7 +29,7 @@ pdebug = false #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 = diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -29,7 +29,7 @@ pdebug = false #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 =