I have a situation where I am using postfix+mysql+postfixadmin to create and administer users on my mailserver (obviously fully virtual users)..
I am also using squirrelmail to allow the end users to change their passwords (change_sqlpass) and I'd like them to be able to adjust the behavior of spamassassin and clamav through amavisd (and the amavisdnewsql squirrelmail plugin). The problem I have is that amavisdnewsql wants amavis to look at its database amavis to find out about white and black lists (probably other things as well) while amavis itself needs to go look at the postfix database to decide if a user is local or not. As far as I can tell, there's no way for me to specify a lookup table for each query, (I could add multiple database entries, but that seems really wasteful and probably wouldn't work anyhow, unless a query failing is the same as a server not responding).. Can anyone think of any reasonable solutions? I could combine the DBs, but I'm not sure how much work that might require rewriting the squirrelmail plugins.. Thanks, NIck ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
