Skip to content

Instantly share code, notes, and snippets.

@k0nsl
Created November 11, 2013 21:01
Show Gist options
  • Save k0nsl/7420271 to your computer and use it in GitHub Desktop.
Save k0nsl/7420271 to your computer and use it in GitHub Desktop.
A way to disable Exim (applies to WHM/cPanel too).
service exim stop
chkconfig exim off
touch /etc/eximdisable (or create an empty file in /etc with the filename 'eximdisable')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment