mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
Dovecot logrotate debian 8
This commit is contained in:
parent
dc50ace24c
commit
bc08ab0cb7
1 changed files with 12 additions and 0 deletions
12
install/debian/8/logrotate/dovecot
Normal file
12
install/debian/8/logrotate/dovecot
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
/var/log/dovecot*.log {
|
||||||
|
weekly
|
||||||
|
rotate 4
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
compress
|
||||||
|
delaycompress
|
||||||
|
sharedscripts
|
||||||
|
postrotate
|
||||||
|
doveadm log reopen
|
||||||
|
endscript
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue