roundcube (1.6~rc+dfsg-2) experimental; urgency=medium
systemd.timer(5) unit files are now provided in addition to cronjobs, which
are no-op (and thus can be removed) on systems where PID1 is systemd. If
the PHP code is run by a user other than www-data then the associated
systemd.service(5) unit files roundcube-{cleandb,gc}.service need to be
overridden with the right User= and Group=. See README.Debian for details.
Upstream's bin/gc.sh script is now run periodically in the background. We
therefore don't have to rely on probabilistic synchronous garbage collection
and `session.gc_probability` is no longer force set to 1. On Debian systems
probability based GC is disabled by default in php.ini, and can remain as
such as long as roundcube-{cleandb,gc}.timer (or corresponding cronjobs)
remain enabled.
-- Guilhem Moulin <guilhem@debian.org> Wed, 29 Jun 2022 20:23:02 +0200
roundcube (1.6~beta+dfsg-1) experimental; urgency=medium
This release brings unified and simplified services connection options:
* IMAP:
- renamed `default_host` to `imap_host`
- removed `default_port` option (non-standard port can be set via
`imap_host`)
- set "localhost:143" as a default for `imap_host`
* SMTP:
- renamed `smtp_server` to `smtp_host`
- removed `smtp_port` option (non-standard port can be set via
`smtp_host`)
- set "localhost:587" as a default for `smtp_host`
* LDAP:
- removed `port` option from `ldap_public` array (non-standard port can
be set via `host`)
- removed `use_tls` option from `ldap_public` array (use tls:// prefix
in `host`)
* Managesieve:
- removed `managesieve_port` option (non-standard port can be set via
`managesieve_host`)
- removed `managesieve_usetls` option (use tls:// prefix in
`managesieve_host`)
Moreover, the "classic" and "Larry" skins are no longer included in
'roundcube-core'. They can be found in separate binary packages:
'roundcube-skin-classic' resp. 'roundcube-skin-larry'.
-- Guilhem Moulin <guilhem@debian.org> Mon, 14 Mar 2022 00:16:05 +0100
roundcube (1.4.10+dfsg.2-1) unstable; urgency=low
It is recommended to use /var/lib/roundcube/public_html as document
root (or alias target) in the HTTPd configuration. Doing so will
automatically keep sensitive files such as logs and configuration
out of reach for HTTP requests. (The provided .htaccess file
protects these already, but since Apache 2.4 .htaccess support is
disabled by default and not all HTTPd support these.)
In addition, Javascript and CSS files are now provided gzipped
alongside the non-compressed versions. Compatible HTTPds can be
configured to send these files as is in order to avoid on-the-fly
compression overhead.
-- Guilhem Moulin <guilhem@debian.org> Fri, 15 Jan 2021 23:55:02 +0100
Generated by dwww version 1.16 on Tue Dec 16 07:08:08 CET 2025.