• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question Plesk Email Security - how/where to adjust spam assassin its score points

TomBoB

Silver Pleskian
Let me explain. In the past - pre PES - we created in /etc/mail/spamassassin/ a file called ownrules.cf and had in it for example:

Code:
score INVALID_MSGID 3.5
score MPART_ALT_DIFF 2.8
score RCVD_IN_XBL 4
score RCVD_IN_BL_SPAMCOP_NET 4
score URIBL_ABUSE_SURBL 3
score URIBL_DBL_SPAM 3.5

Worked a treat. This was to adjust spam assassin its scoring a little to match what we found works best for our clientele.

Switched a server to PES. PES also uses spam assassin - as can be seen by email headers - but apparently it's implemented differently. Above doesn't work anymore.

Does anyone know where/how to adjust spam assassin its score points while using PES? I can't find it.

Thanks, Tom

PS.: Plesk, if you put a link to a PES documentation (on this page) it would be nice if it actually led to one (as in: to a proper manual) not a marketing page with a "buy" button.
 
ADD-ON:
found this page which confirms that under PES spam assassin is used differently.

Question remains: how to adjust/change spam assassins scoring points ?
 
Question remains: how to adjust/change spam assassins scoring points ?
This should work the same. Just make sure that you restart Amavis after you add your ownrules.cf file in /etc/mail/spamassassin/

Code:
//Centos
systemctl restart amavisd

//Debian/Ubuntu
systemctl restart amavis
 
Back
Top