Install exim and configure it as a SMTP mail server
Install exim and configure it as a SMTP mail server
1. Install the exim mail server as
# up2date exim
2. Change the default Mail Transport Agent (MTA) to exim:
# system-switch-mail
3. Select exim.
4. Edit exim’s configuration file as :
# vi /etc/exim.conf
In Main Configuration Settings, search for the entry called primary_hostname and add the hostname of system:
primary_hostname = server.hostname.com
5. [...]
















