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

Scan incoming mail through SA then relay ???

S

Slingky

Guest
I currently have a Plesk VPS account at powervps.

I want the following, for one of my domains, i want the server to scan emails for SPAM using SpamAssassin then forward to another ip address.

I discovered smtproutes and add ;
domain.com: ip address

This is partially working, mails get through final ip address but don't get scanned through SpamAssassin.

Could you help me ?
 
I'm looking to the exact same thing. Did you get this working? If so, could you share how.

Thanks
Jim
 
Use the qmail-scanner rpm from my archive, or project-gamera if you want to build a dedicated anti-spam/anti-virus server (not compatible with VPS's).
 
i found plesk to be too limited in many aspect.
(like if you manually change some files, it blows some parts of the control panel and even the os)

so i moved to rapidvps.
i'm now on a cpanel account (for which i was used before) and i use mailscanner.

i receive mails through exim, then queue them only.
After, mailscanner process scan messages and do one of the following:

a) if it's spam (store in a quarantine folder) i then moved and chmod files to a maildir folder so users may access the false positive spams.

b) it's not spam (deliver) to local or even through a smart router to a remote smtp server

all is working good now, i can't think of a better way to handle this.
 
Back
Top