don't validate SMTP TLS or PORT
authorJeff Atwood <jatwood@codinghorror.com>
Wed, 20 Apr 2016 18:47:16 +0000 (11:47 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Wed, 20 Apr 2016 18:47:16 +0000 (11:47 -0700)
launcher

index d4ef75af064df7688088f222a02db9dd60e46a48..2e05e2ceaf273ae199a4ebc37039a7f07306d964 100755 (executable)
--- 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=$?