On 22/2/21 00:26, Wietse Venema wrote:
If I connect to port 25 the connect host in the logs is my FQDN...
If I try the same via port 465 then I always get "unknown"...
What is the output from:
# postconf -F '*/inet/chroot'
If they are different, then you have a broken chroot setup.
~ postconf -F '*/inet/chroot'
192.168.xx.xxx:25/inet/chroot = n
192.168.xx.xxx:465/inet/chroot = y
They were indeed different. I changed 465 to n on both servers and that
solved my problem. Thank you Wietse. I would never have found that
chroot issue without your help.