warn: bayes: cannot open bayes databases /.../.spamassassin/bayes_* R/O: tie failed: No such file or directorythe problem seemed to have been a mismatch in used versions of the BereklyDB files (don't know how exactly they got mixed up...)
...
warn: bayes: cannot open bayes databases /.../.spamassassin/bayes_* R/O: tie failed:
warn: bayes: cannot open bayes databases /.../.spamassassin/bayes_* R/O: tie failed: Transport endpoint is not connected
anyways, the following commands helped:
for i in auto-whitelist bayes_*; do db4.6_dump ${i} | db4.3_load ${i}.db; chown Debian-exim:Debian-exim ${i}.db; chmod g-rwx ${i}.db; done;after that one may check/sync/rebuild the databases along the lines of:
mmv '*.db' '#1'
sudo -u Debian-exim sa-learn -u USERNAME --rebuild --dbpath /.../.spamassassin/ -Dsome inspiration cam from this thread: http://lists.debian.or.jp/debian-users/200601/msg00113.html
No comments:
Post a Comment