From 5f4a8986f330c493d63113ed99cced1a3f8cc1c4 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Tue, 10 Oct 2023 00:09:28 +0200 Subject: [PATCH] Increase IMAP idle timeout. Mail client on MacOS relies on the IMAP idle functionality. --- dovecot/20-imap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/20-imap.conf b/dovecot/20-imap.conf index 176b2be..2b8c549 100644 --- a/dovecot/20-imap.conf +++ b/dovecot/20-imap.conf @@ -6,7 +6,7 @@ # to imap-hibernate process and close the old imap process. This saves memory, # because connections use very little memory in imap-hibernate process. The # downside is that recreating the imap process back uses some resources. -#imap_hibernate_timeout = 0 +imap_hibernate_timeout = 5s # Maximum IMAP command line length. Some clients generate very long command # lines with huge mailboxes, so you may need to raise this if you get -- 2.39.5