Update start-mailserver.sh

This commit is contained in:
Chris54721 2016-03-18 20:10:05 +01:00
parent 3cabf10520
commit ec5837d496

View file

@ -202,7 +202,7 @@ if [ -f /tmp/postfix/main.cf ]; then
done < /tmp/postfix/main.cf
echo "Loaded '/tmp/postfix/main.cf'"
else
echo "==> Warning: '/tmp/postfix/main.cf' is not provided. No extra postfix settings loaded."
echo "'/tmp/postfix/main.cf' not provided. No extra postfix settings loaded."
fi
if [ ! -z "$SASL_PASSWD" ]; then