View Single Post
  #3 (permalink)  
Old 05-13-2009, 07:43 AM
jdinunci jdinunci is offline
Intermediate Member
 
Posts: 17
Default

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.
Reply With Quote