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
|
driver = pam
|
||||||
args = dovecot2
|
args = dovecot2
|
||||||
}
|
}
|
||||||
#auth_debug = yes
|
|
||||||
#auth_verbose = yes
|
|
||||||
#debug_log_path = /tmp/dovecot2debug.log
|
|
||||||
|
|
||||||
pop3_uidl_format = %08Xv%08Xu
|
pop3_uidl_format = %08Xv%08Xu
|
||||||
|
|
||||||
log_path = /var/log/dovecot2.log
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
confFile = pkgs.writeText "dovecot.conf" dovecotConf;
|
confFile = pkgs.writeText "dovecot.conf" dovecotConf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user