# HG changeset patch # User IBBoard # Date 1724762117 -3600 # Node ID 21f6add305024bd69e177e874c882a56645de520 # Parent b0531370e183fcf2d9c73a683939fafb62ca2681 Increase max client connections Some IMAP clients keep forgetting to check for new mail. See if it's because they've run out of connections on patchy wireless. diff -r b0531370e183 -r 21f6add30502 modules/dovecot/manifests/init.pp --- a/modules/dovecot/manifests/init.pp Sun Aug 11 13:29:59 2024 +0100 +++ b/modules/dovecot/manifests/init.pp Tue Aug 27 13:35:17 2024 +0100 @@ -30,7 +30,8 @@ } file { '/etc/dovecot/conf.d/99-extra.conf': content => 'mail_location = maildir:/var/mail/vhosts/%d/%n:INBOX=/var/mail/vhosts/%d/%n/Inbox -first_valid_uid = 500' +first_valid_uid = 500 +mail_max_userip_connections = 25' } file { '/etc/dovecot/conf.d/10-auth.conf': content => "# Blanked by Puppet - we don't use the only setting from here (PAM authentication)",