Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active July 29, 2016 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkullick/cf7aa8afa50b81d50fbc5e5781c61dbd to your computer and use it in GitHub Desktop.
Save jkullick/cf7aa8afa50b81d50fbc5e5781c61dbd to your computer and use it in GitHub Desktop.
Postfix Null Client Config

/etc/postfix/main.cf

smtpd_banner = $myhostname ESMTP
myhostname = $HOSTNAME
mydestination =
relayhost =
mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
inet_protocols = ipv4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment