Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created May 30, 2011 17:06
Show Gist options
  • Save xeoncross/999161 to your computer and use it in GitHub Desktop.
Save xeoncross/999161 to your computer and use it in GitHub Desktop.
postfix install
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