modules/services/mail/dovecot2.nix: log via syslog instead of writing a separate file

This commit is contained in:
Peter Simons 2012-09-21 12:25:35 +02:00
parent d4af6edd5e
commit 1da16a5ea1

@ -40,13 +40,8 @@ let
driver = pam
args = dovecot2
}
#auth_debug = yes
#auth_verbose = yes
#debug_log_path = /tmp/dovecot2debug.log
pop3_uidl_format = %08Xv%08Xu
log_path = /var/log/dovecot2.log
'';
confFile = pkgs.writeText "dovecot.conf" dovecotConf;