summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/20-imap.conf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot/conf.d/20-imap.conf.diff')
-rw-r--r--dovecot/conf.d/20-imap.conf.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/dovecot/conf.d/20-imap.conf.diff b/dovecot/conf.d/20-imap.conf.diff
new file mode 100644
index 0000000..1870ed7
--- /dev/null
+++ b/dovecot/conf.d/20-imap.conf.diff
@@ -0,0 +1,20 @@
+--- 20-imap.conf.orig 2015-12-13 17:48:21.000000000 +0100
++++ 20-imap.conf 2016-10-04 15:43:31.000000000 +0200
+@@ -32,7 +32,7 @@
+
+ # How long to wait between "OK Still here" notifications when client is
+ # IDLEing.
+-#imap_idle_notify_interval = 2 mins
++imap_idle_notify_interval = 29 mins
+
+ # ID field names and values to send to clients. Using * as the value makes
+ # Dovecot use the default value. The following fields have default values
+@@ -67,7 +67,7 @@
+
+ protocol imap {
+ # Space separated list of plugins to load (default is global mail_plugins).
+- #mail_plugins = $mail_plugins
++ mail_plugins = $mail_plugins imap_zlib
+
+ # Maximum number of IMAP connections allowed for a user from each IP address.
+ # NOTE: The username is compared case-sensitively.