Fixed typo / text format

This commit is contained in:
Thomas VIAL 2016-04-19 23:25:54 +02:00
parent c8d6f7451c
commit 003b89c98b
1 changed files with 4 additions and 4 deletions

View File

@ -236,7 +236,7 @@ if [ -f /tmp/docker-mailserver/postfix-main.cf ]; then
done < /tmp/docker-mailserver/postfix-main.cf done < /tmp/docker-mailserver/postfix-main.cf
echo "Loaded 'config/postfix-main.cf'" echo "Loaded 'config/postfix-main.cf'"
else else
echo "'/tmp/docker-mailserver/main.cf' not provided. No extra postfix settings loaded." echo "No extra postfix settings loaded because optional '/tmp/docker-mailserver/main.cf' not provided."
fi fi
if [ ! -z "$SASL_PASSWD" ]; then if [ ! -z "$SASL_PASSWD" ]; then
@ -245,9 +245,9 @@ if [ ! -z "$SASL_PASSWD" ]; then
rm /etc/postfix/sasl_passwd rm /etc/postfix/sasl_passwd
chown root:root /etc/postfix/sasl_passwd.db chown root:root /etc/postfix/sasl_passwd.db
chmod 0600 /etc/postfix/sasl_passwd.db chmod 0600 /etc/postfix/sasl_passwd.db
echo "Loaded SASL_PASSWORD" echo "Loaded SASL_PASSWD"
else else
echo "==> Warning: 'SASL_PASSWORD' is not provided. /etc/postfix/sasl_passwd not created." echo "==> Warning: 'SASL_PASSWD' is not provided. /etc/postfix/sasl_passwd not created."
fi fi
echo "Fixing permissions" echo "Fixing permissions"