fix(script): group-mailbox script must be executable

MR !1
This commit is contained in:
2022-02-14 10:01:49 +09:30
parent 90a21cf866
commit 3601d90aef
2 changed files with 19 additions and 0 deletions

View File

@ -89,6 +89,7 @@ RUN chmod +x /docker-entrypoint.sh \
# ensure dovecot related scripts are executable
&& chmod +x /bin/quota-warning.sh \
&& chmod +x /bin/welcome-email.sh \
&& chmod +x /bin/group-mailbox.sh \
&& chmod 744 /etc/dovecot/dovecot-acl \
# Postfix related commands
&& usermod -a -G vmail postfix \