]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.logrotate
Update logrotate configuration. Closes: #619410.
[roundcube.git] / debian / roundcube-core.logrotate
1 /var/log/roundcube/errors /var/log/roundcube/sendmail /var/log/roundcube/userlogins {
2   create 0640 www-data adm
3   compress
4   missingok
5   notifempty
6   rotate 52
7   weekly
8 }