jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
server/plugins-available/postfix_server_plugin.inc.php
@@ -86,7 +86,11 @@
      
      if($mail_config["relayhost"] != '') {
         exec("postconf -e 'relayhost = ".$mail_config["relayhost"]."'");
         exec("postconf -e 'smtp_sasl_auth_enable = yes'");
         if($mail_config["relayhost_user"] != '' && $mail_config["relayhost_password"] != '') {
            exec("postconf -e 'smtp_sasl_auth_enable = yes'");
         } else {
            exec("postconf -e 'smtp_sasl_auth_enable = no'");
         }
         exec("postconf -e 'smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd'");
         exec("postconf -e 'smtp_sasl_security_options ='");