Fix bad sasldb2 path with alpine image

This commit is contained in:
vcazsdk 2022-09-06 22:28:11 +02:00
parent 9ed65af90f
commit 492583b684

View file

@ -329,7 +329,8 @@ EOF
rm -f /tmp/passwd
chown postfix:postfix /etc/sasldb2
[ -f /etc/sasldb2 ] && chown postfix:postfix /etc/sasldb2
[ -f /etc/sasl2/sasldb2 ] && chown postfix:postfix /etc/sasl2/sasldb2
fi
}