- Friday, June 17, 2011, 7:06
- Exim, Linux, Mail Server
Here we are only giving the basic setup instructions.
Steps:
#yum install exim system-switch-mail
After successful installation, we need to make some necessary configurations. Switch default MTA(Mail Transfer agent) to exim if it is sendmail or any other application by using system-switch-mail. Then stop sendmail service if it is running and disable in startup.
Full story
- Sunday, July 18, 2010, 15:26
- Linux, Mail Server
virtusertable is used to do aliases to virtual domains hosted on the same server.
In this case mail1.domain.org is the main host and mail2.domain.org is the virtualhost.
Before creating virtusertable mapping ,you need to create a file virtusertable in /etc/mail/.
Full story