Jonathan Tripathy: > > You forgot to set an owner rule for @domain. > > How would I do that? I'm not sure if this is relavent but I'm currently > using:
For complete description of a) the smtpd_sender_login_maps database queries b) the order of queries See: http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps You can test the queries with the postmap command. postmap -q u...@example.com databasetype:databasename postmap -q user databasetype:databasename postmap -q @example.com databasetype:databasename Wietse