mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Fix bad sasldb2 path with alpine image
This commit is contained in:
parent
9ed65af90f
commit
492583b684
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue