Quote:
|
Originally Posted by brained On my current qmail/vpopmail/Courier IMAP implementation I have a cron job that looks through the 'Sent Items' folder, extracts valid email addresses, and adds them to a system wide spamassassin whitelist.
How would one implement such a thing with Zimbra? My initial guess would be a method for spamassassin or postfix to look at the GAL or the emailed contacts for the user (or for all users) but for the how part I need some direction.
Thanks |
I have a zimlet/admin extension that will do exactly this. It's not working fully quite yet, not quite ready for public release, I plan on releasing it by the end of the month. (you may feel free to hound me if you need that functionality).
Details:
The Zimlet allows you to publish individual contacts into a whitelist ("add contact to whitelist, "remove contact from whitelist") and the admin zimlet allows the administrator to remove entries from the global whitelist. That communicates with a server that maintains the whitelist database.