diff options
Diffstat (limited to 'cfengine')
-rw-r--r-- | cfengine/cf.services.harden | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index 4421a96..68f9fea 100644 --- a/cfengine/cf.services.harden +++ b/cfengine/cf.services.harden @@ -125,6 +125,9 @@ copy: IMAPServer:: $(LocalCommon)/logcheck/ignore.d.$(type)/uw-imap dest=$(logcheck)/ignore.d/local-uw-imap linktype=copy + SpamAssServer:: + $(LocalCommon)/logcheck/ignore.d.$(type)/spamassassin dest=$(logcheck)/ignore.d/local-spamassassin linktype=copy + any:: $(LocalCommon)/logcheck/ignore.d.$(type)/ssh dest=$(logcheck)/ignore.d/local-ssh linktype=copy $(LocalCommon)/logcheck/ignore.d.$(type)/postfix dest=$(logcheck)/ignore.d/local-postfix linktype=copy |