I have an offending IP who is attacking dovecot. The log looks like this:
Sep 29 11:48:40 huda dovecot: pop3-login: Aborted login (1
authentication attempts): user=<eddie>, method=PLAIN,
rip=65.69.251.9, lip=216.14.86.227
The user keeps changing as it cycles through.
Now, I have run the following command:
iptables -A INPUT -s 65.69.251.9 -j DROP
However, it still keeps occurring.
I am running denyHosts and I run the dfix.sh script.
What am I doing wrong and what else do I need to do?
After awhile, no one can check their email as it destroys dovecot.
-Rashid