how to configure MTA (Mail Transfer Agent) on Red hat linux 4

link|improve this question
This should go to serverfault, and it could use some elaboration, for example: which MTA is wanted (any?) and what attempts have already been made to make it work... – Simon Groenewolt May 8 '10 at 21:10
Could you be more specific? Try installing sendmail. – amphetamachine May 8 '10 at 21:10
feedback

migrated from stackoverflow.com May 8 '10 at 21:19

This question came from our site for professional and enthusiast programmers.

2 Answers

Here and here.

link|improve this answer
feedback

Afternoon,

First off, have a good read over this HOWTO http://howtoforge.com/exim-mysql-cyrus-imapd-horde-centos5.1, don't worry Centos is the community version of redhat enterprise server.

In order to change the MTA agent you use the Alternatives command

alternatives --config mta 

the configuration of exim is not difficult but i cant remember it all at the moment.

Howtoforge.com should be able to help though.

Have fun.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown