Ubuntu – Completely remove sendmail

sendmailuninstall

How do I completely remove sendmail? I have tried the following:

apt-get remove sendmail
apt-get purge sendmail

Sendmail is still there and running, how do I completely remove it and all config files?

Best Answer

To remove send mail completely you have to use:

apt-get purge sendmail*

(Note the * at the end.)

Thanks to this post here on Ubuntu forum: http://ubuntuforums.org/showthread.php?t=916606