1
0
forked from infra/ansible
infra/roles/mail/files/logrotate.d/dovecot

13 lines
162 B
Plaintext
Raw Normal View History

2019-02-04 20:31:13 +01:00
/var/log/dovecot/*.log {
2020-02-29 19:39:15 +01:00
daily
rotate 7
2019-02-04 20:31:13 +01:00
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
doveadm log reopen
endscript
}