Hiding Local IP in OpenSMTPD
To prevent your mail server from leaking your local network IP in headers, use mask-src.
listen on egress port 465 smtps pki 885838.xyz auth mask-src
Check configuration and restart:
smtpd -n && rcctl restart smtpd
To prevent your mail server from leaking your local network IP in headers, use mask-src.
listen on egress port 465 smtps pki 885838.xyz auth mask-src
Check configuration and restart:
smtpd -n && rcctl restart smtpd