summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/20-imap.conf.diff
blob: 1870ed77bdf85d40119e3d7f481a37e78f8b153e (plain)
  1. --- 20-imap.conf.orig 2015-12-13 17:48:21.000000000 +0100
  2. +++ 20-imap.conf 2016-10-04 15:43:31.000000000 +0200
  3. @@ -32,7 +32,7 @@
  4.  
  5. # How long to wait between "OK Still here" notifications when client is
  6. # IDLEing.
  7. -#imap_idle_notify_interval = 2 mins
  8. +imap_idle_notify_interval = 29 mins
  9. # ID field names and values to send to clients. Using * as the value makes
  10. # Dovecot use the default value. The following fields have default values
  11. @@ -67,7 +67,7 @@
  12. protocol imap {
  13. # Space separated list of plugins to load (default is global mail_plugins).
  14. - #mail_plugins = $mail_plugins
  15. + mail_plugins = $mail_plugins imap_zlib
  16. # Maximum number of IMAP connections allowed for a user from each IP address.
  17. # NOTE: The username is compared case-sensitively.