ansible-role-postfix/templates/pflogsumm_logrotate.j2

9 lines
153 B
Plaintext
Raw Normal View History

2021-12-04 18:20:15 +01:00
{{ postfix_pflogsumm_logfile }} {
copytruncate
daily
rotate {{ postfix_pflogsumm_reports_days }}
nocompress
missingok
create 640 root root
}