• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Filter outgoing emails in qmail

S

SBCTEC

Guest
Here's my basic situation. I have a client that consistently emails yahoo.com accounts that don't exist. I inform them that they need to be removed from their mailing list, but they insist that it's a legitimate address. The numerous number of bad emails being sent to yahoo are forcing them to throttle our connection and my other clients are seeing extreme delays when sending to any yahoo address. Here's what I'd like to do, and I don't know quite how.

Assign an alias (i.e. [email protected]) to /dev/null, but allow all other emails to go to yahoo through normal channels. Is there a simple way to accomplish this?
 
If the mailbox does not exist a message saying so will be sent to the return-path of the original message. If you have them send the messages with a valid return-path (not some non-existed noreply bounce address) they'll notices the error messages. Wouldn't that be evidence enough?

P.S. You're running Plesk 8.1 and posting in the Plesk 8.3 forums?
 
You can enable outbound email filtering if you're using qmail-scanner, and spamassassin with a blacklist on the destination (I think its called "blacklist_to"). We've got rpms available for your system in the [atomic] archive.
 
Back
Top