initial commit of file from CVS for smeserver-spamassassin on Mon 10 Jul 08:42:51 BST 2023
This commit is contained in:
13
root/etc/logrotate.d/spamd
Normal file
13
root/etc/logrotate.d/spamd
Normal file
@@ -0,0 +1,13 @@
|
||||
/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
|
||||
}
|
||||
|
Reference in New Issue
Block a user