• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Plesk Email Security: sent SPAM mails

Atramasis

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.49
I try the Plesk Email Security extension. On the dashboard ist states, that there are sent Spam messages.
1673304563382.png
How can I find them (exactly these 17 messages) or at least the log entries for them?
Are these mails sent anyway or blocked? And if sent, are they marked as Spam in the header?
I set to move Spam to Junk folder, but I think it's only for received mails... can we set it for sent emails?
If there is no security issue, maybe mails from my customers were identified as Spam? Or maybe a PHP script - but how do I find it in the Mail logs?
 
Hi, does anyone have an answer? I also see Spam mails in the "Sent" section on the Plesk Email Security Dashboard. Where does this number come from and how to find out, which account is sending spam mails?
 
Hello, @MrKanister . The outbound emails are being evaluated depending on the settings you have configured in Plesk Email Security > Server Settings > Spam score and Spam action. To identify the spam origin you may examine the mail logs, for example:

cat /var/log/maillog | grep 'SPAM' | grep '127.0.0.1'
 
Back
Top