Weird message from postfix when sending emails to @gmail - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Weird message from postfix when sending emails to @gmail (/thread-10003.html) |
Weird message from postfix when sending emails to @gmail - BulleT - 03-14-2010 06:53 PM Code: This is the mail system at host phpqa.info. 86.122.121.252 is my IP the server has another one. I was trying to send via webmail. Why my IP appears there ? And how do I fix this ? Thanks RE: Weird message from postfix when sending emails to @gmail - kilburn - 03-14-2010 10:37 PM Please post the mail.log lines generated when you send such mails. RE: Weird message from postfix when sending emails to @gmail - BulleT - 03-14-2010 11:58 PM Code: Mar 14 10:34:12 phpqa postfix/smtp[25443]: 35AE22870B: to=<adrian.nitescu@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.220.47]:25, delay=66, delays=5.1/0.02/30/30, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[209.85.220.47] said: 550-5.7.1 [86.122.121.252] The IP you're using to send mail is not authorized to 550-5.7.1 send email directly to our servers. Please use the SMTP relay at your 550-5.7.1 service provider instead. Learn more at 550 5.7.1 http://mail.google.com/support/bin/answer.py?answer=10336 7si4946767fxm.47 (in reply to end of DATA command)) This is a mail header of a mail that got to gmail. Code: Delivered-To: adrian.nitescu@gmail.com This line looks kinda strange in my opinion... Code: Received: from admin.phpqa.info (phpqa.info.local [127.0.0.1]) Thanks RE: Weird message from postfix when sending emails to @gmail - foxb - 03-15-2010 12:39 AM Dis you take a look in google help page? It seems like DNS problem/misconfiguration for me... RE: Weird message from postfix when sending emails to @gmail - BulleT - 03-15-2010 01:39 AM (03-15-2010 12:39 AM)foxb Wrote: Dis you take a look in google help page? Quote:http://mail.google.com/support/bin/answer.py?answer=10336 The doesn't tell me much. I know I have a problem with my reverse dns. But the domain who sent e-mail has the server's ip address. The misconfiguration is somewhere in the postfix config file. Received: from admin.phpqa.info (phpqa.info.local [127.0.0.1]) That is not normal. Postfix uses localhost to introduce himself ? RE: Weird message from postfix when sending emails to @gmail - kilburn - 03-15-2010 05:27 AM You're lookin in the wrong direction. First of all, there are some previous log entries missing in the mail.log extract you posted. Next, the "Received from 127.0.0.1" header that you don't understand, is probably postfix saying that the message was received from the webmail (although it might also be postfix saying that it has received the message from the antispam, but I can't tell without those missing log entries). Now, the issue here is that gmail sees postfix connecting from the "86.122.121.252" IP. Therefore, either your server has this IP configured as its main outgoing IP (see "ifconfig") or your server is sNAT'ed to this address. Correct this problem and mails will start to get through... RE: Weird message from postfix when sending emails to @gmail - BulleT - 03-16-2010 12:49 AM I didn't got rid of the .252 ip. If you recall for my other topic, I've change it to a new one. 86.122.121.253 is on eth0 86.126.159.38(which I want to use) is on eth0:5 RE: Weird message from postfix when sending emails to @gmail - kilburn - 03-16-2010 01:06 AM Quote:86.126.159.38(which I want to use) is on eth0:5Well, the panel doesn't map sender domains to specific outgoing addresses, as it involves a lot of effort while being generally unnecessary. Therefore, you will have to set this up manually if you want. See this post on sender domain-dependendant postfix outgoing configuration to get started. RE: Weird message from postfix when sending emails to @gmail - BulleT - 03-16-2010 02:35 AM Sorry but that is way out of my point of understanding... |