From 6ac9d871fdecc8fa96006db18332f2892923e07d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 Apr 2016 11:47:16 -0700 Subject: [PATCH] don't validate SMTP TLS or PORT --- launcher | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher b/launcher index d4ef75a..2e05e2c 100755 --- a/launcher +++ b/launcher @@ -592,8 +592,7 @@ run_start(){ mail_config_check(){ mail_config_verbose=0 # 1 prints mail config to stdout mail_config="ok" - for x in DISCOURSE_SMTP_ADDRESS DISCOURSE_SMTP_USER_NAME DISCOURSE_SMTP_PASSWORD \ - DISCOURSE_SMTP_PORT DISCOURSE_SMTP_ENABLE_START_TLS + for x in DISCOURSE_SMTP_ADDRESS DISCOURSE_SMTP_USER_NAME DISCOURSE_SMTP_PASSWORD do mail_var=`grep "^ $x:" $config_file` result=$? -- 2.25.1