• 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.

Someone is sending spam through an authenticated account on my server. Help.

Z

zer0state

Guest
Hello,

Someone is sending spam via my SMTP server , they are authenticating and using one of my clients email accounts (this much i have confirmed). Since qmail logging sucks how one earth am i suppose to figure out which account has been compromised? Thankfully i'm running qmail-scanner which quarantined the phishing spam that was being sent out.

Short of changing all of my customer email account passwords i don't know what to do.

I'm running plesk 8 RHES 3

Any suggestions would be greatly appreciated.
 
check which user account is sending the most mails:

cat -n /usr/local/psa/var/log/maillog | grep "SMTP user" | less

That should give you a start.
 
Do you have access to the email files? You should be able to tell where they are coming from by looking at the headers. If you post a couple I can take a look.
 
Back
Top