mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Merge pull request #918 from serghey-rodin/madeITBelgium-patch-#236
Fix #236 dovecot logrotate
This commit is contained in:
commit
905025712e
13 changed files with 156 additions and 0 deletions
12
install/debian/7/logrotate/dovecot
Normal file
12
install/debian/7/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
|
||||
}
|
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
|
||||
}
|
12
install/rhel/5/logrotate/dovecot
Normal file
12
install/rhel/5/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
|
||||
}
|
12
install/rhel/6/logrotate/dovecot
Normal file
12
install/rhel/6/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
|
||||
}
|
12
install/rhel/7/logrotate/dovecot
Normal file
12
install/rhel/7/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
|
||||
}
|
12
install/ubuntu/12.04/logrotate/dovecot
Normal file
12
install/ubuntu/12.04/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
|
||||
}
|
12
install/ubuntu/12.10/logrotate/dovecot
Normal file
12
install/ubuntu/12.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
|
||||
}
|
12
install/ubuntu/13.04/logrotate/dovecot
Normal file
12
install/ubuntu/13.04/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
|
||||
}
|
12
install/ubuntu/13.10/logrotate/dovecot
Normal file
12
install/ubuntu/13.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
|
||||
}
|
12
install/ubuntu/14.04/logrotate/dovecot
Normal file
12
install/ubuntu/14.04/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
|
||||
}
|
12
install/ubuntu/14.10/logrotate/dovecot
Normal file
12
install/ubuntu/14.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
|
||||
}
|
12
install/ubuntu/15.04/logrotate/dovecot
Normal file
12
install/ubuntu/15.04/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
|
||||
}
|
12
install/ubuntu/15.10/logrotate/dovecot
Normal file
12
install/ubuntu/15.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