If you admin a heavily loaded SpamAssassin server...
- Use SQL for Bayes and AWL data. This allows your spamd processes to store their tokens simultaneously, instead of fighting over the lock for the Berkeley DB files. I use MySQL, postgres works too.
- If you use network tests, install a local caching nameserver. Even if your nameserver is on the LAN right next to the mail server, it'll be worth it.
- If you use OCR, make sure that the caching mechanism works. This is especially important in corporate environments where people use images as signatures. For extra points, store the image hashes in SQL too.
0 comments:
Post a Comment