[CentOS] Re: CentOS 5 and removing sendmail

Mon Dec 3 16:57:23 UTC 2007
Brian Mathis <brian.mathis at gmail.com>

On Dec 3, 2007 11:50 AM, Christian Volker <cvolker at vmware.com> wrote:
> Yohoo!
>
> >>>     # rpm -e sendmail
> >>>     error: Failed dependencies:
> >> rpm -e sendmail --nodeps
> >No --- Don't --- Install another MTA before you try to remove sendmail.
>
> Where's the difference?
>
> Christian Volker
> Technical Support Engineer


Because using nodeps is a bad habit to get into, and can easily break
things.  If you install postfix first, then remove sendmail,
everything will be happy and you don't have to worry about it.  You
won't be introducing possible unknowns into the system.