Mercurial > repos > other > Puppet
view common/logrotate-httpd @ 142:dae1088dd218 puppet-3.6
Add OLE detection to SpamAssassin without ClamAV
Note: currently subject to https://github.com/JonathanThorpe/spamassassin-vba-macro/issues/15
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 09 Feb 2017 20:54:30 +0000 |
parents | 956e484adc12 |
children |
line wrap: on
line source
/var/log/apache/*log { monthly rotate 3 missingok compress notifempty sharedscripts postrotate /sbin/service httpd reload > /dev/null 2>/dev/null || true endscript }