• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to block smtp_auth hackers what are targeting a specific account?

eugenevdm

Regular Pleskian
I get this in my Qmail log files:

tail -f /usr/local/psa/var/log/maillog | egrep -i "unable|failed|refused|error|warning|listed"

Apr 2 13:40:30 server_name smtp_auth: FAILED: [email protected] - password incorrect from 189-11-216-61.dsl.cbace701.brasiltelecom.net.br [189.11.216.61]

Apr 2 13:40:54 server_name smtp_auth: FAILED: [email protected] - password incorrect from ip-address-pool-xxx.fpt.vn [118.71.120.165]

This repeats over and over from all different IP address. At some stage the compromised user's password was changed so the spammers can't get back into that account.

However, I want to take additional precaution and permanently block those IP addresses. Please recommend something that checks for repeated failed logins on SMTP and then block the IP addresses.
 

Similar threads

Back
Top