• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Spam Filter on exchange?

D

DeusRulez

Guest
Hello world
We SPam filter mail on pop account.
If i have customer who use exchange server. I made a MX redirection to the customer's mail serveur. But in this solution there is no antivirus and spam filter.
How can i use customer's server and filter mail with my plesk??
 
Hi,
It is not possible. Mail does not go through the Plesk server. It uses MX record and message is delivered directly to the Exchange server. So all spamfilteres should enabled on the remote server.
 
No problem, you can do this with plesk, or use the appliance version I put together, called Project Gamera

Step 1) Set the MX for the domain to be your plesk server. You must have no references in MX records to the exchange server anywhere

Step 2) Install qmail-scanner (available from my archive), this implements antispam/antivirus scanning in the mail queue, rather than the mail box.

Step 3) Turn off mail for the domain in plesk

Step 4) add the domain you are handling mail for to /var/qmail/control/rcpthosts. Example:
domain.com

Step 5) add the domain, and the IP address for the exchange server to /var/qmail/control/smtproutes. Example:
domain.com:10.11.12.13

Step 6) restart qmail, /etc/init.d/qmail
 
Back
Top