Project

General

Profile

Actions

Bug #443

closed
OF

Notifications HELO uses IP rather than FQDN

Bug #443: Notifications HELO uses IP rather than FQDN

Added by Oscar Francia over 16 years ago. Updated over 16 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
-
Category:
Notifications
Target version:
Start date:
03/23/2010
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

php: /system_advanced_notifications.php: Could not send the message to -- Error: 504 5.5.2 <192.168.1.x>: Helo command rejected: need fully-qualified hostname

CB Updated by Chris Buechler over 16 years ago Actions #1

  • Subject changed from Error when trying sending notification to Notifications HELO uses IP rather than FQDN
  • Category changed from Web Interface to Notifications
  • Priority changed from Normal to Very Low

That's a problem with your mail server, it's rejecting the connection.

If we can easily send the FQDN of the system in the HELO that would be preferable.

JP Updated by Jim Pingle over 16 years ago Actions #2

Maybe this should be a toggle. Some (many?) mail servers will also reject a system's FQDN if its forward and reverse DNS entries do not match, so supplying an FQDN may hurt in other scenarios.

PP Updated by Pierre POMES over 16 years ago Actions #3

AFAIK (according to RFC) HELO should be a FQDN and should match DNS definition. So maybe we should add a new field for a custom HELO in the advanced setup pages ? By default, IP could be sent (as it is now) but if this field is used, it should be used for HELO.

CB Updated by Chris Buechler over 16 years ago Actions #4

Per RFC 821 on HELO: "The argument field contains the host name of the sender-SMTP."

Anything that rejects a hostname because of DNS or other issues is highly unlikely to accept an IP, so just changing this to FQDN is safe.

PP Updated by Pierre POMES over 16 years ago Actions #5

  • Status changed from New to Feedback

Fix commited.

CB Updated by Chris Buechler over 16 years ago Actions #6

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom