mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-28 14:45:34 +02:00
Add executable flag for scripts in /usr/lib/dovecot/sieve-pipe
This commit is contained in:
parent
f6f5a28bec
commit
70d87f5119
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +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/*
|
||||
}
|
||||
|
||||
function _setup_dovecot_local_user() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue