smeserver-spamassassin/root/etc/logrotate.d/spamd

14 lines
250 B
Plaintext

/var/log/spamd/spamd.log
{
missingok
notifempty
sharedscripts
delaycompress
su root root
create 600 root root
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}