Mark Constable:
> 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?

What is the output from:

# postconf -F '*/inet/chroot'

If they are different, then you have a broken chroot setup.

        Wietse

Reply via email to