Created
May 30, 2011 17:06
-
-
Save xeoncross/999161 to your computer and use it in GitHub Desktop.
postfix install
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
| We need to setup Postfix | |
| vim /etc/hostname | |
| vim /etc/hosts | |
| [ | |
| apt-get install dnsutils | |
| dig -x 111.111.111.111 | |
| ] or [ | |
| host 173.255.192.25 | |
| ] or [ | |
| nslookup 173.255.192.25 | |
| ] | |
| will show if your IP resolves to your domain (rDNS) | |
| next apt-get install postfix | |
| internet-site | |
| [enter hostname] | |
| # vim /etc/aliases | |
| and change the name to your name | |
| # newaliases | |
| apt-get install dkim-filter | |
| vim /etc/dkim-filter | |
| vim /etc/default/dkim-filter | |
| http://www.youtube.com/watch?v=7IyXS2wWzwM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment