>My latest half thought out plan is to set it to a >mysql map which works for the regular accounts and then export the domains >with a catchall set to a regular map file and use that also.
this is what I recommend, because it allows the MX to reject unknown users most efficiently using a local .db, without the overhead of SQL queries, and without hassling a remote backend box for valid recipients. >Something like: > >local_recipient_maps = mysql:/etc/postfix/mysql-local-recipients.cf, >hash:/etc/postfix/catchalldomains.map local_recipient_maps = hash:/etc/postfix/to_local_recipients.map ... contains: #explicit: [EMAIL PROTECTED] #nobody domains @nobody.domain Len
