On 10/11/2010, "Victor Duchovni" <[email protected]> wrote: >Avoid confusing yourself with localpart-only addresses on the RHS of >address lookup tables. Given your myorigin setting, Make that: > > @example.com [email protected] > [email protected] [email protected] > @virtual1.com [email protected] > @virtual2.com [email protected]
I have changed /etc/postfix/virtual and done a postmap on it and reloaded postfix. I now have something like @example.com [email protected] @virtual1.com [email protected] [email protected] [email protected] [email protected] [email protected] etc. >By now you probably figure out the issue. Virtual mappings are recursive, Doh! Yeah, that was it. I've previously been running with virtual mailboxes but this setup is using UNIX system accounts (hence the simple RHS) which confused me. >(and catch-alls are a bad idea, but in any case) so jane, fred and bill >match the first rule. You could add identity mappings: > > [email protected] [email protected] > [email protected] [email protected] > [email protected] [email protected] This is critical >or you could stop shooting yourself in the foot with catch-all aliases! :-) Yeah, that could work :-) Thanks for the advice.
