Skip to content

Instantly share code, notes, and snippets.

@ryanfitton
Created December 31, 2013 12:47
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 ryanfitton/8196278 to your computer and use it in GitHub Desktop.
Save ryanfitton/8196278 to your computer and use it in GitHub Desktop.
Example main.cf file network settings for Post fix. Found in '/etc/postfix/main.cf'.
# network settings
inet_interfaces = all
mydomain = yourdomain.co.uk
myhostname = mailer
mynetworks = all
mydestination = localhost.$mydomain, localhost
relay_domains = proxy:mysql:/etc/zpanel/configs/postfix/mysql-relay_domains_maps.cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment