forked from infra/ansible
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
/var/log/dovecot/*.log {
|
|
weekly
|
|
rotate 4
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
doveadm log reopen
|
|
endscript
|
|
}
|