Fabien, > We've been using amavis for http://www.uucpssh.org/ for a while and > we're pretty happy about it. Something I'd thought for a while is to > offer users the possibility for users to handle their own bayesian > database for their domains. I understand this is not doable on a > system wide configuration, but still can be done with tricks. > Does someone have documentation about this ?
I'm not aware of any documented way of doing this. An essential pre-requisite would be to configure Postfix to split message if it happens that recipients belong to different domains. Having done that, amavisd could rely on the fact that all recipients of a message will use the same Bayes username, so it might be doable. > How to offer independant configuration for different domains ? > (different trigger level too, and so on) This has been possible almost since the beginning of amavisd-new. Keys in lookups can be individual users or entire domains. To avoid having to restart amavisd on every change in lookup tables, use SQL (or LDAP) lookups, see README.sql. Mark ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
