[Pkg-roundcube-maintainers] Bug#948034: roundcube-core: Adapt logroate config for added .log suffix to log files
Frederik Himpe
fhimpe at vub.ac.be
Fri Jan 3 14:36:31 GMT 2020
Package: roundcube
Version: 1.4.2+dfsg.1-1
Severity: normal
Dear Maintainer,
The new roundcube version now adds a .log suffix to its log files in
/var/log/roundcube. The logrotate configuration should be adapted
accordingly.
See https://github.com/roundcube/roundcubemail/blob/release-1.4/CHANGELOG :
RELEASE 1.4-beta
----------------
- Add .log suffix to all log file names, add option log_file_ext to
control this (#313)
-- System Information:
Debian Release: 9.11
APT prefers oldstable
APT policy: (600, 'oldstable'), (550, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (420, 'stable'), (410, 'proposed-updates'), (300, 'testing'), (200, 'unstable'), (160, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-6-amd64 (SMP w/10 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages roundcube-core depends on:
ii dbconfig-common 2.0.8
ii debconf [debconf-2.0] 1.5.61
ii dpkg 1.18.25
ii libjs-bootstrap4 4.4.1+dfsg1-1
ii libjs-codemirror 5.4.0-1
ii libjs-jquery 3.1.1-2+deb9u1
ii libjs-jquery-minicolors 2.2.6+dfsg-3
ii libjs-jquery-ui 1.12.1+dfsg-4
ii libjs-jstimezonedetect 1.0.6-2
ii libmagic1 1:5.30-1+deb9u3
ii php 1:7.0+49
ii php-auth-sasl 1.0.6-3
ii php-common 1:49
ii php-mail-mime 1.10.0-2
ii php-masterminds-html5 2.7.0+dfsg-2
ii php-net-sieve 1.4.1-1
ii php-net-smtp 1.8.0-1
ii php-net-socket 1.0.14-2
ii php-pear 1:1.10.1+submodules+notgz-9+deb9u1
ii php7.0 [php] 7.0.33-0+deb9u6
ii php7.0-cli [php-cli] 7.0.33-0+deb9u6
ii php7.0-intl [php-intl] 7.0.33-0+deb9u6
ii php7.0-json [php-json] 7.0.33-0+deb9u6
ii php7.0-mbstring [php-mbstring] 7.0.33-0+deb9u6
ii roundcube-pgsql 1.4.2+dfsg.1-1
ii ucf 3.0036
Versions of packages roundcube-core recommends:
ii apache2 [httpd-cgi] 2.4.25-3+deb9u9
ii php-pspell 1:7.0+49
ii php7.0-fpm [php-fpm] 7.0.33-0+deb9u6
ii php7.0-gd [php-gd] 7.0.33-0+deb9u6
ii php7.0-pspell [php-pspell] 7.0.33-0+deb9u6
Versions of packages roundcube-core suggests:
pn php-crypt-gpg <none>
pn php-mkopinsky-zxcvbn-php <none>
ii php-net-ldap3 1.0.4-1
ii roundcube-plugins 1.4.2+dfsg.1-1
Versions of packages roundcube depends on:
ii dpkg 1.18.25
-- Configuration Files:
/etc/roundcube/apache.conf changed:
Alias /webmail/program/js/tiny_mce/ /usr/share/tinymce/www/
Alias /webmail /var/lib/roundcube
<Directory "/usr/share/tinymce/www/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory /var/lib/roundcube/>
Options +FollowSymLinks
# This is needed to parse /var/lib/roundcube/.htaccess. See its
# content before setting AllowOverride to None.
AllowOverride All
Require all granted
</Directory>
<Directory /var/lib/roundcube/config>
Options -FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/lib/roundcube/temp>
Options -FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /var/lib/roundcube/logs>
Options -FollowSymLinks
AllowOverride None
Require all denied
</Directory>
-- debconf information excluded
More information about the Pkg-roundcube-maintainers
mailing list