From 3b09d173ed5633f4e7a47f9d055fd0c31517711b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 25 Oct 2015 10:24:44 +0100 Subject: [PATCH] Setting ENABLED back to 0. Deprecated setting for sysvinit only. --- roles/ispmail-postfix/files/etc-default-spamassassin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ispmail-postfix/files/etc-default-spamassassin b/roles/ispmail-postfix/files/etc-default-spamassassin index f853d78..aa63eff 100644 --- a/roles/ispmail-postfix/files/etc-default-spamassassin +++ b/roles/ispmail-postfix/files/etc-default-spamassassin @@ -8,7 +8,7 @@ # not used. Instead, enable spamd by issuing: # systemctl enable spamassassin.service # Change to "1" to enable spamd on systems using sysvinit: -ENABLED=1 +ENABLED=0 # Options # See man spamd for possible options. The -d option is automatically added.