mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Added -f flag to chmod command to suppress error when no sieve-pipe scripts exist
This commit is contained in:
parent
70d87f5119
commit
ca16307729
|
@ -630,7 +630,7 @@ function _setup_dovecot() {
|
|||
fi
|
||||
chown docker:docker -R /usr/lib/dovecot/sieve*
|
||||
chmod 550 -R /usr/lib/dovecot/sieve*
|
||||
chmod +x /usr/lib/dovecot/sieve-pipe/*
|
||||
chmod -f +x /usr/lib/dovecot/sieve-pipe/*
|
||||
}
|
||||
|
||||
function _setup_dovecot_local_user() {
|
||||
|
|
Loading…
Reference in a new issue