Bump memory limits to help with large folders
[sysconfig/dovecot.git] / conf.d / 10-master.conf
index f0e79abc82289dc2c6957bf281e32ec3bec1d249..20b0fc45d941f913d957d2a24a92e71907d98521 100644 (file)
@@ -62,6 +62,7 @@ service imap {
   # Most of the memory goes to mmap()ing files. You may need to increase this
   # limit if you have huge mailboxes.
   #vsz_limit = 256M
+  vsz_limit = 1024M
 
   # Max. number of IMAP processes (connections)
   #process_limit = 1024
@@ -85,9 +86,11 @@ service auth {
   }
 
   # Postfix smtp-auth
-  #unix_listener /var/spool/postfix/private/auth {
-  #  mode = 0666
-  #}
+  unix_listener /var/spool/postfix/private/auth {
+    mode = 0660
+    user = postfix
+    group = postfix
+  }
 
   # Auth process is run as this user.
   #user = $default_internal_user