1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-20 18:27:23 +01:00

update roundcube email to 1.6, update plugins and add logrotate entry

This commit is contained in:
KiekerJan
2022-08-19 19:59:38 +02:00
parent f8ae130a01
commit 0058583913
3 changed files with 22 additions and 7 deletions

11
conf/logrotate/mailinabox Normal file
View File

@@ -0,0 +1,11 @@
/var/log/roundcubemail/errors.log
/var/log/roundcubemail/sendmail.log
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
}