Quanah Gibson-Mount: > The general issue is when someone sets up forwarding within Zimbra: > > Imagine [email protected] e-mails [email protected], but bob has set up e-mail > forwarding to [email protected] > > [email protected] -> [email protected] -> [email protected]
The sender is [email protected], outside your domain, so the SRS address mapping should rewrite it. > But then... the e-mail is forwarded outside, to mx.bbc.com. Because the [email protected] -> [email protected] -> [email protected] Without [email protected], that email could not have entered your zimbra.com server. So what is the deal here, why can alice send mail to bbc.com through your server? > I assume the above pipemap is a postfix 3.0 and later only ability? Yes. However, I am not convinced that you need it. If the local LDAP rewriting happens indendently from SRS, just list both LDAP and SRS in sender_canonical_maps, and recursion will do its job. Do not forget to handle the SRS reverse path mapping mapping in recipient_canonical_maps, otherwise you broke delivery notifications. Wietse
