Skip to content

Instantly share code, notes, and snippets.

@smbanaie
Last active August 29, 2015 14:05
Show Gist options
  • Save smbanaie/3fbe7345ec0c3f4fa49a to your computer and use it in GitHub Desktop.
Save smbanaie/3fbe7345ec0c3f4fa49a to your computer and use it in GitHub Desktop.
Zoho Mail Serrver Setup in ubuntu
#install and configure BIND9 DNS Server
#edit sudo nano /etc/bind/zones/foodlist.ir.db
# Add
@ IN MX 10 mx.zohomail.com.
@ IN MX 20 mx2.zohomail.com.
# sudo service bind9 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment