Views:

The error "Helo command rejected: Host not found" is returned by the downstream MTA, and it means downstream MTA rejected the SMTP connection because it cannot resolve host name in the SMTP HELO command.

The following is a workaround to resolve such errors:

  1. Backup and then edit main.cf file.

    #cd /opt/trend/imss/postfix/etc/postfix
    #cp main.cf main.cf.backup
    #vi main.cf

  2. Set "myhostname" to a publicly resolvable FQDN, usually you should use the reverse DNS lookup result of your public IP:

    Change from "#myhostname = host.domain.tld" to "myhostname = your_domain_reverse_dns_lookup_result" (on impacted server).

  3. Save and restart service.

    #sh /opt/trend/imss/script/imssctl.sh restart

If the workaround does not work, please rollback the change and contact Trend Micro Technical Support.