Mailserver HELO message not correct

Issue #43 resolved
Marty Brands created an issue

The mailserver always adds "mail." to the hostname when displaying the HELO message.

For example:

Mail server hostname = smtp.example.com

HELO message = mail.smtp.example.com

This will impact mail delivery when the receiving mailserver does a reverse DNS lookup on the HELO message.

Comments (4)

  1. SH repo owner

    can you please run something like this

    docker exec -ti mailserver cat /var/qmail/control/me
    

    ? It should print hostname which is qmail-remote using for hello message. Is there same value as in your server.ini file?

  2. Log in to comment