Brandur K. Jacobsen wrote:
Hi all!
I'm using dspam-3.8.0 with domain-scale enabled with the hash_drv and
invoking dspam through the mda.
Dspam is invoked as:
dspam --deliver=innocent --user [EMAIL PROTECTED] --stdout | $MDA
(using qmail)
The problem is that the web UI is not displaying the "user statistics"
correctly in the administrative suite.
Dspam is also creating a "local" directory, in my case
under /var/dspam/data/local which it is trying to access for the
statistics instead of /var/dspam/data/<domain>/<user> directory.
Everything else is working just fine.
I've looked through the documentation and the mailling-list, but have
found no solution.
Has anyone got an idea as to what I am doing wrong?
brandur
dspam uses the 'local' directory when you use the localStore option.
Check to see if you have a localStore preference set. With localStore,
dspam stores the data into /var/dspam/data/local/uid instead of
/var/dspam/data/domain/user.
I've never used the hash driver, so my help is quite limited!
--Kyle Johnson!!