Como estoy recibiendo muchos ataques por diccionario a POP3, voy a configurar fail2ban para bloquear las IPs.
Entonces; agregamos el filtro si no lo tenemos
root@server [~]# vim /etc/fail2ban/jail.conf
En algun lugar libre (yo las agrego siempre al final), escribimos
[dovecot-pop3imap] enabled = true filter = dovecot-pop3imap action = iptables-multiport[name=dovecot-pop3imap, port="pop3,imap", protocol=tcp] logpath = . . . → Read More: Fail2ban: Dovecot POP3

