mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
ubuntu 18.10 support
This commit is contained in:
parent
e674bf14fd
commit
e1fb811caf
143 changed files with 7806 additions and 0 deletions
12
install/ubuntu/18.10/logrotate/dovecot
Normal file
12
install/ubuntu/18.10/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