? > > I could combine the DBs, but I'm not sure how much work that might > require rewriting the squirrelmail plugins..
Rename the tables and use views so that the old queries still work on your custom table? Look at postfix map for sql, use a query like Select 'OK' from users where email = '%s' and local = 'Y'; Don't forget to use 'proxy:mysql' in main.cf, NOT mysql, or you WILL run out of sql connections. (we spend about a year working some of this for a commercial project, does some pretty perverted queries with joins, unions, etc for alias, virtual and real users) -- Michael Scheidell, CTO >|SECNAP Network Security Winner 2008 Network Products Guide Hot Companies FreeBSD SpamAssassin Ports maintainer _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com _________________________________________________________________________ ------------------------------------------------------------------------- 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/
