Don't need an MTA running on port 25?Disable exim4 like this.
cd /etc/rc2.d
mv S21exim4 K21exim4
At 2015-01-30 15:39:00, Hamami InkaZo left the following comment ... just run this command.
# update-rc.d exim4 remove
or
# chkconfig exim4 off
or if you want to remove exim4 package, just run this :
# apt-get autoremove exim4
just run this command. # update-rc.d exim4 remove or # chkconfig exim4 off or if you want to remove exim4 package, just run this : # apt-get autoremove exim4