Skip to content

Instantly share code, notes, and snippets.

@putzflorian
Created April 11, 2013 19:36
Show Gist options
  • Select an option

  • Save putzflorian/5366530 to your computer and use it in GitHub Desktop.

Select an option

Save putzflorian/5366530 to your computer and use it in GitHub Desktop.
Postfix on a null client A null client is a machine that can only send mail. It receives no mail from the network, and it does not deliver any mail locally. A null client typically uses POP, IMAP or NFS for mailbox access. In this example we assume that the Internet domain name is "example.com" and that the machine is named "hostname.example.com…
myhostname = hostname.example.com
myorigin = $mydomain
relayhost = $mydomain
inet_interfaces = loopback-only
mydestination =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment