Why can I relay mails to Yahoo but not to Gmail?

I'm using Postfix and have a simple valias setup where,

*@domain.com goes to me@yahoo.com

I only have it going to my Yahoo address because GMail doesn't work for me. I see/receive no errors, no unsendable mail, no anything... I just never get the message at all if I set it to me@gmail.com

Here are some postfix logs.

Code:
To YAHOO:
Sep 19 23:33:31 augur postfix/smtpd[20263]: connect from zproxy.gmail.com[64.233.162.192]
Sep 19 23:33:31 augur postfix/smtpd[20263]: 2448960C0CE: client=zproxy.gmail.com[64.233.162.192]
Sep 19 23:33:31 augur postfix/cleanup[20266]: 2448960C0CE: message-id=<e97e83a30509192130b24bd86@mail.gmail.com>
Sep 19 23:33:31 augur postfix/qmgr[4844]: 2448960C0CE: from=<me@gmail.com>, size=1303, nrcpt=1 (queue active)
Sep 19 23:33:32 augur postfix/smtp[20268]: 2448960C0CE: to=<me@yahoo.com>, orig_to=<me@domain.com>, relay=mx1.mail.yahoo.com[67.28.113.11], delay=1, status=sent (250 ok dirdel)
Sep 19 23:33:32 augur postfix/qmgr[4844]: 2448960C0CE: removed
Sep 19 23:34:01 augur postfix/smtpd[20263]: disconnect from zproxy.gmail.com[64.233.162.192]

To GMAIL:
Sep 19 23:34:55 augur postfix/smtpd[20397]: connect from zproxy.gmail.com[64.233.162.197]
Sep 19 23:34:56 augur postfix/smtpd[20397]: 3586760C0CE: client=zproxy.gmail.com[64.233.162.197]
Sep 19 23:34:56 augur postfix/cleanup[20400]: 3586760C0CE: message-id=<e97e83a30509192131626ca363@mail.gmail.com>
Sep 19 23:34:56 augur postfix/qmgr[20389]: 3586760C0CE: from=<me@gmail.com>, size=1302, nrcpt=1 (queue active)
Sep 19 23:34:57 augur postfix/smtp[20401]: 3586760C0CE: to=<me@gmail.com>, orig_to=<me@domain.com>, relay=gmail-smtp-in.l.google.com[66.249.83.114], delay=1, status=sent (250 2.0.0 OK 1127190699 h16si185793wxd)Sep 19 23:34:57 augur postfix/qmgr[20389]: 3586760C0CE: removed
Sep 19 23:35:26 augur postfix/smtpd[20397]: disconnect from zproxy.gmail.com[64.233.162.197]
I have no idea why would would work and the other not. My only guess so far is that for some reason Gmail doesn't think my server should be relaying mails to them in my name, or something... but I figured there would be more of an error...?

Ideas?

Thanks,
Brett

 

 

 

 

Top