Skip to content

Instantly share code, notes, and snippets.

@WildDogOne
Last active August 29, 2015 14:25
Show Gist options
  • Save WildDogOne/43721f09943bbe637689 to your computer and use it in GitHub Desktop.
Save WildDogOne/43721f09943bbe637689 to your computer and use it in GitHub Desktop.
Mail Ubuntu
sudo vim /etc/postfix/virtual
<--
#Mail recepient Mail forwarder
contact@mydomain.com myself@gmail.com
# forward all emails
@mydomain.com mystaff@gmail.com
-->
sudo postmap /etc/postfix/virtual
sudo service postfix reload
Install:
http://www.binarytides.com/postfix-mail-forwarding-debian/
DKIM:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment