Christian Volker 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?
Using --nodeps can break stuff.
Instead to:
yum install postfix
then,
yum remove sendmail (if necessary)