Created
April 11, 2013 19:36
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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