Hmm might have done something I shouldnt have now.. I check the wiki and started working on the razor and pyzor, but when I got to the config file I saw those where allready enabled, then when looking trough the conf files around I found that both those are included.
"
Configuring Razor
Create .razor folder in /opt/zimbra/amavisd and give zimbra user permissions
mkdir /opt/zimbra/amavisd/.razor; chown -Rf zimbra:zimbra /opt/zimbra/amavisd/.razor
As zimbra user, create your razor account:
razor-admin -home=/opt/zimbra/amavisd/.razor -create
razor-admin -home=/opt/zimbra/amavisd/.razor -discover
razor-admin -home=/opt/zimbra/amavisd/.razor -register
"
All those part I did, when all was actually running by default.. Doing the razor-admin commands and the mkdir of .razor have I now broken the default razor? Is there some way to test and verify that its actually doing its job? Back when I tested qmail there was a script I could run that triggered each specific antivirus/antispam solution which gave an ok/not ok, status, is there something out for the zimbra setup that I could use just to verify all is good?
---- edit!---
Actually when checking the /opt/zimbra/conf/spamassassin/local.cf I dont see pyzor nor razor there, but they are loaded according to /opt/zimbra/conf/spamassassin/v310.pre
A bit confused now.. Should I when using out of the box newest version of zimbra community edition touch this at all or is it enabled !really! even though they aint in /opt/zimbra/conf/spamassassin/local.cf only in /opt/zimbra/conf/spamassassin/v310.pre
----edit2!---
Habeas
Habeas, at
Habeas Improves Email Delivery Rates, Avoid Email Blacklists with Monitoring and Authentication Email Compliance Solutions, is another such subscription-based whitelisting program. Habeas also recommends a -100 score for the most highly-rated senders in their list, although Spamassassin gives them the more conservative score of -8.0 for the highest-rated senders. A reduced impact score for Habeas (again in local.cf) might look like this:
# Score to reduce the effect of Habeas whitelisting
score HABEAS_ACCREDITED_COI 0 -0.5 0 -0.5
score HABEAS_ACCREDITED_SOI 0 -0.25 0 -0.25
score HABEAS_CHECKED 0 -0.1 0 -0.1
Things like this, is just to add it to /opt/zimbra/conf/spamassassin/local.cf and voila, it now works with in this example the Habeas lists to lower the score of emails, or do I have to tweak other conf files to make it actually make use of those lists?