File roundcubemail.logrotate of Package roundcubemail-selfcontained (Revision 0cff0b7e512155f04461f8e2b96c99d7)

Currently displaying revision 0cff0b7e512155f04461f8e2b96c99d7 , Show latest

10
 
1
/var/log/roundcubemail/*.log {
2
    missingok
3
    compress
4
    notifempty
5
    size 30k
6
    create 0660 apache apache
7
    su apache apache
8
}
9
10