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

Question Spam Protection Web Host?

safemoon

Regular Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.53
Hi,

Recently the dedicated server i use with Plesk Web Host edition got suspended by the hosting provider for email spamming reasons.

I checked the Mail Queue and there were 400+ emails in the queue all from the same domain (custom PHP web app)
I suspect that the suspension was caused by this domain.

What can I do to completely disable email sending through my server's IP? The "Enable mail management functions in Plesk" option was already disabled/unchecked.

All subscriptions/installations on the server run my own PHP app, in my own PHP app there is a way to setup SMTP to send emails.
Is there any setting at server level that could stop any outgoing emails that are not SMTP so my server can potentially avoid getting blacklisted?

Or any other tips to improve the mail integrity?
 
To disable non-SMTP email sending through your Plesk server and improve mail integrity; I would suggest to check following things;

  1. Ensure PHP apps use SMTP for sending emails.
  2. Disable "Enable mail management functions in Plesk."
  3. Set firewall rules to control outgoing traffic.
  4. Implement email authentication (SPF, DKIM, DMARC).
  5. Regularly monitor mail queue and server logs.
  6. Check for blacklist status and remove if listed.
  7. Use email filtering and anti-spam solutions.
 
Back
Top