From 2396324e214621bb733f412e79068386c1de1a40 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Fri, 6 May 2016 19:26:11 +0200 Subject: [PATCH] Temporary workaround for #6 The patch is still going through patchwork upstream (Alpine), thus the auth-worker group was changed to 'mail' as a "temporary" workaround. --- dovecot/conf/dovecot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/conf/dovecot.conf b/dovecot/conf/dovecot.conf index 9e740549..33a33f64 100644 --- a/dovecot/conf/dovecot.conf +++ b/dovecot/conf/dovecot.conf @@ -86,7 +86,7 @@ service auth { service auth-worker { unix_listener auth-worker { user = mail - group = $default_internal_user + group = mail mode = 0660 } user = mail