From 446bb3483b20deb233beffe949f3f3851b1497e3 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 14 Oct 2023 00:11:03 +0200 Subject: [PATCH] dovecot: run auth-worker as vmail user --- chatmail-pyinfra/src/chatmail/dovecot/dovecot.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmail-pyinfra/src/chatmail/dovecot/dovecot.conf.j2 b/chatmail-pyinfra/src/chatmail/dovecot/dovecot.conf.j2 index 18861d3d..bbeaa8fa 100644 --- a/chatmail-pyinfra/src/chatmail/dovecot/dovecot.conf.j2 +++ b/chatmail-pyinfra/src/chatmail/dovecot/dovecot.conf.j2 @@ -88,7 +88,7 @@ service auth { service auth-worker { # Default is root. # Drop privileges we don't need. - user = $default_internal_user + user = vmail } ssl = required