Bug 1269164

Summary: Logrotate configuration /etc/logrotate.d/roundcubemail is incomplete and should not contain "create"
Product: [Fedora] Fedora EPEL Reporter: Robert Vogelgesang <vogel>
Component: roundcubemailAssignee: Remi Collet <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel7CC: christoph.wickert, fedora, gwync, mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: roundcubemail-1.1.4-2.fc23 roundcubemail-1.1.4-2.fc22 roundcubemail-1.1.4-2.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-07 19:56:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Vogelgesang 2015-10-06 13:40:28 UTC
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.

Comment 1 Remi Collet 2015-12-28 07:51:18 UTC
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

Comment 2 Fedora Update System 2015-12-28 08:34:30 UTC
roundcubemail-1.1.4-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-6e299214b8

Comment 3 Fedora Update System 2015-12-28 08:34:43 UTC
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

Comment 4 Fedora Update System 2015-12-29 00:25:51 UTC
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

Comment 5 Fedora Update System 2015-12-29 00:54:54 UTC
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

Comment 6 Fedora Update System 2015-12-30 20:54:13 UTC
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

Comment 7 Fedora Update System 2016-01-07 19:56:13 UTC
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.

Comment 8 Fedora Update System 2016-01-08 03:21:27 UTC
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.

Comment 9 Fedora Update System 2016-01-13 04:26:26 UTC
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.