9 messages in net.sourceforge.lists.courier-users[courier-users] Re: Killing sendmail
FromSent OnAttachments
INst...@aol.comJan 11, 2002 5:43 pm 
Juha SaarinenJan 11, 2002 5:57 pm 
James HenryJan 11, 2002 6:00 pm 
Sam VarshavchikJan 11, 2002 7:08 pm 
Greg OwenJan 11, 2002 7:24 pm 
Sam VarshavchikJan 11, 2002 7:48 pm 
Juha SaarinenJan 11, 2002 8:03 pm 
INst...@aol.comJan 11, 2002 10:25 pm 
Juha SaarinenJan 11, 2002 11:13 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: Killing sendmailActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 11, 2002 7:08:40 pm
List:net.sourceforge.lists.courier-users

James Henry writes:

INst@aol.com writes:

I've just got a quick question. I'm using Red Hat Linux 7.1, and I'm not sure how to decomission the original sendmail. I've read the documentation with Courier, but it doesn't actually tell me how to do what it says to do.

I'd look through the FAQ on the website, as I'm sure it would probably be there, but it seems to be down at the moment.

Why would the courier website have anything to do with removing your old MTA?

As root:

/sbin/chkconfig --del sendmail

This will cause your RC scripts to not start sendmail at all. Replacing sendmail binaries is not necesary, except in the case of /usr/sbin/sendmail etc. which should be replaced or at least superceded in the search path by the appropriate courier executables.

On Red Hat, "rpm -e sendmail" will thoroughly purge all traces of sendmail from the system.