#Stop services for optimisation
#https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3/
/etc/init.d/spamassassin stop
/etc/init.d/clamav-freshclam stop
/etc/init.d/clamav-daemon stop
/etc/init.d/clamav-daemon stop
/etc/init.d/clamav-freshclam stop
/etc/init.d/amavis stop
update-rc.d -f clamav-daemon remove
update-rc.d -f clamav-freshclam remove
update-rc.d -f amavis remove
update-rc.d -f spamassassin remove