Here is the solution to our Postfix aliases look up problem provided by "Dennis Cote"
Little Reminder: He is referring to the sqlite "'ATTACH DATABASE'" option see: http://www.sqlite.org/lang_attach.html Quoting Dennis Cote: You should store all your user alias information in a table in the common database. Postfix will only use the common database. For each user connection dbmail will open one user database and attach the common database. When it is done it will close that user database (which closes the attached common database as well). Your dbmail will only have one attached database at any point in time, the common database. Demi
