Hi
I am in the process of moving my preferences to mysql. All is working
well except razor.
If the following lines are in local.cf all functions correctly
use_razor2 1
razor_config /var/qmail/spamd/.razor/razor-agent.conf
If I move the preferences to the user pref table
preference value
----------- ------
use_razor2 1
razor_config /var/qmail/spamd/.razor/razor-agent.conf
then the following error appears in the logs
2008-11-22 15:44:42.824802500 [8929] info: config: not parsing,
administrator setting: razor_config /var/qmail/spamd/.razor/razor-agent.conf
2008-11-22 15:44:42.826791500 [8929] info: config: failed to parse line,
skipping, in "(no file)": razor_config
/var/qmail/spamd/.razor/razor-agent.conf
The file is there and readable:
ls -l /var/qmail/spamd/.razor/razor-agent.conf
-rw-r--r-- 1 spamd qmail 706 2007-06-02 18:21
/var/qmail/spamd/.razor/razor-agent.conf
Any ideas what I've got wrong?
Thanks
Gary