diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-10-24 23:33:18 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-10-24 23:33:18 +0200 |
commit | 500194690e1c8d375e0bcbfa326387c433549b02 (patch) | |
tree | 26334f62dd6b9fe265ee106b1e1c4a0f4a822050 /spamassassin/default | |
parent | 22487bc56bef63ccd5c8d4ba187407f429314078 (diff) |
Fix enable spamd.
Diffstat (limited to 'spamassassin/default')
-rw-r--r-- | spamassassin/default/spamassassin | 2 | ||||
-rw-r--r-- | spamassassin/default/spamassassin.diff | 13 |
2 files changed, 12 insertions, 3 deletions
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. |