From c8ec3ba4db8a16a7f61732dfde7f0ef3ac1ec316 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 5 Jun 2018 18:37:34 +0530 Subject: [PATCH] Disabled starttls --- conf/production.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/production.yaml b/conf/production.yaml index 120e249..490c43b 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -32,11 +32,11 @@ redis: # SMTP server to send emails smtp: hostname: 'localhost' - port: 465 + port: 25 username: null password: null - tls: true - disable_starttls: false + tls: false + disable_starttls: true ca_file: null # Used for self signed certificates from_address: 'admin@__domain__'