Ensure we use IMAP IDLE like it's supposed to work

imap_idle_notify_interval = 2 mins -> 29 mins

See https://peterkieser.com/2011/03/25/androids-k-9-mail-battery-life-and-dovecots-push-imap/
master
Florent Daigniere 2 years ago
parent 1e54d44b19
commit 3d7b9fe194

@ -100,6 +100,7 @@ service auth-worker {
protocol imap {
mail_plugins = $mail_plugins imap_quota imap_sieve
mail_max_userip_connections = 20
imap_idle_notify_interval = 29 mins
}
protocol pop3 {

@ -0,0 +1 @@
Set imap_idle_notify_interval to 29 mins (see rfc2177) to ensure we use IMAP IDLE effectively
Loading…
Cancel
Save