From 7189d4c63f4e8d6f23b230ba92db6ca7a3147b91 Mon Sep 17 00:00:00 2001 From: guardiande Date: Wed, 15 Jul 2020 09:12:14 +0200 Subject: [PATCH] Dummy change to trigger travis --- target/start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index efa35d14..d4e6dcec 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -1326,7 +1326,7 @@ function _setup_postfix_relay_hosts() { if [ -f /tmp/docker-mailserver/postfix-sasl-password.cf ]; then notify 'inf' "Adding relay authentication from postfix-sasl-password.cf" while read line; do - if ! echo "$line" | grep -q -e "^\s*#"; then + if ! echo "$line" | grep -q -e "^\s*#"; then echo "$line" >> /etc/postfix/sasl_passwd fi done < /tmp/docker-mailserver/postfix-sasl-password.cf