Skip to content

Instantly share code, notes, and snippets.

@vector-man
Forked from k0nsl/disable-exim-cpanel-whm
Created December 31, 2016 07:41
Show Gist options
  • Save vector-man/0a87c4e60fee22e2adc77c3b5892bb85 to your computer and use it in GitHub Desktop.
Save vector-man/0a87c4e60fee22e2adc77c3b5892bb85 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