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 =