Table of Contents

Applications - Mail Transfer Agents (MTAs) - Postfix - Notes

Remove server FQDN from the From address of system mails

Add to /etc/postfix/main.cf:

smtp_generic_maps = hash:/etc/postfix/generic

Create /etc/postfix/generic with content:

@server.fqdn.tld @fqdn.tld
postmap /etc/postfix/generic

Sources:

FIXME: Use masquerade_domains instead?

Force Postfix to use IPv4 only

Add to/change in main.cf:

inet_protocols = ipv4

Sources: