550 Forged HELO with postfix on debian lenny

Posted by Martin Ahrer on Server Fault See other posts from Server Fault or by Martin Ahrer
Published on 2010-04-13T20:26:56Z Indexed on 2010/04/13 20:33 UTC
Read the original article Hit count: 525

Filed under:
|

I'm running postfix on a debian lenny system. sending mail in general works without any problems. however some recipent mail systems return an error and I can't get a clue what is causing the problem. So far I suspect that this is either postfix setup itself or the reverse dns resolution.

The mail server is running on a virtual server from my service provider.

running the command hostname is returning my.domain however running host <ip-address> is returning some alias from the virtual server system. now i'm not quite sure if that is causing my problem????

The mail system

<recipient-mail>: host mx0.recipient.domain[xxx.xxx.xxx.xxx] refused to talk to me:
550 Forged HELO: you are not my.domain

Reporting-MTA: dns; my.domain
X-Postfix-Queue-ID: 6A1135B08002
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Tue, 13 Apr 2010 17:50:36 +0200 (CEST)

Final-Recipient: rfc822; recipient-mail
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx0.recipient.domain
Diagnostic-Code: smtp; 550 Forged HELO: you are not my.domain

© Server Fault or respective owner

Related posts about postfix

Related posts about debian-lenny