• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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