dovecot debug logging no longer required

This commit is contained in:
goeranh 2025-07-18 17:23:47 +02:00
parent b9018a7851
commit 38f990c190
No known key found for this signature in database

View file

@ -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;