summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/surtr/email/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix
index bce29b2e..789fbfc7 100644
--- a/hosts/surtr/email/default.nix
+++ b/hosts/surtr/email/default.nix
@@ -296,7 +296,10 @@ in {
296 ssl_verify_client_cert = yes 296 ssl_verify_client_cert = yes
297 auth_ssl_username_from_cert = yes 297 auth_ssl_username_from_cert = yes
298 auth_mechanisms = external 298 auth_mechanisms = external
299 auth_user = dovecot2 299
300 service auth {
301 user = dovecot2
302 }
300 service auth-worker { 303 service auth-worker {
301 user = dovecot2 304 user = dovecot2
302 } 305 }