From 7f7a259a820bdbb6025dfee93cfb8df5ad8dba0a Mon Sep 17 00:00:00 2001 From: Jon Lockwood Date: Sat, 19 Feb 2022 10:07:41 +0930 Subject: [PATCH] fix(local_group): amavis and opendkim added to vmail users require access to vmail group data. MR !9 --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 929af81..8fd8495 100644 --- a/dockerfile +++ b/dockerfile @@ -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