Hi Steve, > I'm sure this is true, but for basic functionality (specifically, > checking if a user accepts mail at the MTA without using LMTP), Postfix > does this quite easily: > > alias_maps = pgsql:/etc/postfix/sql-recipients.cf > (Belongs in Postfix's main.cf) > > Where sql-recipients.cf looks like this: > > user = <db user> > password = <db password> > hosts = <db host (typically 127.0.0.1)> > dbname = <db name> > table = dbmail_aliases > select_field = alias > where_field = alias
Does this work for catchall adresses as well? Thanks, Thomas
