/etc/logrotate.d/qpsmtpd is in qpsmtpd 0.84-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /var/log/qpsmtpd/*.log {
create 0640 qpsmtpd adm
missingok
daily
rotate 14
compress
delaycompress
notifempty
postrotate
/etc/init.d/qpsmtpd reload
endscript
}
|