• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How to put 3rd Party Spamfilter in front of Plesk

spiekeys

New Pleskian
Hello List,

by default the mx record of a custom domain points to mail.customer.com.
We also have a very good commercial spamfilter system running.

I can change the MX to nospam.customer.com, however the plesk host will still accept mails for that domain if they are delivered directly.
Is there a way to tell plesk to only accept Mails for a specific domain from a specific host?

Or how else could i put a 3rd party spam filter in front of plesk for only some specific domains?

Will the MTA listen on all interfaces for E-mails?

Or could i set up a extra customer with a extra IP and bind the MTA there? (so i could filter it with iptables)

Thanks a lot,
Mario
 
Check https://my.spamexperts.com/kb/31/Accept-email-only-from-the-Hosted-Cloud-filter-nodes.html

There are some examples there for postfix and qmail

You have to change the hostnames to your commercial spamfilter solution hostnames. I think
the company who provides this for you can help you with that.

smtpd_client_restrictions = hash:/etc/postfix/access, permit_mynetworks, reject

So you are saying i can edit the postfix config without breaking plesk or that plesk will over write it again?!
 
Back
Top