fliegerhermi
Regular Pleskian
I am just working on spam-protection in plesk 12.5
I installed a script which generates a list to inform clients about a list of spam mails in the .SPAM-Folder so that they are informed about false positives in case they are using POP3.
Anyway while doing this I wanted to install a cron that runs sa-update (which updates SpamAssassin-Rules) on a regular basis.
I found the following code in /etc/cron.daily/spamassassin
I went trough the docs, but I couldn't figure out why you did this.
If the customer disables Antispam, than the serverwide-rules don't apply anyway or did I get that wrong?
Thank you for your help!
Cheers!
Max
I installed a script which generates a list to inform clients about a list of spam mails in the .SPAM-Folder so that they are informed about false positives in case they are using POP3.
Anyway while doing this I wanted to install a cron that runs sa-update (which updates SpamAssassin-Rules) on a regular basis.
I found the following code in /etc/cron.daily/spamassassin
Code:
#!/bin/sh
# This task was disabled by psa-spamassassin package
exit 0
I went trough the docs, but I couldn't figure out why you did this.
If the customer disables Antispam, than the serverwide-rules don't apply anyway or did I get that wrong?
Thank you for your help!
Cheers!
Max