fix(local_group): amavis and opendkim added to vmail
users require access to vmail group data. MR !9
This commit is contained in:
@ -136,7 +136,9 @@ RUN chmod +x /docker-entrypoint.sh \
|
||||
# Amavis DKIM related commands
|
||||
&& mkdir -p /certs/amavis/dkim/ \
|
||||
&& chown root:amavis /certs/amavis/dkim/ \
|
||||
&& chmod 750 /certs/amavis/dkim/
|
||||
&& chmod 750 /certs/amavis/dkim/ \
|
||||
&& usermod -a -G vmail amavis \
|
||||
&& usermod -a -G vmail opendkim
|
||||
|
||||
|
||||
# Setup data volumes
|
||||
|
Reference in New Issue
Block a user