Sendmail remnants left after switch to Postfix
Starting Postfix Mail Transport Agent: postfix.
Starting Mail Transport Agent (MTA): sendmailNo make, you'll have to rebuild your databases by hand
:(
Not configured, not started. failed!
.
Even though I've removed Sendmail and installed Postfix… there is obviously some trace of sendmail left, any idea where I should look to fix this?
Thanks,
Paul
4 Replies
What procedure did you use to install Postfix?
What procedure did you use to uninstall sendmail?
@hoopycat:
Which distribution are you running?
What procedure did you use to install Postfix?
What procedure did you use to uninstall sendmail?
Debian, used the following HowTo as a basis for install:
And used apt to try to uninstall sendmail via apt-get remove sendmail
So, try:
apt-get autoremove
--and/or--
apt-get remove sendmail-base sendmail-bin sendmail-cf
That should hopefully get it out of there. Also check:
dpkg -l sendmail\*
just in case something got missed.
Paul