How to change the connection limit (mail_max_userip_connections) in the new dovecot 2.4?
The below config used to work with old dovecot but doesn't work on new one:
The below config used to work with old dovecot but doesn't work on new one:
# cat /usr/local/directadmin/custombuild/custom/dovecot/conf/mail_max_userip_connections.conf
mail_max_userip_connections = 50
remote 127.0.0.1 {
mail_max_userip_connections = 1000
}
# doveadm -f table config get mail_max_userip_connections
mail_max_userip_connections = 15