Frank Bonnet:
> Hello
>
> I would like to use LDAP ( OpenLDAP ) aliases from our MX server
> in order to forward emails to the internal mailhub.
>
> The MX use the transport utility to forward emails to the mailhub
> and does not perform local deliveries.
In that case you should be able to replace this:
/etc/postfix/main.cf:
transport_maps = mapping from example.com to smtp:mailhub.example.com
relay_domains = example.com
relay_recipient_maps = list of "good" [email protected]
with:
/etc/postfix/main.cf:
transport_maps = mapping from example.com to smtp:mailhub.example.com
relay_domains = example.com
virtual_alias_maps =
mappings from [email protected] to internal-user(s)@example.com
Unless I am missing something obvious (in which case Victor will
helpfully point out what's missing).
Wietse