Hello! I recently began using AquaMail app on Android and now and then I get error: 'mail_max_userip_connections=10'. How to fix this?
Most likely this app makes more then 10 simulatnious connections to either imap or smtp. Please take a look at the mail log and post the error that you get there to find out which service is throwing this error.
/var/log/mail.log says: Code: Jun 26 20:03:28 vps2 dovecot: imap-login: Maximum number of connections from user+IP exceeded (mail_max_userip_connections=10): user=<[email protected]>, method=PLAIN, rip=123.456.789.012, lip=012.789.456.123, TLS, session=<IvKhjm8Z123BZb+JX>
@florian030 @till Where does it say that the default is 10? This is my /etc/dovecot/dovecot.conf file:
@till Thank you. I was confused. I thought that the limit is configured in: So, if the error happens again, I just need to increase the number?