summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-17 17:26:12 -0400
committerJesse Luehrs <doy@tozt.net>2019-03-17 17:26:12 -0400
commit65959c72de7518b0e56c99f1bbb12e7edc1995b6 (patch)
tree4ef4595e5509d69d74dc14c5113d09eab9a7219b /modules/mail
parentd114327c941067165cf261be79d9b941c24fd2e1 (diff)
downloadpuppet-tozt-65959c72de7518b0e56c99f1bbb12e7edc1995b6.tar.gz
puppet-tozt-65959c72de7518b0e56c99f1bbb12e7edc1995b6.zip
bump up the max connections for dovecot
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/files/dovecot.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/files/dovecot.conf b/modules/mail/files/dovecot.conf
index 74ce864..4c7cc70 100644
--- a/modules/mail/files/dovecot.conf
+++ b/modules/mail/files/dovecot.conf
@@ -3,3 +3,7 @@ plugin {
sieve_spamtest_status_type = score
sieve_spamtest_status_header = X-Spam-Status: [[:alnum:]]+, score=(-?[[:digit:]]+\.[[:digit:]]+)
}
+
+protocol imap {
+ mail_max_userip_connections = 100
+}