Thanks a lot!
That was what I was looking for. Now it works fine.
In zimbra I did as the article said:
$ zmprov md example.com zimbraMailCatchAllAddress @example.com
$ zmprov md example.com zimbraMailCatchAllForwardingAddress @example.com
$ zmprov md example.com zimbraMailTransport smtp:mail.example.com
$ zmprov mcf zimbraMtaRelayHost mail.example.com
in postfix I copied the zimbra file /opt/zimbra/conf/ldap-transport.cf to /etc/postfix, I commented the CA lines and added a transport map:
transport_maps = proxy:ldap:/etc/postfix/ldap-transport.cf
My domain now is splitted, with accounts in postfix and zimbra, every one can mail everybody, and postfix is the outgoing MTA. |