12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
|
|
/var/log/dovecot*.log {
|
||
|
|
rotate 4
|
||
|
|
weekly
|
||
|
|
missingok
|
||
|
|
notifempty
|
||
|
|
compress
|
||
|
|
delaycompress
|
||
|
|
sharedscripts
|
||
|
|
postrotate
|
||
|
|
doveadm log reopen
|
||
|
|
endscript
|
||
|
|
}
|