mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-11-17 22:58:46 +08:00
Fix bad sasldb2 path with alpine image
This commit is contained in:
parent
075a99f6fd
commit
fc7ed0b391
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