18 lines
359 B
Plaintext
18 lines
359 B
Plaintext
|
/var/log/qpsmtpd/qpsmtpd.log
|
||
|
/var/log/sqpsmtpd/sqpsmtpd.log
|
||
|
/var/log/uqpsmtpd/uqpsmtpd.log{
|
||
|
weekly
|
||
|
rotate 4
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
su root root
|
||
|
create 600 root root
|
||
|
postrotate
|
||
|
/usr/bin/systemctl try-restart qpsmtpd.service sqpsmtpd.service uqpsmtpd.service >/dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|
||
|
|