Hello Experts,
I have The following domain hosted in GMAIL Service
tedos.cl
chatwinloyou.com
enzocozzi.com
espacioqi.cl
fengshui.cl
osmanthus.cl
pensamientogerminal.com
te2.cl
The domain where zimbra lives is: zimbra.tedos.corp
Users can download email from that servers via external accounts, also they should send email from multiple "send as: list"
As I got the error relay=none, status=bounced,
I did the following, I 've implemented a transport map conf file to route directly the domains to a gmail's smtp server:
Transport Table for external servers - Zimbra :: Wiki
tedos.cl :[ALT1.ASPMX.L.GOOGLE.COM]
chatwinloyou.com :[ALT1.ASPMX.L.GOOGLE.COM]
enzocozzi.com :[ALT1.ASPMX.L.GOOGLE.COM]
espacioqi.cl :[ALT1.ASPMX.L.GOOGLE.COM]
fengshui.cl :[ALT1.ASPMX.L.GOOGLE.COM]
osmanthus.cl :[ALT1.ASPMX.L.GOOGLE.COM]
pensamientogerminal.com :[ALT1.ASPMX.L.GOOGLE.COM]
te2.cl :[ALT1.ASPMX.L.GOOGLE.COM]
tedos.cl :[ALT1.ASPMX.L.GOOGLE.COM]
And Splitted domains for each one and pointed to google 's smtp host, example:
$ zmprov md tedos.cl zimbraMailCatchAllAddress @tedos.cl
$ zmprov md tedos.cl zimbraMailCatchAllForwardingAddress example.com
$ zmprov md tedos.cl zimbraMailTransport smtp:ALT1.ASPMX.L.GOOGLE.COM
The thing is I am getting timeouts for every mail that I try to send:
Example:
Nov 16 01:05:09 u1 postfix/smtp[31294]: 40C03123BB: to=<account@gmail.com>, relay=none, delay=400, delays=370/0.08/30/0, dsn=4.4.1, status=deferred (connect to gmail.com[209.85.195.83]:25: Connection timed out
Why I get relay=none and cannot send to any domain?
Before implementing this, I could send mail to hotmail, gmail, yahoo without any problem..
Many thanks to all!