mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-03-12 04:36:25 -07:00
13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
|
/var/log/dovecot*.log {
|
||
|
weekly
|
||
|
rotate 4
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
doveadm log reopen
|
||
|
endscript
|
||
|
}
|