From 1c2a9acc950bf3863de14797b8a324a23717dde2 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 19 Nov 2014 11:24:15 +0200 Subject: [PATCH] spamassassin: Added iXhash plugin support. --- spamassassin/manifests/init.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spamassassin/manifests/init.pp b/spamassassin/manifests/init.pp index 8480bd0..fc1b815 100644 --- a/spamassassin/manifests/init.pp +++ b/spamassassin/manifests/init.pp @@ -110,6 +110,20 @@ class spamassassin::milter($options="") { } +# Install iXhash plugin for spamassassin +# +class spamassassin::plugin::ixhash { + + include spamassassin::common + + package { "spamassassin-iXhash2": + ensure => installed, + notify => Service["spamassassin"], + } + +} + + # Install pyzor plugin for spamassassin # class spamassassin::plugin::pyzor {