
Originally Posted by
StephaneP
A Zimbra's MTA would by default require to link to the LDAP for routing incoming emails to the relevant mailstore. As far as I know, there is no easy way to have it using an alternate transport map while staying in Zimbra's design (zimbra would rewrite the various Postfix config files). So what you can do is deploying a regular Postfix router and use a script that will extract a user list from LDAP or Mailstore (using zmprov for example) for generating the relevant transport map so the router will relay all incoming emails to Zimbra.
The counter parts:
- This server would not be managed by Zimbra anymore
- Your script would have to be run any time there is a change in users list
That's why the LDAP replicate way would be easier to maintain and operate.
Hope this helps