about summary refs log tree commit diff
path: root/modules/services/mail
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-09-21 12:25:35 +0200
committerPeter Simons <simons@cryp.to>2012-09-21 12:29:36 +0200
commit1da16a5ea112182ffc2d83ee6c42c1b70f96226d (patch)
tree501475a90961654a14090424e582ce80dc7d307b /modules/services/mail
parentd4af6edd5e49cf69cb2eae06699b4edd74b0657c (diff)
downloadnixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar.gz
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar.bz2
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar.lz
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar.xz
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.tar.zst
nixlib-1da16a5ea112182ffc2d83ee6c42c1b70f96226d.zip
modules/services/mail/dovecot2.nix: log via syslog instead of writing a separate file
Diffstat (limited to 'modules/services/mail')
-rw-r--r--modules/services/mail/dovecot2.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/services/mail/dovecot2.nix b/modules/services/mail/dovecot2.nix
index c5f5da41d317..14355f51e3db 100644
--- a/modules/services/mail/dovecot2.nix
+++ b/modules/services/mail/dovecot2.nix
@@ -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;