• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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