Fix bad sasldb2 path with alpine image

This commit is contained in:
vcazsdk 2022-09-06 22:28:11 +02:00 committed by Boky
parent 075a99f6fd
commit fc7ed0b391

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
}