• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Helo command rejected: need fully-qualified hostname

S

shephost

Guest
How do I configure MailEnable to use a fully-qualified host name in the SMTP HELO command?

My email users are getting the following error message:

Message delivery has been delayed to the following recipients:
Recipient: [SMTP:[email protected]]
Reason: Remote SMTP Server Returned: 504 5.5.2 <hostname>: Helo command rejected: need fully-qualified hostname
421 4.4.2 host.domain.com Error: timeout exceeded

Anyone know how to fix this?
 
Anybody any info on this one? I have the same problem. This only seems to happen to one specific domain, however on my linux boxes no problems.
 
vim /etc/postfix/main.cf

smtpd_helo_restrictions = permit_mynetworks,
# reject_non_fqdn_hostname,
reject_invalid_hostname,
permit

/etc/init.d/postfix restart
 
Back
Top