mysignin *nix forums beginner
Joined: 30 Jun 2009
Posts: 1
|
Posted: Tue Jun 30, 2009 12:40 am Post subject:
Postfix rerouting to Gmail
Subject description: Using Postfix on Ubuntu, unable to send mail to GMail accounts.
|
|
|
Hey everyone, I'm having some problems configuring PostFix to work with GMail.
I'm trying to create several email addresses on my mailserver that will automatically re-direct to various GMail (and possibly other web-based) accounts. I think my problem is that GMail is blocking what I send.
Here is my /etc/postfix/virtual:
I've tested this method on Hushmail, Hotmail and GMail, and only Hushmail shows the email in the inbox. Hotmail puts it in the spam folder, and GMail doesn't show it at all. Can anyone help me figure out why this is happening?
Here is an example of my mail log entry (showing the email was successful)
| Code: |
Jun 29 19:59:07 mailserv postfix/smtpd[5230]: connect from mail-qy0-f185.google.com[209.85.221.185]
Jun 29 19:59:07 mailserv postfix/smtpd[5230]: 6993DCC46E: client=mail-qy0-f185.google.com[209.85.221.185]
Jun 29 19:59:07 mailserv postfix/cleanup[5235]: 6993DCC46E: message-id=<35eaf5c10906291656j77d89a5bm581b13c59bdf9ca2@mail.gmail.com>
Jun 29 19:59:07 mailserv postfix/qmgr[5229]: 6993DCC46E: from=<sendingaccount@gmail.com>, size=2111, nrcpt=2 (queue active)
Jun 29 19:59:07 mailserv postfix/local[5237]: 6993DCC46E: to=<administrator@sub.domain.com>, orig_to=<test1@sub.domain.com>, relay=local, delay=0.37, delays=0.25/0.03/0/0.1, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Jun 29 19:59:09 mailserv postfix/smtp[5238]: 6993DCC46E: to=<recievingaccount@gmail.com>, orig_to=<test1@sub.domain.com>, relay=gmail-smtp-in.l.google.com[209.85.210.16]:25, delay=1.6, delays=0.25/0.02/0.21/1.2, dsn=2.0.0, status=sent (250 2.0.0 OK 1246319813 16si5563yxe.105)
Jun 29 19:59:09 mailserv postfix/qmgr[5229]: 6993DCC46E: removed |
Any replies would be appreciated, if more information is required just ask!
Thank you! |
|