Description of problem: The current version of /etc/logrotate.d/roundcubemail rotates only /var/log/roundcubemail/errors, but not the other "standard" log files. Version-Release number of selected component (if applicable): roundcubemail-1.1.2-1.el7.noarch How reproducible: Always Steps to Reproduce: 1. Just install the package using yum. 2. 3. Actual results: Only /var/log/roundcubemail/errors gets rotated, but not the other logs. Due to the "create" option, the file gets created after rotation, even if it won't get used anymore. Expected results: At least the following files should get rotated, too: /var/log/roundcubemail/sendmail /var/log/roundcubemail/session /var/log/roundcubemail/userlogins Maybe, it would even make sense to add the following: /var/log/roundcubemail/imap /var/log/roundcubemail/ldap /var/log/roundcubemail/smtp /var/log/roundcubemail/sql Additional info: All "standard" log files should be covered by the packaged logrotate configuration. Please avoid using the "create" option of logrotate for files that are declared "missingok"; instead, set "nocreate" for all these files.
There much more files... (sieve, password, imap_session...) A simpler way will be to use: /var/log/roundcubemail/*.log { ... } So : https://github.com/roundcube/roundcubemail/pull/313 I plan to apply this patch in upcoming 1.1.4
roundcubemail-1.1.4-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-6e299214b8
roundcubemail-1.1.4-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-5538691958
roundcubemail-1.1.4-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-5538691958
roundcubemail-1.1.4-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-6e299214b8
roundcubemail-1.1.4-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-431d39fbff
roundcubemail-1.1.4-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
roundcubemail-1.1.4-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
roundcubemail-1.1.4-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.