If I connect to port 25 the connect host in the logs is my FQDN...
telnet 12.34.56.78 25 ehlo mail.my.fqdn connect from mail.my.fqdn[78.56.34.12] If I try the same via port 465 then I always get "unknown"... openssl s_client -crlf -quiet -connect 12.34.56.78:465 ehlo mail.my.fqdn connect from unknown[78.56.34.12] Is there some obvious setting I am missing? I'll post my main.cf and master.cf if needed but I suspect there might be a "simple" explanation.
