modules/services/mail/dovecot2.nix: log via syslog instead of writing a separate file
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user