Update spamassassin.conf

Update to CentOS 7 comand!
This commit is contained in:
WebZation 2016-10-22 02:23:22 -02:00 committed by GitHub
commit f477d943b8

View file

@ -1,3 +1,3 @@
check process spamassassin with pidfile /var/run/spamd.pid
start program = "/etc/init.d/spamassassin start"
stop program = "/etc/init.d/spamassassin stop"
start program = "/usr/bin/systemctl start spamassassin"
stop program = "/usr/bin/systemctl stop spamassassin"