• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

spam attack - passwords discovered

Luisgon

New Pleskian
Hi all,

I'm guetting a big problem on my server.

From 1 week until now I got 4 spam attacks. The attacker is the same, because the emails sent are iqual.

The tecnique is also the same, they use an email account (compromissed password) and send emails through smtp server.

When I detect the attack, i do:
1. identify the compromised account
2. Change password from the compromised account
3. Stop qmail
4. Clear queue with qmail-remove
5. Start qmail

The problem is that they already used 4 diferent domains since the first attack.
So, here is my problem, how do they discover the passwords?! How can I solve this problem? I have hundreds of emails accounts and can't change it all.

CentOS release 5.10 (Final)
Plesk 11.0.9

Thanks for the help
 
Hi,

The issue could be just a simple as a weak passwords. I don't know if this will work on Qmail but it works on with Postfix. This command will display all passwords that have been set via plesk. If you run the following command as the root user.

Code:
/usr/local/psa/admin/sbin/mail_auth_view | egrep -v " DE " | egrep -v "   E " | awk '{print $2 "\t\t" $5}' | column -t | sort -k2

I recently had a compromised mailbox what I kinda done the steps that you had said above but in my cause the password wasn't weak. I would said in my cause the user has some sort of virus on their computer which the virus got if from Microsoft Outlook.

I am not sure how you would really solve this cause my linux / plesk skills is ok.

I hope this helps towards getting it solved for you.
 
Last edited:
Back
Top