From cea37873faf7e4892a54052680a8b86517a3d6ab Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Sun, 10 Mar 2019 13:39:33 -0500 Subject: [PATCH] Remove slash scaping, not needed with postconf and was breaking the container (issue #11) --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 9570d26..b672c67 100644 --- a/run.sh +++ b/run.sh @@ -31,7 +31,7 @@ add_config_value "myorigin" '$mydomain' add_config_value "relayhost" "[${SMTP_SERVER}]:${SMTP_PORT}" add_config_value "smtp_use_tls" "yes" add_config_value "smtp_sasl_auth_enable" "yes" -add_config_value "smtp_sasl_password_maps" "hash:\/etc\/postfix\/sasl_passwd" +add_config_value "smtp_sasl_password_maps" "hash:/etc/postfix/sasl_passwd" add_config_value "smtp_sasl_security_options" "noanonymous" # Create sasl_passwd file with auth credentials