From b52d763a8f9d5972383a5c03c3cc5b7c0615d734 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 4 Dec 2014 11:16:03 -0500 Subject: [PATCH] Bump max connections It sounds like maybe K-9 mail has an issue where it'll open lots of connections, which was leaving Thunderbird spewing a lot of "couldn't authenticate" errors. Hopefully this'll fix that. --- conf.d/20-imap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/20-imap.conf b/conf.d/20-imap.conf index 99f7833..60df286 100644 --- a/conf.d/20-imap.conf +++ b/conf.d/20-imap.conf @@ -11,6 +11,7 @@ protocol imap { # Maximum number of IMAP connections allowed for a user from each IP address. # NOTE: The username is compared case-sensitively. #mail_max_userip_connections = 10 + mail_max_userip_connections = 50 # Space separated list of plugins to load (default is global mail_plugins). #mail_plugins = $mail_plugins -- 2.34.1