• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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