Install the EPEL (Extra Packages for Enterprise Linux) repository:
Install the Exim package
service postfix stop chkconfig postfix off
Set Exim as the default MTA
alternatives --config mta
And finally start Exim
chkconfig exim on service exim start
Contd..
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
rpm -i epel-release-6-5.noarch.rpm
Install the Exim package
yum install -y exim
Disable Postfix (the default MTA)
service postfix stop chkconfig postfix off
Set Exim as the default MTA
alternatives --config mta
And finally start Exim
chkconfig exim on service exim start
Contd..
No comments:
Post a Comment