On Fri, Oct 23, 2009 at 07:59:51AM -0700, James Lamanna wrote: >> Hi, >> I have a mail alias set up in LDAP with no local member addresses: >> >> dn: cn=jeff,ou=warp2biz,ou=accounts,dc=mycompany,dc=com >> objectClass: mailGroup > cn: jeff >> mail: j...@... >> accountStatus: active >> memberaddr: j...@... >> >> However, sending to j...@... results in a bounce because >> Cyrus thinks it is a local user: >> >> Oct 23 05:07:28 athena cyrus/lmtpunix[8156]: >> verify_user(mycompany.com!user.jeff) failed: Mailbox does not exist > >Your transport or address class tables are wrong. Most likely your >virtual_mailbox_domains query returns a list of domains regardless of >the input key, and so remote mail is sent to the virtual_transport >in error.
However, I have other aliases like the following which work fine: dn: cn=escalate,ou=mycompany,ou=accounts,dc=mycompany,dc=com objectClass: mailGroup cn: escalate mail: escal...@mycompany.com accountStatus: active memberdn: cn=james,ou=mycompany,ou=accounts,dc=mycompany,dc=com memberaddr: j...@othercompany.net For some reason presence of memberaddr by itself makes it think it is a mailbox, even though the group does not contain a 'uid' attribute. -- James