From bebf2d89d335c48659d2e25cb9f6f8310e867fc5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Mar 2018 16:12:52 +0100 Subject: Add option to disable starttls --- config/default.yaml | 1 + config/production.yaml.example | 1 + config/test.yaml | 1 + 3 files changed, 3 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 48e5bd067..26fc5c128 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -25,6 +25,7 @@ smtp: username: null password: null tls: true + disable_starttls: false ca_file: null # Used for self signed certificates from_address: 'admin@example.com' diff --git a/config/production.yaml.example b/config/production.yaml.example index 45eeffec7..43f45ae80 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -26,6 +26,7 @@ smtp: username: null password: null tls: true + disable_starttls: false ca_file: null # Used for self signed certificates from_address: 'admin@example.com' diff --git a/config/test.yaml b/config/test.yaml index b830a42e7..7e395db04 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -12,6 +12,7 @@ smtp: hostname: null port: 1025 tls: false + disable_starttls: true from_address: 'test-admin@localhost' username: null password: null -- cgit v1.2.3