• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Updating Spamassassin rules

PGareth

New Pleskian
I am running Plesk 11.5.30 Update #44, Postfix 2.8.14 and Spamassassin 3.3.1 on a Red Hat Enterprise Linux Server 6.5 server. I am looking to update the rules within Spamassassin. I have had a bit of a look and see that a crontab has been created but its a bash script with a comment saying it has been disabled by psa-spamassassin package (/etc/cron.d/sa-update).

Code:
#!/bin/sh

# This task was disabled by psa-spamassassin package
exit 0

Is there a reason why it has been disabled by Plesk? If I update the rules, will it break something?

I have recently added into Postfix RBLs to help toward in reducing the amount of SPAM my customers is getting and this is my next step in a list of things that I would like to change.
 
s there a reason why it has been disabled by Plesk? If I update the rules, will it break something?
The reason is, that Plesk comes with daily/monthly/yearly maintenance scripts, which already include the spamassassin - rules - updates. There is no reason, why the standard - cronjob from the software package should be additionaly executed on the server. ;)

I did look at that documentation and did not help..
Does the above answer, answers YOUR question as well?
 
Back
Top