<div dir="ltr"><div>Hi there.<br></div><div><br></div><div>First of all many thanks to all the people involved in this project for their time, I really appreciate it.</div><div><br></div><div>Second my use case:</div><div><br></div><div>a) Container running Webmail (roundcube) with dovecot-ident plugin <a href="https://github.com/roundcube/roundcubemail/issues/5336#issuecomment-228131074">enabled</a>.<br></div><div>b) Container running Dovecot  2.3.4.1 (<a href="https://github.com/Kedu-SCCL/docker-mailserver-mysql">docker-mailserver-mysql</a>) with fail2ban enabled</div><div><br></div><div>Since I need to add the private IP address of the webmail to "login_trusted_networks" to "...allow to override their IP addresses and ports" I can keep login to webmail even though if the IP is blocked.</div><div><br></div><div>Question: there's any way to:</div><div><br></div><div>a) Allow a certain IP range to override it's IP address and ports (as in "login_trusted_networks") but</div><div>b) Be blocked, as any other incoming connections, by fail2ban?</div><div><br></div><div>More context. Once the public IP is banned (8.8.8.8 in this example):</div><div><br></div><div>```</div><div>2020-12-21 10:10:31,371 fail2ban.filter         [309]: INFO    [dovecot] Found 8.8.8.8 - 2020-12-21 10:10:31<br>2020-12-21 10:10:39,189 fail2ban.filter         [309]: INFO    [dovecot] Found 8.8.8.8 - 2020-12-21 10:10:39<br>2020-12-21 10:10:51,222 fail2ban.filter         [309]: INFO    [dovecot] Found 8.8.8.8 - 2020-12-21 10:10:51<br>2020-12-21 10:10:52,008 fail2ban.actions        [309]: NOTICE  [dovecot] Ban 8.8.8.8<br></div><div>```<br></div><div><br></div><div>I can't reach dovecot by telnet from this public IP:</div><div><br></div><div>```</div><div>telnet <a href="http://mail.example.com">mail.example.com</a> 143<br>Trying 9.9.9...<br>telnet: Unable to connect to remote host: Connection refused<br></div><div>```</div><div><br></div><div>Unless I removed the ban:</div><div><br></div><div>```</div><div>docker exec mail fail2ban-client set dovecot unbanip 8.8.8.8<br></div><div>```<br></div><div><br></div><div>Many thanks.</div><div><br></div><div>Javier<br></div></div>