From 38f990c190fb0cb9fb0deda6b988d3a078c2141f Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 18 Jul 2025 17:23:47 +0200 Subject: [PATCH] dovecot debug logging no longer required --- configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 774867b..daf94a3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,13 +115,13 @@ in ]; services.openssh.enable = true; - services.dovecot2 = { - # extraConfig = '' - # auth_verbose = yes - # auth_debug = yes - # auth_debug_passwords = yes - # ''; - }; + # services.dovecot2 = { + # extraConfig = '' + # auth_verbose = yes + # auth_debug = yes + # auth_debug_passwords = yes + # ''; + # }; services.nginx.virtualHosts."auth.test.htw.stura-dresden.de".locations."/".extraConfig = '' proxy_set_header X-Forwarded-Proto $scheme;