Return to Snippet

Revision: 62927
at March 24, 2013 06:10 by bitsculptor


Initial Code
A couple of things need to happen if you are not hosting email on the server.
1. Remove example.com from /etc/mail/local-host-names 
To do this SSH into the server. 
su - root
cd /etc/mail
vi local-host-names 

2. You might also need to delete the coolantexpress related entries in the /etc/mail/virtusertable
and run vnewvirtmaps
To do this SSH into the server. 
su - root
cd /etc/mail
vi virtusertable
vnewvirtmaps

Initial URL


Initial Description
see source

Initial Title
host email off server linux commands

Initial Tags
email, Bash, linux

Initial Language
Bash