From 500194690e1c8d375e0bcbfa326387c433549b02 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 24 Oct 2016 23:33:18 +0200 Subject: Fix enable spamd. --- spamassassin/default/spamassassin | 2 +- spamassassin/default/spamassassin.diff | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'spamassassin') diff --git a/spamassassin/default/spamassassin b/spamassassin/default/spamassassin index 561380f..78b717f 100644 --- a/spamassassin/default/spamassassin +++ b/spamassassin/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=0 +ENABLED=1 # Options # See man spamd for possible options. The -d option is automatically added. diff --git a/spamassassin/default/spamassassin.diff b/spamassassin/default/spamassassin.diff index 960310e..4ef9b2c 100644 --- a/spamassassin/default/spamassassin.diff +++ b/spamassassin/default/spamassassin.diff @@ -1,5 +1,14 @@ ---- spamassassin.orig 2014-10-14 06:21:29.000000000 +0200 -+++ spamassassin 2016-10-24 21:10:39.000000000 +0200 +--- spamassassin.orig 2015-01-31 20:07:51.000000000 +0100 ++++ spamassassin 2016-10-24 23:32:49.000000000 +0200 +@@ -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=0 ++ENABLED=1 + + # Options + # See man spamd for possible options. The -d option is automatically added. @@ -17,7 +17,7 @@ # make sure --max-children is not set to anything higher than 5, # unless you know what you're doing. -- cgit v1.2.3