Tugger the SLUGger!SLUG Mailing List Archives

RE: [SLUG] change default mail handler


<snip>
 thing to do that instead? Where is that info stored? How do i stop
sendmail?
I should be able to figure out if I can enable this thing or not.

</snip>

on redhat:

make sure sendmail is stopped 

/etc/rc.d/init.d/sendmail stop

then un-install it

rpm -e sendmail

then install your alternative mail software

--Stephen