Update 20-imap.conf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-28 08:53:14 +02:00 committed by GitHub
parent f2b903c3a4
commit 5780b4c047

View File

@ -1,3 +1,3 @@
protocol imap {
mail_max_userip_connections = {{getenv "IMAPMAXUSERCONNECTIONS"}}
}
mail_max_userip_connections = {{getenv "IMAP_MAX_USER_CONNECTIONS" "10"}}
}