Mercurial > repos > other > Puppet
changeset 477:21f6add30502
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.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 27 Aug 2024 13:35:17 +0100 |
parents | b0531370e183 |
children | adf6fe9bbc17 |
files | modules/dovecot/manifests/init.pp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)",