071537
%global __provides_exclude_from %{_docdir}
071537
%global __requires_exclude_from %{_docdir}
071537
071537
## FIXME: lto and annobin breaks build atm, retest after 2021-08
071537
#%global _lto_cflags %nil
071537
#%undefine _annotated_build
071537
071537
Summary: Secure imap and pop3 server
071537
Name: dovecot
071537
Epoch: 1
071537
Version: 2.3.16
071537
%global prever %{nil}
071537
Release: 1%{?dist}
071537
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
071537
License: MIT and LGPLv2
071537
071537
URL: https://www.dovecot.org/
071537
Source: https://www.dovecot.org/releases/2.3/%{name}-%{version}%{?prever}.tar.gz
071537
Source1: dovecot.init
071537
Source2: dovecot.pam
071537
%global pigeonholever 0.5.16
071537
Source8: https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-%{pigeonholever}.tar.gz
071537
Source9: dovecot.sysconfig
071537
Source10: dovecot.tmpfilesd
071537
071537
#our own
071537
Source14: dovecot.conf.5
071537
071537
# 3x Fedora/RHEL specific
071537
Patch1: dovecot-2.0-defaultconfig.patch
071537
Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
071537
Patch3: dovecot-1.0.rc7-mkcert-paths.patch
071537
071537
#wait for network
071537
Patch6: dovecot-2.1.10-waitonline.patch
071537
071537
Patch8: dovecot-2.2.20-initbysystemd.patch
071537
Patch9: dovecot-2.2.22-systemd_w_protectsystem.patch
071537
Patch10: dovecot-2.3.0.1-libxcrypt.patch
071537
Patch15: dovecot-2.3.11-bigkey.patch
071537
071537
# do not use own implementation of HMAC, use OpenSSL for certification purposes
071537
# not sent upstream as proper fix would use dovecot's lib-dcrypt but it introduces
071537
# hard to break circular dependency between lib and lib-dcrypt
071537
Patch16: dovecot-2.3.6-opensslhmac.patch
071537
071537
Patch17: dovecot-2.3.14-opensslv3.patch
071537
071537
# FTBFS
071537
Patch18: dovecot-2.3.15-fixvalcond.patch
071537
Patch19: dovecot-2.3.15-valbasherr.patch
071537
Patch20: dovecot-2.3.16-ftbfsbigend.patch
071537
071537
Source15: prestartscript
071537
071537
BuildRequires: gcc, gcc-c++, openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
071537
BuildRequires: libtool, autoconf, automake, pkgconfig
071537
BuildRequires: sqlite-devel
071537
BuildRequires: libpq-devel
071537
BuildRequires: mariadb-connector-c-devel
071537
BuildRequires: libxcrypt-devel
071537
BuildRequires: openldap-devel
071537
BuildRequires: krb5-devel
071537
BuildRequires: quota-devel
071537
BuildRequires: xz-devel
071537
BuildRequires: lz4-devel
071537
BuildRequires: libzstd-devel
071537
%if %{?rhel}0 == 0
071537
BuildRequires: libsodium-devel
071537
%endif
071537
BuildRequires: libicu-devel
071537
BuildRequires: libexttextcat-devel
071537
BuildRequires: libstemmer-devel
071537
BuildRequires: multilib-rpm-config
071537
BuildRequires: flex, bison
071537
BuildRequires: systemd-devel
071537
071537
# gettext-devel is needed for running autoconf because of the
071537
# presence of AM_ICONV
071537
BuildRequires: gettext-devel
071537
071537
# Explicit Runtime Requirements for executalbe
071537
Requires: openssl >= 0.9.7f-4
071537
071537
# Package includes an initscript service file, needs to require initscripts package
071537
Requires(pre): shadow-utils
071537
Requires: systemd
071537
Requires(post): systemd-units
071537
Requires(preun): systemd-units
071537
Requires(postun): systemd-units
071537
071537
BuildRequires: clucene-core-devel
071537
071537
%global ssldir %{_sysconfdir}/pki/%{name}
071537
071537
BuildRequires: libcurl-devel expat-devel
071537
BuildRequires: make
071537
071537
%global restart_flag /run/%{name}/%{name}-restart-after-rpm-install
071537
071537
%description
071537
Dovecot is an IMAP server for Linux/UNIX-like systems, written with security 
071537
primarily in mind.  It also contains a small POP3 server.  It supports mail 
071537
in either of maildir or mbox formats.
071537
071537
The SQL drivers and authentication plug-ins are in their subpackages.
071537
071537
%package pigeonhole
071537
Requires: %{name} = %{epoch}:%{version}-%{release}
071537
Summary: Sieve and managesieve plug-in for dovecot
071537
License: MIT and LGPLv2
071537
071537
%description pigeonhole
071537
This package provides sieve and managesieve plug-in for dovecot LDA.
071537
071537
%package pgsql
071537
Requires: %{name} = %{epoch}:%{version}-%{release}
071537
Summary: Postgres SQL back end for dovecot
071537
%description pgsql
071537
This package provides the Postgres SQL back end for dovecot-auth etc.
071537
071537
%package mysql
071537
Requires: %{name} = %{epoch}:%{version}-%{release}
071537
Summary: MySQL back end for dovecot
071537
%description mysql
071537
This package provides the MySQL back end for dovecot-auth etc.
071537
071537
%package devel
071537
Requires: %{name} = %{epoch}:%{version}-%{release}
071537
Summary: Development files for dovecot
071537
%description devel
071537
This package provides the development files for dovecot.
071537
071537
%prep
071537
%setup -q -n %{name}-%{version}%{?prever} -a 8
071537
%patch1 -p1 -b .default-settings
071537
%patch2 -p1 -b .mkcert-permissions
071537
%patch3 -p1 -b .mkcert-paths
071537
%patch6 -p1 -b .waitonline
071537
%patch8 -p1 -b .initbysystemd
071537
%patch9 -p1 -b .systemd_w_protectsystem
071537
%patch15 -p1 -b .bigkey
071537
%patch16 -p1 -b .opensslhmac
071537
%patch17 -p1 -b .opensslv3
071537
%patch18 -p1 -b .fixvalcond
071537
%patch19 -p1 -b .valbasherr
071537
%patch20 -p1 -b .ftbfsbigend
071537
cp run-test-valgrind.supp dovecot-2.3-pigeonhole-%{pigeonholever}/
071537
# valgrind would fail with shell wrapper
071537
echo "testsuite" >dovecot-2.3-pigeonhole-%{pigeonholever}/run-test-valgrind.exclude
071537
071537
#pushd dovecot-2*3-pigeonhole-%{pigeonholever}
071537
#popd
071537
sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
071537
071537
%build
071537
# This package references hidden symbols during an LTO link.  This needs further
071537
# investigation.  Until then, disable LTO
071537
%define _lto_cflags %{nil}
071537
#required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules
071537
%global _hardened_build 1
071537
export CFLAGS="%{__global_cflags} -fno-strict-aliasing -fstack-reuse=none"
071537
export LDFLAGS="-Wl,-z,now -Wl,-z,relro %{?__global_ldflags}"
071537
mkdir -p m4
071537
autoreconf -I . -fiv #required for aarch64 support
071537
%configure                       \
071537
    INSTALL_DATA="install -c -p -m644" \
071537
    --with-rundir=%{_rundir}/%{name}   \
071537
    --with-systemd               \
071537
    --docdir=%{_docdir}/%{name}  \
071537
    --disable-static             \
071537
    --disable-rpath              \
071537
    --with-nss                   \
071537
    --with-shadow                \
071537
    --with-pam                   \
071537
    --with-gssapi=plugin         \
071537
    --with-ldap=plugin           \
071537
    --with-sql=plugin            \
071537
    --with-pgsql                 \
071537
    --with-mysql                 \
071537
    --with-sqlite                \
071537
    --with-zlib                  \
071537
    --with-zstd                  \
071537
    --with-libcap                \
071537
    --with-icu                   \
071537
    --with-lucene                \
071537
    --with-ssl=openssl           \
071537
    --with-ssldir=%{ssldir}      \
071537
    --with-solr                  \
071537
    --with-systemdsystemunitdir=%{_unitdir}  \
071537
    --with-docs
071537
sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf
071537
071537
%make_build
071537
071537
#pigeonhole
071537
pushd dovecot-2*3-pigeonhole-%{pigeonholever}
071537
071537
# required for snapshot
071537
[ -f configure ] || autoreconf -fiv
071537
[ -f ChangeLog ] || echo "Pigeonhole ChangeLog is not available, yet" >ChangeLog
071537
071537
%configure                             \
071537
    INSTALL_DATA="install -c -p -m644" \
071537
    --disable-static                   \
071537
    --with-dovecot=../                 \
071537
    --without-unfinished-features
071537
071537
%make_build
071537
popd
071537
071537
%install
071537
rm -rf $RPM_BUILD_ROOT
071537
071537
%make_install
071537
071537
# move doc dir back to build dir so doc macro in files section can use it
071537
mv $RPM_BUILD_ROOT/%{_docdir}/%{name} %{_builddir}/%{name}-%{version}%{?prever}/docinstall
071537
071537
# fix multilib issues
071537
%multilib_fix_c_header --file %{_includedir}/dovecot/config.h
071537
071537
pushd dovecot-2*3-pigeonhole-%{pigeonholever}
071537
%make_install
071537
071537
mv $RPM_BUILD_ROOT/%{_docdir}/%{name} $RPM_BUILD_ROOT/%{_docdir}/%{name}-pigeonhole
071537
071537
install -m 644 AUTHORS ChangeLog COPYING COPYING.LGPL INSTALL NEWS README $RPM_BUILD_ROOT/%{_docdir}/%{name}-pigeonhole
071537
popd
071537
071537
install -p -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/dovecot
071537
071537
#install man pages
071537
install -p -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_mandir}/man5/dovecot.conf.5
071537
071537
#install waitonline script
071537
install -p -D -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_libexecdir}/dovecot/prestartscript
071537
071537
# generate ghost .pem files
071537
mkdir -p $RPM_BUILD_ROOT%{ssldir}/certs
071537
mkdir -p $RPM_BUILD_ROOT%{ssldir}/private
071537
touch $RPM_BUILD_ROOT%{ssldir}/certs/dovecot.pem
071537
chmod 600 $RPM_BUILD_ROOT%{ssldir}/certs/dovecot.pem
071537
touch $RPM_BUILD_ROOT%{ssldir}/private/dovecot.pem
071537
chmod 600 $RPM_BUILD_ROOT%{ssldir}/private/dovecot.pem
071537
071537
install -p -D -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_tmpfilesdir}/dovecot.conf
071537
071537
mkdir -p $RPM_BUILD_ROOT/run/dovecot/{login,empty,token-login}
071537
071537
# Install dovecot configuration and dovecot-openssl.cnf
071537
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
071537
install -p -m 644 docinstall/example-config/dovecot.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot
071537
install -p -m 644 docinstall/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
071537
install -p -m 644 $RPM_BUILD_ROOT/%{_docdir}/%{name}-pigeonhole/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
071537
install -p -m 644 docinstall/example-config/conf.d/*.conf.ext $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
071537
install -p -m 644 $RPM_BUILD_ROOT/%{_docdir}/%{name}-pigeonhole/example-config/conf.d/*.conf.ext $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d ||:
071537
install -p -m 644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
071537
071537
install -p -m755 doc/mkcert.sh $RPM_BUILD_ROOT%{_libexecdir}/%{name}/mkcert.sh
071537
071537
mkdir -p $RPM_BUILD_ROOT/var/lib/dovecot
071537
071537
#remove the libtool archives
071537
find $RPM_BUILD_ROOT%{_libdir}/%{name}/ -name '*.la' | xargs rm -f
071537
071537
#remove what we don't want
071537
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/README
071537
pushd docinstall
071537
rm -f securecoding.txt thread-refs.txt
071537
popd
071537
071537
071537
%pre
071537
#dovecot uid and gid are reserved, see /usr/share/doc/setup-*/uidgid 
071537
getent group dovecot >/dev/null || groupadd -r --gid 97 dovecot
071537
getent passwd dovecot >/dev/null || \
071537
useradd -r --uid 97 -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
071537
071537
getent group dovenull >/dev/null || groupadd -r dovenull
071537
getent passwd dovenull >/dev/null || \
071537
useradd -r -g dovenull -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot's unauthorized user" dovenull
071537
071537
# do not let dovecot run during upgrade rhbz#134325
071537
if [ "$1" = "2" ]; then
071537
  rm -f %restart_flag
071537
  /bin/systemctl is-active %{name}.service >/dev/null 2>&1 && touch %restart_flag ||:
071537
  /bin/systemctl stop %{name}.service >/dev/null 2>&1
071537
fi
071537
071537
%post
071537
if [ $1 -eq 1 ]
071537
then
071537
  %systemd_post dovecot.service
071537
fi
071537
071537
install -d -m 0755 -g dovecot -d /run/dovecot
071537
install -d -m 0755 -d /run/dovecot/empty
071537
install -d -m 0750 -g dovenull -d /run/dovecot/login
071537
install -d -m 0750 -g dovenull -d /run/dovecot/token-login
071537
[ -x /sbin/restorecon ] && /sbin/restorecon -R /run/dovecot
071537
071537
%preun
071537
if [ $1 = 0 ]; then
071537
        /bin/systemctl disable dovecot.service dovecot.socket >/dev/null 2>&1 || :
071537
        /bin/systemctl stop dovecot.service dovecot.socket >/dev/null 2>&1 || :
071537
    rm -rf /run/dovecot
071537
fi
071537
071537
%postun
071537
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
071537
071537
if [ "$1" -ge "1" -a -e %restart_flag ]; then
071537
    /bin/systemctl start dovecot.service >/dev/null 2>&1 || :
071537
rm -f %restart_flag
071537
fi
071537
071537
%posttrans
071537
# dovecot should be started again in %%postun, but it's not executed on reinstall
071537
# if it was already started, restart_flag won't be here, so it's ok to test it again
071537
if [ -e %restart_flag ]; then
071537
    /bin/systemctl start dovecot.service >/dev/null 2>&1 || :
071537
rm -f %restart_flag
071537
fi
071537
071537
%check
071537
make check
071537
cd dovecot-2*3-pigeonhole-%{pigeonholever}
071537
make check
071537
071537
%files
071537
%doc docinstall/* AUTHORS ChangeLog COPYING COPYING.LGPL COPYING.MIT NEWS README
071537
%{_sbindir}/dovecot
071537
071537
%{_bindir}/doveadm
071537
%{_bindir}/doveconf
071537
%{_bindir}/dsync
071537
%{_bindir}/dovecot-sysreport
071537
071537
071537
%_tmpfilesdir/dovecot.conf
071537
%{_unitdir}/dovecot.service
071537
%{_unitdir}/dovecot-init.service
071537
%{_unitdir}/dovecot.socket
071537
071537
%dir %{_sysconfdir}/dovecot
071537
%dir %{_sysconfdir}/dovecot/conf.d
071537
%config(noreplace) %{_sysconfdir}/dovecot/dovecot.conf
071537
#list all so we'll be noticed if upstream changes anything
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-auth.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-director.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-logging.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-mail.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-master.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-metrics.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-ssl.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-lda.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-mailboxes.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-imap.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-lmtp.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-pop3.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-submission.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-acl.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-quota.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-plugin.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-checkpassword.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-deny.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-dict.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-ldap.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-master.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-passwdfile.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-sql.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-static.conf.ext
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-system.conf.ext
071537
%config(noreplace) %{_sysconfdir}/pam.d/dovecot
071537
%config(noreplace) %{ssldir}/dovecot-openssl.cnf
071537
071537
%dir %{ssldir}
071537
%dir %{ssldir}/certs
071537
%dir %{ssldir}/private
071537
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem
071537
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem
071537
071537
%dir %{_libdir}/dovecot
071537
%dir %{_libdir}/dovecot/auth
071537
%dir %{_libdir}/dovecot/dict
071537
%{_libdir}/dovecot/doveadm
071537
%exclude %{_libdir}/dovecot/doveadm/*sieve*
071537
%{_libdir}/dovecot/*.so.*
071537
#these (*.so files) are plugins, not devel files
071537
%{_libdir}/dovecot/*_plugin.so
071537
%exclude %{_libdir}/dovecot/*_sieve_plugin.so
071537
%{_libdir}/dovecot/auth/lib20_auth_var_expand_crypt.so
071537
%{_libdir}/dovecot/auth/libauthdb_imap.so
071537
%{_libdir}/dovecot/auth/libauthdb_ldap.so
071537
%{_libdir}/dovecot/auth/libmech_gssapi.so
071537
%{_libdir}/dovecot/auth/libdriver_sqlite.so
071537
%{_libdir}/dovecot/dict/libdriver_sqlite.so
071537
%{_libdir}/dovecot/dict/libdict_ldap.so
071537
%{_libdir}/dovecot/libdriver_sqlite.so
071537
%{_libdir}/dovecot/libssl_iostream_openssl.so
071537
%{_libdir}/dovecot/libfs_compress.so
071537
%{_libdir}/dovecot/libfs_crypt.so
071537
%{_libdir}/dovecot/libfs_mail_crypt.so
071537
%{_libdir}/dovecot/libdcrypt_openssl.so
071537
%{_libdir}/dovecot/lib20_var_expand_crypt.so
071537
%{_libdir}/dovecot/old-stats/libold_stats_mail.so
071537
%{_libdir}/dovecot/old-stats/libstats_auth.so
071537
071537
%dir %{_libdir}/dovecot/settings
071537
071537
%{_libexecdir}/%{name}
071537
%exclude %{_libexecdir}/%{name}/managesieve*
071537
071537
%dir %attr(0755,root,dovecot) %ghost /run/dovecot
071537
%attr(0750,root,dovenull) %ghost /run/dovecot/login
071537
%attr(0750,root,dovenull) %ghost /run/dovecot/token-login
071537
%attr(0755,root,root) %ghost /run/dovecot/empty
071537
071537
%attr(0750,dovecot,dovecot) /var/lib/dovecot
071537
071537
%{_datadir}/%{name}
071537
071537
%{_mandir}/man1/deliver.1*
071537
%{_mandir}/man1/doveadm*.1*
071537
%{_mandir}/man1/doveconf.1*
071537
%{_mandir}/man1/dovecot*.1*
071537
%{_mandir}/man1/dsync.1*
071537
%{_mandir}/man5/dovecot.conf.5*
071537
%{_mandir}/man7/doveadm-search-query.7*
071537
071537
%files devel
071537
%{_includedir}/dovecot
071537
%{_datadir}/aclocal/dovecot*.m4
071537
%{_libdir}/dovecot/libdovecot*.so
071537
%{_libdir}/dovecot/dovecot-config
071537
071537
%files pigeonhole
071537
%{_bindir}/sieve-dump
071537
%{_bindir}/sieve-filter
071537
%{_bindir}/sieve-test
071537
%{_bindir}/sievec
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-managesieve.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve.conf
071537
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve-extprograms.conf
071537
071537
%{_docdir}/%{name}-pigeonhole
071537
071537
%{_libexecdir}/%{name}/managesieve
071537
%{_libexecdir}/%{name}/managesieve-login
071537
071537
%{_libdir}/dovecot/doveadm/*sieve*
071537
%{_libdir}/dovecot/*_sieve_plugin.so
071537
%{_libdir}/dovecot/settings/libmanagesieve_*.so
071537
%{_libdir}/dovecot/settings/libpigeonhole_*.so
071537
%{_libdir}/dovecot/sieve/
071537
071537
%{_mandir}/man1/sieve-dump.1*
071537
%{_mandir}/man1/sieve-filter.1*
071537
%{_mandir}/man1/sieve-test.1*
071537
%{_mandir}/man1/sievec.1*
071537
%{_mandir}/man1/sieved.1*
071537
%{_mandir}/man7/pigeonhole.7*
071537
071537
%files mysql
071537
%{_libdir}/%{name}/libdriver_mysql.so
071537
%{_libdir}/%{name}/auth/libdriver_mysql.so
071537
%{_libdir}/%{name}/dict/libdriver_mysql.so
071537
071537
%files pgsql
071537
%{_libdir}/%{name}/libdriver_pgsql.so
071537
%{_libdir}/%{name}/auth/libdriver_pgsql.so
071537
%{_libdir}/%{name}/dict/libdriver_pgsql.so
071537
071537
%changelog
071537
* Fri Aug 20 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.16-1
071537
- dovecot updated to 2.3.16, pigeonhole to 0.5.16
071537
- fixes several regressions (#1997583)
071537
071537
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.3.15-2
071537
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
071537
  Related: rhbz#1991688
071537
071537
* Wed Jul 21 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.15-1
071537
- dovecot updated to 2.3.15, pigeonhole updated to 0.5.15
071537
- CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in
071537
  JWT tokens. This may be used to supply attacker controlled keys to
071537
  validate tokens, if attacker has local access (#1979833)
071537
- CVE-2021-33515: On-path attacker could have injected plaintext commands
071537
  before STARTTLS negotiation that would be executed after STARTTLS
071537
  finished with the client
071537
- Add TSLv1.3 support to min_protocols.
071537
071537
* Wed Jul 14 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.14-5
071537
- fix mail storage block count parsing (#1974281)
071537
071537
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.3.14-4
071537
- Rebuilt for RHEL 9 BETA for openssl 3.0
071537
  Related: rhbz#1971065
071537
071537
* Fri Jun 04 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.14-3
071537
- compatibility with openssl 3.0 (#1962035)
071537
071537
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.3.14-2
071537
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
071537
071537
* Mon Mar 22 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.14-1
071537
- dovecot updated to 2.3.14, pigeonhole to 0.5.14
071537
- use OpenSSL's implementation of HMAC
071537
- Remove autocreate, expire, snarf and mail-filter plugins.
071537
- Remove cydir storage driver.
071537
- Remove XZ/LZMA write support. Read support will be removed in future release.
071537
071537
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 1:2.3.13-7
071537
- rebuild for libpq ABI fix rhbz#1908268
071537
071537
* Mon Feb 01 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-6
071537
- use make macros
071537
071537
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.13-5
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
071537
071537
* Mon Jan 18 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-4
071537
- fix multilib issues
071537
071537
* Mon Jan 18 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-3
071537
- bump release and rebuild
071537
071537
* Thu Jan 07 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-2
071537
- fix rundir location
071537
071537
* Wed Jan 06 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-1
071537
- fix release number
071537
071537
* Mon Jan 04 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.13-0
071537
- dovecot updated to 2.3.13, pigeonhole to 0.5.13
071537
- CVE-2020-24386: Specially crafted command can cause IMAP hibernate to
071537
  allow logged in user to access other people's emails and filesystem
071537
  information.
071537
- Metric filter and global event filter variable syntax changed to a
071537
  SQL-like format. 
071537
- auth: Added new aliases for %{variables}. Usage of the old ones is
071537
  possible, but discouraged.
071537
- auth: Removed RPA auth mechanism, SKEY auth mechanism, NTLM auth
071537
  mechanism and related password schemes.
071537
- auth: Removed passdb-sia, passdb-vpopmail and userdb-vpopmail.
071537
- auth: Removed postfix postmap socket
071537
071537
* Wed Oct 21 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.11.3-7
071537
- change run directory from /var/run to /run (#1777922)
071537
071537
* Wed Oct 21 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.11.3-6
071537
- use bigger default key size (#1882939)
071537
071537
* Wed Sep 02 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.11.3-5
071537
- fix gssapi issue
071537
071537
* Wed Aug 26 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.11.3-4
071537
- fix FTBFS on 32bit systems
071537
071537
* Mon Aug 17 2020 Jeff Law <law@redhat.com> - 1:2.3.11.3-2
071537
- Disable LTO
071537
071537
* Sat Aug 15 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.11.3-1
071537
- CVE-2020-12100: Parsing mails with a large number of MIME parts could
071537
  have resulted in excessive CPU usage or a crash due to running out of
071537
  stack memory.
071537
- CVE-2020-12673: Dovecot's NTLM implementation does not correctly check
071537
  message buffer size, which leads to reading past allocation which can
071537
  lead to crash.
071537
- CVE-2020-10967: lmtp/submission: Issuing the RCPT command with an
071537
  address that has the empty quoted string as local-part causes the lmtp
071537
  service to crash.
071537
- CVE-2020-12674: Dovecot's RPA mechanism implementation accepts
071537
  zero-length message, which leads to assert-crash later on.
071537
071537
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.10.1-3
071537
- Second attempt - Rebuilt for
071537
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
071537
071537
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.10.1-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
071537
071537
* Mon May 18 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.10.1-1
071537
- dovecot updated to 2.3.10.1
071537
- fixes CVE-2020-10967, CVE-2020-10958, CVE-2020-10957
071537
071537
* Tue Apr 21 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.10-1
071537
- dovecot updated to 2.3.10, pigeonhole updated to 0.5.10
071537
071537
* Wed Feb 12 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.9.3-1
071537
- dovecot updated to 2.3.9.3
071537
- fixes CVE-2020-7046: Truncated UTF-8 can be used to DoS
071537
      submission-login and lmtp processes.
071537
- fixes CVE-2020-7957: Specially crafted mail can crash snippet generation.
071537
071537
071537
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.9.2-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
071537
071537
* Thu Dec 19 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.9.2-1
071537
- CVE-2019-19722: Mails with group addresses in From or To fields
071537
  caused crash in push notification drivers.
071537
071537
* Wed Dec 04 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.9-1
071537
- dovecot updated to 2.3.9, pigeonhole updated to 0.5.9 
071537
071537
* Thu Oct 10 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.8-1
071537
- dovecot updated to 2.3.8, pigeonhole 0.5.8
071537
071537
* Thu Aug 29 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.7.2-1
071537
- dovecot updated to 2.3.7.2, pigeonhole 0.5.7.2
071537
- fixes CVE-2019-11500: IMAP protocol parser does not properly handle NUL byte
071537
  when scanning data in quoted strings, leading to out of bounds heap
071537
  memory writes
071537
071537
* Mon Aug 19 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:1-2.3.7.1
071537
- dovecot updated to 2.3.7.1, pigeonhole updated to 0.5.7.1
071537
071537
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.6-4
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
071537
071537
* Fri May 31 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.6-3
071537
- disable gcc 9 stack reuse temporarily
071537
071537
* Mon May 13 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.6-2
071537
- use /run instead of /var/run (#1706372)
071537
071537
* Thu May 02 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.6-1
071537
- dovecot updated to 2.3.6, pigeonhole updated to 0.5.6
071537
071537
* Thu Apr 18 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.5.2-1
071537
- dovecot updated to 2.3.5.2
071537
- fixes CVE-2019-10691: Trying to login with 8bit username containing
071537
  invalid UTF8 input causes auth process to crash if auth policy is enabled.
071537
071537
* Thu Mar 28 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.5.1-1
071537
- dovecot updated to 2.3.5.1
071537
- CVE-2019-7524: Missing input buffer size validation leads into
071537
  arbitrary buffer overflow when reading fts or pop3 uidl header
071537
  from Dovecot index.
071537
071537
* Wed Mar 06 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.5-1
071537
- dovecot updated to 2.3.5, pigeonhole updated to 0.5.5
071537
071537
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.4-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
071537
071537
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1:2.3.4-2
071537
- Rebuilt for libcrypt.so.2 (#1666033)
071537
071537
* Wed Jan 09 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.4-1
071537
- dovecot updated to 2.3.4, pigeonhole updated to 0.5.4
071537
071537
* Tue Oct 02 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.3-1
071537
- dovecot updated to 2.3.3, pigeonhole pdated to 0.5.3
071537
- doveconf hides more secrets now in the default output
071537
- NUL bytes in mail headers can cause truncated replies when fetched. 
071537
- virtual plugin: Some searches used 100% CPU for many seconds 
071537
- dsync assert-crashed with acl plugin in some situations. 
071537
- imapc: Fixed various assert-crashes when reconnecting to server. 
071537
071537
071537
* Tue Oct 02 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.2.1-4
071537
- fix dovecot-init service syntax error (#1635017)
071537
071537
* Mon Aug 13 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.2.1-3
071537
- do not try to generate ssl-params as its obsolete (#1614640)
071537
071537
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.2.1-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
071537
071537
* Tue Jul 10 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.2.1-1
071537
- SSL/TLS servers may have crashed during client disconnection
071537
071537
* Mon Jul 09 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.2-1
071537
- dovecot updated to 2.3.2, pigeonhole to 0.5.2
071537
071537
* Wed Mar 28 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.1-2
071537
- fix ftbfs - murmurhash3 check fail
071537
071537
* Wed Mar 28 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.1-1
071537
- dovecot updated to 2.3.1, pigeonhole updated to 0.5.1
071537
071537
* Tue Mar 27 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.0.1-3
071537
- use libxcrypt for Fedora >= 28, part of ftbfs fix (#1548520)
071537
071537
* Wed Mar 07 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.0.1-2
071537
- add gcc buildrequire
071537
071537
* Thu Mar 01 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.0.1-1
071537
- dovecot updated to 2.3.0.1, pigeonhole updated to 0.5.0.1
071537
071537
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.2.33.2-5
071537
- Escape macros in %%changelog
071537
071537
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.33.2-4
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
071537
071537
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1:2.2.33.2-3
071537
- Rebuilt for switch to libxcrypt
071537
071537
* Mon Jan 08 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.33.2-2
071537
- remove tcp_wrappers on Fedora 28 and later (#1518761)
071537
- use use mariadb-connector-c-devel instead of mysql-devel on Fedora 28 and later (#1493624)
071537
071537
* Tue Oct 24 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.33.2-1
071537
- dovecot updated to 2.2.33.2
071537
- doveadm: Fix crash in proxying (or dsync replication) if remote is
071537
  running older than v2.2.33
071537
- auth: Fix memory leak in %%{ldap_dn}
071537
- dict-sql: Fix data types to work correctly with Cassandra
071537
071537
* Wed Oct 18 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.33.1-1
071537
- dovecot updated to 2.2.33.1, pigeonhole updated to 
071537
- Added %%{if}, see https://wiki2.dovecot.org/Variables#Conditionals
071537
- sdbox: Mails were always opened when expunging, unless
071537
  mail_attachment_fs was explicitly set to empty.
071537
- lmtp/doveadm proxy: hostip passdb field was ignored, which caused
071537
  unnecessary DNS lookups if host field wasn't an IP
071537
- lmtp proxy: Fix crash when receiving unexpected reply in RCPT TO
071537
- quota_clone: Update also when quota is unlimited (broken in v2.2.31)
071537
- mbox, zlib: Fix assert-crash when accessing compressed mbox
071537
- doveadm director kick -f parameter didn't work
071537
- doveadm director flush <host> resulted flushing all hosts, if <host>
071537
  wasn't an IP address.
071537
- director: Various fixes to handling backend/director changes at
071537
   abnormal times, especially while ring was unsynced.
071537
- director: Use less CPU in imap-login processes when moving/kicking
071537
  many users.
071537
- lmtp: Session IDs were duplicated/confusing with multiple RCPT TOs
071537
  when lmtp_rcpt_check_quota=yes
071537
- LDA Sieve plugin: Fixed sequential execution of LDAP-based scripts. A
071537
  missing LDAP-based script could cause the script sequence to exit earlier.
071537
- sieve-filter: Removed the (now) duplicate utf8 to mutf7 mailbox name
071537
  conversion. This caused problems with mailbox names containing UTF-8
071537
  characters. 
071537
071537
* Mon Aug 28 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.32-2
071537
- pigeonhole updated to 0.4.20
071537
- Made the retention period for redirect duplicate identifiers
071537
  configurable. Changed the default retention period from 24 to 12 hours.
071537
- sieve-filter: Fixed memory leak: forgot to clean up script binary at
071537
  end of execution
071537
- managesieve-login: Fixed handling of AUTHENTICATE command. A second
071537
  authenticate command would be parsed wrong.
071537
071537
* Fri Aug 25 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.32-1
071537
- dovecot updated to 2.2.32
071537
- Modseq tracking didn't always work correctly. This could have caused
071537
  imap unhibernation to fail or IMAP QRESYNC/CONDSTORE extensions to
071537
  not work perfectly.
071537
- mdbox: "Inconsistency in map index" wasn't fixed automatically
071537
- dict-ldap: %%variable values used in the LDAP filter weren't escaped.
071537
- quota=count: quota_warning = -storage=.. was never executed (try #2).
071537
- imapc: >= 32 kB mail bodies were supposed to be cached for subsequent
071537
  FETCHes, but weren't.
071537
- quota-status service didn't support recipient_delimiter
071537
- acl: Don't access dovecot-acl-list files with acl_globals_only=yes
071537
- mail_location: If INDEX dir is set, mailbox deletion deletes its
071537
  childrens' indexes. 
071537
- director: v2.2.31 caused rapid reconnection loops to directors
071537
  that were down.
071537
071537
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.31-5
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
071537
071537
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.31-4
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
071537
071537
* Tue Jul 11 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.31-3
071537
- enable tcpwrap support (#1450587)
071537
071537
* Tue Jul 04 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.31-2
071537
- revert commit breaking NOTIFY support
071537
071537
* Tue Jun 27 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.31-1
071537
- dovecot updated to 2.2.31
071537
- Various fixes to handling mailbox listing. Especially related to
071537
  handling nonexistent autocreated/autosubscribed mailboxes and ACLs.
071537
- Global ACL file was parsed as if it was local ACL file. This caused
071537
  some of the ACL rule interactions to not work exactly as intended.
071537
- Using mail_sort_max_read_count may have caused very high CPU usage.
071537
- Message address parsing could have crashed on invalid input.
071537
- imapc_features=fetch-headers wasn't always working correctly and
071537
  caused the full header to be fetched.
071537
- imapc: Various bugfixes related to connection failure handling.
071537
- quota=count: quota_warning = -storage=.. was never executed
071537
- quota=count: Add support for "ns" parameter
071537
- dsync: Fix incremental syncing for mails that don't have Date or
071537
  Message-ID headers.
071537
- imap: Fix hang when client sends pipelined SEARCH +
071537
  EXPUNGE/CLOSE/LOGOUT.
071537
- oauth2: Token validation didn't accept empty server responses.
071537
- imap: NOTIFY command has been almost completely broken since the
071537
  beginning.
071537
- pigeonhole updated to 0.4.19
071537
- Fixed bug in handling of implicit keep in some cases.
071537
- include extension: Fixed segfault that (sometimes) occurred when the
071537
  global script location was left unconfigured.
071537
071537
* Wed Jun 07 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.30.2-1
071537
- dovecot updated to 2.2.30.2
071537
- auth: Multiple failed authentications within short time caused crashes
071537
- push-notification: OX driver crashed at deinit
071537
071537
* Thu Jun 01 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.30.1-1
071537
- dovecot updated to 2.2.30.1
071537
- More fixes to automatically fix corruption in dovecot.list.index
071537
- dsync-server: Fix support for dsync_features=empty-header-workaround
071537
- imapc: Various bugfixes, including infinite loops on some errors
071537
- IMAP NOTIFY wasn't working for non-INBOX if IMAP client hadn't
071537
  enabled modseq tracking via CONDSTORE/QRESYNC.
071537
- fts-lucene: Fix it to work again with mbox format
071537
- Some internal error messages may have contained garbage in v2.2.29
071537
- mail-crypt: Re-encrypt when copying/moving mails and per-mailbox keys
071537
  are used. Otherwise the copied mails can't be opened.
071537
071537
* Wed Apr 12 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.29.1-1
071537
- dovecot updated to 2.2.29.1
071537
- dict-sql: Merging multiple UPDATEs to a single statement wasn't
071537
  actually working.
071537
- pigeonhole updated to 0.4.18
071537
- imapsieve plugin: Implemented the copy_source_after rule action. When this
071537
  is enabled for a mailbox rule, the specified Sieve script is executed for
071537
  the message in the source mailbox during a "COPY" event. This happens only
071537
  after the Sieve script that is executed for the corresponding message in the
071537
  destination mailbox finishes running successfully.
071537
- imapsieve plugin: Added non-standard Sieve environment items for the source
071537
  and destination mailbox.
071537
- multiscript: The execution of the discard script had an implicit "keep",
071537
  rather than an implicit "discard". 
071537
071537
* Tue Apr 11 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.29-1
071537
- dovecot updated to 2.2.29
071537
- fts-tika: Fixed crash when parsing attachment without
071537
  Content-Disposition header. Broken by 2.2.28.
071537
- trash plugin was broken in 2.2.28
071537
- auth: When passdb/userdb lookups were done via auth-workers, too much
071537
  data was added to auth cache. This could have resulted in wrong
071537
  replies when using multiple passdbs/userdbs.
071537
- auth: passdb { skip & mechanisms } were ignored for the first passdb
071537
- oauth2: Various fixes, including fixes to crashes
071537
- dsync: Large Sieve scripts (or other large metadata) weren't always
071537
  synced.
071537
- Index rebuild (e.g. doveadm force-resync) set all mails as \Recent
071537
- imap-hibernate: %%{userdb:*} wasn't expanded in mail_log_prefix
071537
- doveadm: Exit codes weren't preserved when proxying commands via
071537
  doveadm-server. Almost all errors used exit code 75 (tempfail).
071537
- ACLs weren't applied to not-yet-existing autocreated mailboxes.
071537
- Fixed a potential crash when parsing a broken message header.
071537
- cassandra: Fallback consistency settings weren't working correctly.
071537
- doveadm director status <user>: "Initial config" was always empty
071537
- imapc: Various reconnection fixes.
071537
071537
* Mon Feb 27 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.28-1
071537
- dovecot updated to 2.2.28, pigeonhole to 0.4.17
071537
- auth: Support OAUTHBEARER and XOAUTH2 mechanisms. Also support them
071537
  in lib-dsasl for client side.
071537
- imap: SEARCH/SORT may have assert-crashed in
071537
  client_check_command_hangs
071537
- imap: FETCH X-MAILBOX may have assert-crashed in virtual mailboxes.
071537
- search: Using NOT n:* or NOT UID n:* wasn't handled correctly
071537
- fts: fts_autoindex_exclude = \Special-use caused crashes
071537
- doveadm-server: Fix leaks and other problems when process is reused
071537
  for multiple requests (service_count != 1)
071537
- sdbox: Fix assert-crash on mailbox create race
071537
- lda/lmtp: deliver_log_format values weren't entirely correct if Sieve
071537
  was used. especially %%{storage_id} was broken.
071537
- imapsieve plugin: Fixed assert failure occurring when used with virtual
071537
  mailboxes.
071537
- doveadm sieve plugin: Fixed crash when setting Sieve script via attribute's
071537
  string value.
071537
071537
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.27-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
071537
071537
* Wed Dec 14 2016 Than Ngo <than@redhat.com> - 1:2.2.27-2
071537
- fixed bz#1403760, big endian issue
071537
071537
* Mon Dec 05 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.27-1
071537
- Fixed crash in auth process when auth-policy was configured and
071537
  authentication was aborted/failed without a username set.
071537
- director: If two users had different tags but the same hash,
071537
  the users may have been redirected to the wrong tag's hosts.
071537
- Index files may have been thought incorrectly lost, causing
071537
  "Missing middle file seq=.." to be logged and index rebuild.
071537
  This happened more easily with IMAP hibernation enabled.
071537
- Various fixes to restoring state correctly in un-hibernation.
071537
- dovecot.index files were commonly 4 bytes per email too large. This
071537
  is because 3 bytes per email were being wasted that could have been
071537
  used for IMAP keywords.
071537
- Various fixes to handle dovecot.list.index corruption better.
071537
- lib-fts: Fixed assert-crash in address tokenizer with specific input.
071537
- Fixed assert-crash in HTML to text parsing with specific input
071537
  (e.g. for FTS indexing or snippet generation)
071537
- doveadm sync -1: Fixed handling mailbox GUID conflicts.
071537
- sdbox, mdbox: Perform full index rebuild if corruption is detected
071537
  inside lib-index, which runs index fsck.
071537
- quota: Don't skip quota checks when moving mails between different
071537
  quota roots.
071537
- search: Multiple sequence sets or UID sets in search parameters
071537
  weren't handled correctly. They were incorrectly merged together.
071537
071537
* Fri Dec 02 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.26.0-2
071537
- fix remote crash when auth-policy component is activated (CVE-2016-8652,#1401025)
071537
071537
* Mon Oct 31 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.26.0-1
071537
- dovecot updated to 2.2.26.0, pigeonhole updated to 0.4.16
071537
- master process's listener socket was leaked to all child processes.
071537
  This might have allowed untrusted processes to capture and prevent
071537
  "doveadm service stop" comands from working.
071537
- login proxy: Fixed crash when outgoing SSL connections were hanging.
071537
- auth: userdb fields weren't passed to auth-workers, so %%{userdb:*}
071537
  from previous userdbs didn't work there.
071537
- auth: Fixed auth_bind=yes + sasl_bind=yes to work together
071537
- lmtp: %%{userdb:*} variables didn't work in mail_log_prefix
071537
- Fixed writing >2GB to iostream-temp files (used by fs-compress,
071537
  fs-metawrap, doveadm-http)
071537
- fts-solr: Fixed searching multiple mailboxes
071537
- and more...
071537
071537
* Mon Jul 04 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.25-1
071537
- dovecot updated to 2.2.25
071537
- doveadm backup was sometimes deleting entire mailboxes unnecessarily.
071537
- doveadm: Command -parameters weren't being sent to doveadm-server.
071537
- if dovecot.index read failed e.g. because mmap() reached VSZ limit,
071537
  an empty index could have been opened instead, corrupting the
071537
  mailbox state.
071537
- lazy-expunge: Fixed a crash when copying failed. Various other fixes.
071537
- fts-lucene: Fixed crash on index rescan.
071537
- dict-ldap: Various fixes
071537
- dict-sql: NULL values crashed. Now they're treated as "not found".
071537
071537
071537
* Wed Apr 27 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.24-1
071537
- dovecot updated to 2.2.24
071537
- Huge header lines could have caused Dovecot to use too much memory
071537
- dsync: Detect and handle invalid/stale -s state string better.
071537
- dsync: Fixed crash caused by specific mailbox renames
071537
- auth: Auth cache is now disabled passwd-file. 
071537
- fts-tika: Don't crash if it returns 500 error
071537
- dict-redis: Fixed timeout handling
071537
- SEARCH INTHREAD was crashing
071537
- stats: Only a single fifo_listeners was supported, making it impossible to
071537
  use both auth_stats=yes and mail stats plugin.
071537
- SSL errors were logged in separate "Stacked error" log lines instead of as
071537
  part of the disconnection reason.
071537
- MIME body parser didn't handle properly when a child MIME part's --boundary
071537
  had the same prefix as the parent.
071537
- pigeonhole updated to 0.4.14
071537
- extprograms plugin: Fixed epoll() panic caused by closing the output
071537
  FD before the output stream.
071537
- Made sure that the local part of a mail address is encoded properly
071537
  using quoted string syntax when it is not a dot-atom.
071537
071537
* Thu Mar 31 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.23-1
071537
- dovecot updated to 2.2.23, pigeonhole updated to 0.4.13
071537
- Various fixes to doveadm. Especially running commands via
071537
  doveadm-server was broken.
071537
- director: Fixed user weakness getting stuck in some situations
071537
- director: Fixed a situation where directors keep re-sending
071537
  different states to each others and never becoming synced.
071537
- director: Fixed assert-crash related to a slow "user killed" reply
071537
- Fixed assert-crash related to istream-concat, which could have
071537
  been triggered at least by a Sieve script.
071537
071537
* Wed Mar 16 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.22-1
071537
- dovecot updated to 2.2.22
071537
- auth: Auth caching was done too aggressively when %%variables were
071537
  used in default_fields, override_fields or LDAP pass/user_attrs.
071537
  userdb result_* were also ignored when user was found from cache.
071537
- imap: Fixed various assert-crashes caused v2.2.20+. Some of them
071537
  caught actual hangs or otherwise unwanted behavior towards IMAP
071537
  clients.
071537
- Expunges were forgotten in some situations, for example when
071537
  pipelining multiple IMAP MOVE commands.
071537
- quota: Per-namespaces quota were broken for dict and count backends
071537
  in v2.2.20+
071537
- fts-solr: Search queries were using OR instead of AND as the
071537
  separator for multi-token search queries in v2.2.20+.
071537
- Single instance storage support wasn't really working in v2.2.16+
071537
- dbox: POP3 message ordering wasn't working correctly.
071537
- virtual plugin: Fixed crashes related to backend mailbox deletions.
071537
071537
* Mon Feb 08 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.21-4
071537
- pigeonhole updated to 0.4.12
071537
- multiscript: Fixed bug in handling of (implicit) keep; final keep action was
071537
  always executed as though there was a failure. 
071537
- managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN.
071537
- ldap storage: Prevent segfault occurring when assigning certain (global)
071537
  configuration options.
071537
071537
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.21-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
071537
071537
* Thu Jan 28 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.21-2
071537
- pigeonhole updated to 0.4.11
071537
- Sieve mime extension: Fixed the header :mime :anychild test to work properly
071537
  outside a foreverypart loop.
071537
- Fixed assert failure occurring when text extraction is attempted on a
071537
  empty or broken text part.
071537
- Fixed assert failure in handling of body parts that are converted to text.
071537
- Fixed header unfolding for (mime) headers parsed from any mime part.
071537
- Fixed trimming for (mime) headers parsed from any mime part.
071537
- Fixed erroneous changes to the message part tree structure performed when
071537
  re-parsing the message.
071537
- LDA Sieve plugin: Fixed bug in error handling of script storage initialization
071537
- Fixed duplication of discard actions in the script result.
071537
- Made sure that quota errors never get logged as errors in syslog.
071537
071537
* Wed Dec 16 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.21-1
071537
- dovecot updated to 2.2.21
071537
- doveadm mailbox list (and some others) were broken in v2.2.20
071537
- director: Fixed making backend changes when running with only a
071537
  single director server.
071537
- virtual plugin: Fixed crash when trying to open nonexistent
071537
  autocreated backend mailbox.
071537
- pigeonhole updated to 0.4.10
071537
- implemented the Sieve mime and foreverypart extensions (RFC 5703).
071537
+ sieve body extension: Properly implemented the `:text' body
071537
  transform. It now extracts text for HTML message parts.
071537
- variables extension: Fixed handling of empty string by the `:length'
071537
  set modifier. An empty string yielded an empty string rather than "0".
071537
- Fixed memory leak in the Sieve script byte code dumping facility.
071537
  Extension contexts were never actually freed.
071537
- doveadm sieve plugin: Fixed crashes caused by incorrect context
071537
  allocation in the sieve command implementations.
071537
071537
* Tue Dec 08 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.20-2
071537
- move ssl initialization from %%post to dovecot-init.service
071537
071537
* Tue Dec 08 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.20-1
071537
- dovecot updated to 2.2.20
071537
- director: Backend tags weren't working correctly.
071537
- ldap: tls_* settings weren't used for ldaps URIs.
071537
- ldap, mysql: Fixed setting connect timeout.
071537
- auth: userdb lookups via auth-worker couldn't change username
071537
- dsync: Fixed handling deleted directories. Make sure we don't go to
071537
  infinite mailbox renaming loop.
071537
- imap: Fixed crash in NOTIFY when there were watched namespaces that
071537
  didn't support NOTIFY.
071537
- imap: After SETMETADATA was used, various commands (especially FETCH)
071537
  could have started hanging when their output was large.
071537
- stats: Idle sessions weren't refreshed often enough, causing stats
071537
  process to forget them and log errors about unknown sessions when
071537
  they were updated later.
071537
- stats: Fixed "Duplicate session ID" errors when LMTP delivered to
071537
  multiple recipients and fts_autoindex=yes.
071537
- zlib plugin: Fixed copying causing cache corruption when zlib_save
071537
  wasn't set, but the source message was compressed.
071537
- fts-solr: Fixed escaping Solr query parameters.
071537
- lmtp: quota_full_tempfail=yes was ignored with
071537
  lmtp_rcpt_check_quota=yes
071537
071537
* Mon Oct 05 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.19-1
071537
- dovecot updated to 2.2.19
071537
- mdbox: Rebuilding could have caused message's reference count to
071537
  overflow the 16bit number in some situations, causing problems when
071537
  trying to expunge the duplicates.
071537
- Various search fixes (fts, solr, tika, lib-charset, indexer)
071537
- Various virtual plugin fixes
071537
- Various fixes and optimizations to dsync, imapc and pop3-migration
071537
- imap: Various RFC compliancy and crash fixes to NOTIFY
071537
- pigeonhole updated to 0.4.9
071537
- ManageSieve: Fixed an assert failure occurring when a client
071537
  disconnects during the GETSCRIPT command.
071537
- doveadm sieve plugin: Fixed incorrect initialization (mem leaks) of mail user.
071537
- sieve-filter command line tool: Fixed handling of failure-related
071537
  implicit keep when there is an explicit default destination folder.
071537
- lib-sieve: Fixed bug in RFC5322 header folding.
071537
071537
* Mon Aug 24 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-5
071537
- use the system crypto policy (#1109114)
071537
071537
* Fri Jun 19 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-4
071537
- fix build for s390x and ppc64 (#1232650)
071537
071537
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.2.18-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
071537
071537
* Mon May 18 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-2
071537
- update pigeonhole to 0.4.8
071537
- Fixed problem in address test: erroneously decoded mime-encoded words in
071537
  address headers.
071537
- extprograms plugin: Fixed failure occurring when connecting to script
071537
  service without the need to read back the output from the external program.
071537
- Fixed bug in script storage path normalization occurring with relative
071537
  symbolic links below root.
071537
071537
* Fri May 15 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-1
071537
- director: Login UNIX sockets were normally detected as doveadm or
071537
  director ring sockets, causing it to break in existing installations.
071537
- sdbox: When copying a mail in alt storage, place the destination to
071537
  alt storage as well.
071537
071537
* Thu May 14 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.17-1
071537
- dovecot updated to 2.2.17
071537
- pigeonhole updated to 0.4.7
071537
- auth: If auth_master_user_separator was set, auth process could be
071537
  crashed by trying to log in with empty master username.
071537
- imap-login, pop3-login: Fixed crash on handshake failures with new
071537
  OpenSSL versions (v1.0.2) when SSLv3 was disabled.
071537
- auth: If one passdb fails allow_nets check, it shouldn't have failed
071537
  all the other passdb checks later on.
071537
- imap: Server METADATA couldn't be accessed
071537
- imapc: Fixed \Muted label handling in gmail-migration.
071537
- imapc: Various bugfixes and improvements.
071537
- Trash plugin fixes by Alexei Gradinari
071537
- mbox: Fixed crash/corruption in some situations
071537
071537
* Tue Apr 28 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.16-2
071537
- fix CVE-2015-3420: SSL/TLS handshake failures leading to a crash of the login process
071537
071537
* Mon Mar 16 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.16-1
071537
- dovecot updated to 2.2.16
071537
- auth: Don't crash if master user login is attempted without
071537
  any configured master=yes passdbs
071537
- Parsing UTF-8 text for mails could have caused broken results
071537
  sometimes if buffering was split in the middle of a UTF-8 character.
071537
  This affected at least searching messages.
071537
- String sanitization for some logged output wasn't done properly:
071537
  UTF-8 text could have been truncated wrongly or the truncation may
071537
  not have happened at all.
071537
- fts-lucene: Lookups from virtual mailbox consisting of over 32
071537
  physical mailboxes could have caused crashes.
071537
071537
* Thu Feb 05 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.15-3
071537
- fix mbox istream crashes (#1189198, #1186504)
071537
071537
* Mon Jan 05 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.15-2
071537
- fix crash related to logging BYE notifications (#1176282)
071537
- update pigeonhole to 0.4.6
071537
071537
* Thu Oct 30 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.15-1
071537
- dovecot updated to 2.2.15
071537
- various race condition fixes to LAYOUT=index
071537
- v2.2.14 virtual plugin crashed in some situations
071537
071537
* Fri Oct 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.14-1
071537
- dovecot updated to 2.2.14, pigeonhole updated to 0.4.3
071537
- fixed several race conditions with dovecot.index.cache handling that
071537
  may have caused unnecessary "cache is corrupted" errors.
071537
- auth: If auth client listed userdb and disconnected before finishing,
071537
  the auth worker process got stuck
071537
- imap-login, pop3-login: Fixed potential crashes when client
071537
  disconnected unexpectedly.
071537
- imap proxy: The connection was hanging in some usage patterns.
071537
071537
* Thu Aug 21 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.13-4
071537
- use network-online target instead of just network (#1119814)
071537
071537
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.2.13-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
071537
071537
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.2.13-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
071537
071537
* Mon May 12 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.13-1
071537
- dovecot updated to 2.2.13
071537
- fixes CVE-2014-3430: denial of service through maxxing out SSL connections
071537
- pop3 server was still crashing in v2.2.12 
071537
- maildir: Various fixes and improvements to handling compressed mails
071537
- fts-lucene, fts-solr: Fixed crash on search when the index contained
071537
  duplicate entries.
071537
- mail_attachment_dir: Attachments with the last base64-encoded line
071537
  longer than the rest wasn't handled correctly.
071537
- IMAP: SEARCH/SORT PARTIAL was handled completely wrong in v2.2.11+
071537
- acl: Global ACL file handling was broken when multiple entries
071537
  matched the mailbox name
071537
071537
* Sun Mar 30 2014 John Morris <john@zultron.com> - 1:2.2.12-2
071537
- el6 build fixes (#1082384):
071537
- el6 autoconf too old to regen; use packaged files
071537
- fix compile error when __global_ldflags macro undefined
071537
071537
* Fri Feb 14 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.12-1
071537
- dovecot updated to 2.2.12
071537
- fixes pop3 crash
071537
071537
* Thu Feb 13 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.11-1
071537
- dovecot updated to 2.2.11
071537
- imap: SEARCH/SORT PARTIAL reponses may have been too large.
071537
- doveadm backup: Fixed assert-crash when syncing mailbox deletion.
071537
071537
* Thu Jan 02 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.10-1
071537
- dovecot updated to 2.2.10
071537
- quota-status: quota_grace was ignored
071537
- ldap: Fixed memory leak with auth_bind=yes and without
071537
  auth_bind_userdn.
071537
- imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when
071537
  CONDSTORE/QRESYNC has never before been enabled for the mailbox.
071537
- imap: Fixes to handling mailboxes without permanent modseqs.
071537
  (When [NOMODSEQ] is returned by SELECT, mainly with in-memory
071537
  indexes.)
071537
- imap: Various fixes to METADATA support.
071537
- stats plugin: Processes that only temporarily dropped privileges
071537
  (e.g. indexer-worker) may have been logging errors about not being
071537
  able to open /proc/self/io.
071537
071537
* Mon Nov 25 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.9-1
071537
- improved cache file handling exposed several old bugs related to fetching 
071537
  mail headers.
071537
- iostream handling changes were causing some connections to be disconnected
071537
  before flushing their output
071537
071537
* Wed Nov 20 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.8-1
071537
- Fixed infinite loop in message parsing if message ends with
071537
  "--boundary" and CR (without LF). Messages saved via SMTP/LMTP can't
071537
  trigger this, because messages must end with an "LF.". A user could
071537
  trigger this for him/herself though.
071537
- lmtp: Client was sometimes disconnected before all the output was
071537
  sent to it.
071537
- replicator: Database wasn't being exported to disk every 15 minutes
071537
  as it should have. Instead it was being imported, causing "doveadm
071537
  replicator remove" commands to not work very well.
071537
071537
* Thu Nov 14 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.7-2
071537
- fix ostream infinite loop (#1029906)
071537
071537
* Mon Nov 04 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.7-1
071537
- dovecot updated to 2.2.7
071537
- master process was doing a hostname.domain lookup for each created
071537
  process, which may have caused a lot of unnecessary DNS lookups.
071537
- dsync: Syncing over 100 messages at once caused problems in some
071537
  situations, causing messages to get new UIDs.
071537
- fts-solr: Different Solr hosts for different users didn't work.
071537
071537
* Tue Oct 01 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.6-1
071537
- dovecot updated to 2.2.6, pigeonhole updated to 0.4.2
071537
- director: v2.2.5 changes caused "SYNC lost" errors
071537
- dsync: Many fixes and error handling improvements
071537
- doveadm -A: Don't waste CPU by doing a separate config lookup
071537
  for each user
071537
- Long-running ssl-params process no longer prevents Dovecot restart
071537
- mbox: Fixed mailbox_list_index=yes to work correctly
071537
071537
* Thu Aug 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-2
071537
- use unversioned doc dir (#993731)
071537
071537
* Wed Aug 07 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-1
071537
- dovecot updated to 2.2.5
071537
- added some missing man pages (by Pascal Volk)
071537
- director: Users near expiration could have been redirected to
071537
  different servers at the same time.
071537
- pop3: Avoid assert-crash if client disconnects during LIST.
071537
- mdbox: Corrupted index header still wasn't automatically fixed.
071537
- dsync: Various fixes to work better with imapc and pop3c storages.
071537
- ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl
071537
  symbols conflicted with Cyrus SASL library.
071537
071537
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.4-3
071537
- dovecot pigeonhole updated to 0.4.1
071537
071537
* Wed Jul 10 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.4-2
071537
- fix name conflict with cyrus-sasl (#975869)
071537
071537
* Tue Jun 25 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.4-1
071537
- dovecot updated to 2.2.4
071537
- imap/pop3 proxy: Master user logins were broken in v2.2.3
071537
- sdbox/mdbox: A corrupted index header with wrong size was never
071537
  automatically fixed in v2.2.3.
071537
- mbox: Fixed assert-crashes related to locking.
071537
071537
* Mon Jun 17 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.3-1
071537
- dovecot updated to 2.2.3
071537
- IMAP: If subject contained only whitespace, Dovecot returned an
071537
  ENVELOPE reply with a huge literal value, effectively causing the
071537
  IMAP client to wait for more data forever.
071537
- IMAP: Various URLAUTH fixes.
071537
- imapc: Various bugfixes and improvements
071537
- pop3c: Various fixes to make it work in dsync (without imapc)
071537
- dsync: Fixes to syncing subscriptions. Fixes to syncing mailbox
071537
  renames.
071537
071537
* Tue May 21 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-2
071537
- fix location of tmpfiles configuration (#964448)
071537
071537
* Mon May 20 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-1
071537
- dovecot updated to 2.2.2
071537
- IMAP: Various URLAUTH fixes.
071537
- IMAP: Fixed a hang with invalid APPEND parameters.
071537
- IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
071537
- mailbox_list_index=yes still caused crashes.
071537
- maildir: Fixed a crash after dovecot-keywords file was re-read.
071537
- maildir: If files had reappeared unexpectedly to a Maildir, they
071537
  were ignored until index files were deleted.
071537
- Maildir: Fixed handling over 26 keywords in a mailbox. 
071537
- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
071537
  but the remote login timed out.
071537
071537
* Thu May 16 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-4
071537
- update pigeonhole to 0.4.0
071537
071537
* Mon Apr 29 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-3
071537
- revert last change and use different fix
071537
071537
* Wed Apr 24 2013 Kalev Lember <kalevlember@gmail.com> - 1:2.2.1-2
071537
- Filter out autogenerated perl deps (#956194)
071537
071537
* Fri Apr 19 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-1
071537
- dovecot updated to 2.2.1
071537
- mailbox_list_index=yes was broken.
071537
- LAYOUT=index didn't list subscriptions.
071537
- auth: Multiple master passdbs didn't work.
071537
- Message parsing (e.g. during search) crashed when multipart message
071537
  didn't actually contain any parts.
071537
- dovecot updated to 2.2.1
071537
071537
* Mon Apr 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.0-1
071537
- dovecot updated to 2.2.0
071537
- Mailbox list indexes weren't using proper file permissions based
071537
  on the root directory.
071537
- replicator: doveadm commands and user list export may have skipped
071537
  some users.
071537
- Various fixes to mailbox_list_index=yes
071537
071537
* Fri Apr 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.4
071537
- dovecot updated to 2.2 RC4
071537
- various bugfixes to LDAP changes in rc3
071537
071537
* Wed Mar 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.3
071537
- dovecot updated to 2.2 RC3
071537
- Fixed a crash when decoding quoted-printable content.
071537
- dsync: Various bugfixes
071537
071537
* Thu Feb 28 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.2
071537
- do not print error when NetworkManager is not installed (#916456)
071537
071537
* Wed Feb 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.1
071537
- major update to dovecot 2.2 RC2
071537
071537
* Mon Feb 11 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.15-1
071537
- dovecot updated to 2.1.15
071537
- v2.1.14's dovecot.index.cache fixes caused Dovecot to use more disk I/O
071537
  and memory than was necessary.
071537
071537
* Tue Feb 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.14-2
071537
- spec clean up
071537
071537
* Thu Jan 31 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.14-1
071537
- dovecot updated to 2.1.14
071537
- v2.1.11+ had a race condition where it sometimes overwrote data in
071537
  dovecot.index.cache file. This could have caused Dovecot to return
071537
  the same cached data to two different messages.
071537
- mdbox: Fixes to handling duplicate GUIDs during index rebuild
071537
071537
* Tue Jan 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.13-1
071537
- dovecot updated to 2.1.13
071537
- Some fixes to cache file changes in v2.1.11.
071537
- virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
071537
071537
* Mon Dec 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.12-1
071537
- dovecot updated to 2.1.12
071537
- lmtp proxy: Fixed hanging if remote server was down.
071537
- doveadm: Various fixes to handling doveadm-server connections.
071537
- auth: passdb imap was broken in v2.1.10.
071537
071537
* Thu Nov 08 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-3
071537
- fix network still not ready race condition (#871623)
071537
071537
* Fri Nov 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-2
071537
- add reload command to service file
071537
071537
* Wed Sep 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-1
071537
- dovecot updated to 2.1.10, pigeonhole updated to 0.3.3
071537
- director: In some conditions director may have disconnected from
071537
  another director (without logging about it), thinking it was sending
071537
  invalid data.
071537
- imap: Various fixes to listing mailboxes.
071537
- login processes crashed if there were a lot of local {} or remote {}
071537
  settings blocks.
071537
071537
* Fri Aug 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-2
071537
- use new systemd rpm macros (#851238)
071537
071537
* Thu Aug 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-1
071537
- dovecot updated to 2.1.9
071537
- Full text search indexing might have failed for some messages,
071537
  always causing indexer-worker process to run out of memory.
071537
- fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
071537
  the header wasn't lowercased.
071537
- fts-squat: Fixed crash when searching a virtual mailbox.
071537
- pop3: Fixed assert crash when doing UIDL on empty mailbox on some
071537
  setups. 
071537
- auth: GSSAPI RFC compliancy and error handling fixes.
071537
- Various fixes related to handling shared namespaces
071537
071537
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.8-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
071537
071537
* Tue Jul 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.8-2
071537
- pigeonhole updated to 0.3.1
071537
- Fixed several small issues, including a few potential segfault bugs, based
071537
  on static source code analysis.
071537
071537
* Tue Jul 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.8-1
071537
- dovecot updated to 2.1.8
071537
- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
071537
  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
071537
- lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
071537
- director: Don't crash if the director is working alone.
071537
- shared mailboxes: Avoid doing "@domain" userdb lookups.
071537
- doveadm: Fixed crash with proxying some commands.
071537
- fts-squat: Fixed handling multiple SEARCH parameters.
071537
- imapc: Fixed a crash when message had more than 8 keywords.
071537
- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
071537
071537
071537
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-5
071537
- make quota work with NFS mounted mailboxes
071537
071537
* Fri Jun 22 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-4
071537
- posttrans argument is always zero
071537
071537
* Fri Jun 15 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-3
071537
- do not let dovecot run during upgrade (#134325)
071537
071537
* Wed May 30 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-2
071537
- fix changelog, 2.1.7-1 had copy-pasted upstream changelog, which was wrong
071537
- director: Don't crash with quickly disconnecting incoming director
071537
  connections.
071537
- mdbox: If mail was originally saved to non-INBOX, and namespace
071537
  prefix is non-empty, don't assert-crash when rebuilding indexes.
071537
- sdbox: Don't use more fds than necessary when copying mails.
071537
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
071537
  login without master passdbs. 
071537
- Several fixes to mail_shared_explicit_inbox=no
071537
- imapc: Use imapc_list_prefix also for listing subscriptions.
071537
071537
* Wed May 30 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-1
071537
- updated to 2.1.7
071537
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
071537
  expand it to home directory.
071537
- dbox: Fixed potential assert-crash when reading dbox files.
071537
- trash plugin: Fixed behavior when quota is already over limit.
071537
- mail_log plugin: Logging "copy" event didn't work.
071537
- Proxying to backend server with SSL: Verifying server certificate
071537
  name always failed, because it was compared to an IP address.
071537
071537
* Wed May 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.6-2
071537
- fix socket activation again, fix in 2.1.6 is incomplete
071537
071537
* Wed May 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.6-1
071537
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
071537
  expand it to home directory.
071537
- dbox: Fixed potential assert-crash when reading dbox files.
071537
- trash plugin: Fixed behavior when quota is already over limit.
071537
- Proxying to backend server with SSL: Verifying server certificate
071537
  name always failed, because it was compared to an IP address.
071537
071537
* Tue Apr 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.5-1
071537
- IMAP: Several fixes related to mailbox listing in some configs
071537
- director: A lot of fixes and performance improvements
071537
- mbox: Deleting a mailbox didn't delete its index files.
071537
- pop3c: TOP command was sent incorrectly
071537
- trash plugin didn't work properly
071537
- LMTP: Don't add a duplicate Return-Path: header when proxying.
071537
- listescape: Don't unescape namespace prefixes.
071537
071537
* Tue Apr 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.4-2
071537
- close systemd extra sockets that are not configured
071537
071537
* Tue Apr 10 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.4-1
071537
- dovecot updated to 2.1.4
071537
- Proxying SSL connections crashed in v2.1.[23]
071537
- fts-solr: Indexing mail bodies was broken.
071537
- director: Several changes to significantly improve error handling
071537
- doveadm import didn't import messages' flags
071537
- mail_full_filesystem_access=yes was broken
071537
- Make sure IMAP clients can't create directories when accessing
071537
  nonexistent users' mailboxes via shared namespace.
071537
- Dovecot auth clients authenticating via TCP socket could have failed
071537
  with bogus "PID already in use" errors.
071537
071537
* Mon Mar 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.3-1
071537
- dovecot updated to 2.1.3
071537
- multi-dbox format in dovecot 2.1.2 was broken
071537
- temporarily disable check phase until bug #798968 is fixed
071537
071537
* Fri Mar 16 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.2-1
071537
- dovecot updated to 2.1.2
071537
- doveadm sync: If mailbox was expunged empty, messages may have
071537
  become back instead of also being expunged in the other side.
071537
- imap_id_* settings were ignored before login.
071537
- Several fixes to mailbox_list_index=yes
071537
- Previous v2.1.x didn't log all messages at shutdown.
071537
071537
* Thu Mar 01 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-2
071537
- enable fts_lucene plugin (#798661)
071537
071537
* Fri Feb 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-1
071537
- dovecot updated to 2.1.1
071537
- acl plugin + autocreated mailboxes crashed when listing mailboxes
071537
- doveadm force-resync: Don't skip autocreated mailboxes (especially
071537
  INBOX). 
071537
- If process runs out of fds, stop listening for new connections only
071537
  temporarily, not permanently (avoids hangs with process_limit=1
071537
  services)
071537
- auth: passdb imap crashed for non-login authentication (e.g. smtp).
071537
071537
071537
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.0-1
071537
- updated to 2.1.0 (no major changes since .rc6)
071537
- include pigeonhole doc files (NEWS, README, ...)
071537
071537
* Tue Feb 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.7.rc6
071537
- updated to 2.1.rc6
071537
- dbox: Fixed error handling when saving failed or was aborted
071537
- IMAP: Using COMPRESS extension may have caused assert-crashes
071537
- IMAP: THREAD REFS sometimes returned invalid (0) nodes.
071537
- dsync: Fixed handling non-ASCII characters in mailbox names.
071537
071537
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.6.rc5
071537
- use PrivateTmp in systemd unit file
071537
071537
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.5.rc5
071537
- updated to 2.1.rc5
071537
- director: With >2 directors ring syncing might have stalled during
071537
  director connect/disconnect, causing logins to fail.
071537
- LMTP client/proxy: Fixed potential hanging when sending (big) mails
071537
- Compressed mails with external attachments (dbox + SIS + zlib) failed
071537
  sometimes with bogus "cached message size wrong" errors.
071537
071537
* Mon Jan 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.4.rc3
071537
- updated to 2.1.rc3
071537
- dsync was merged into doveadm
071537
- added pop3c (= POP3 client) storage backend
071537
071537
* Wed Dec 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.3.rc1
071537
- allow imap+TLS and pop3+TLS by default
071537
071537
* Fri Dec 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.2.rc1
071537
- call systemd reload in postun
071537
071537
* Wed Nov 30 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.1.rc1
071537
- updated to 2.1.rc1
071537
- major changes since 2.0.x:
071537
- plugins now use UTF-8 mailbox names rather than mUTF-7
071537
- auth_username_format default changed to %%Lu
071537
- solr full text search backend changed to use mailbox GUIDs instead of
071537
  mailbox names, requiring reindexing everything
071537
071537
* Mon Nov 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.16-1
071537
- dovecot updated to 2.0.16
071537
071537
* Mon Oct 24 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.15-2
071537
- do not use obsolete settings in default configuration (#743444)
071537
071537
* Mon Sep 19 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.15-1
071537
- dovecot updated to 2.0.15
071537
- v2.0.14: Index reading could have eaten a lot of memory in some
071537
  situations
071537
- mbox: Fixed crash during mail delivery when mailbox didn't yet have
071537
  GUID assigned to it.
071537
- zlib+mbox: Fetching last message from compressed mailboxes crashed.
071537
071537
* Tue Sep 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-2
071537
- do not enable insecure connections by default
071537
071537
* Mon Aug 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-1
071537
- dovecot updated to 2.0.14
071537
- userdb extra fields can now return name+=value to append to an
071537
  existing name
071537
- script-login attempted an unnecessary config lookup, which usually
071537
  failed with "Permission denied".
071537
- lmtp: Fixed parsing quoted strings with spaces as local-part for
071537
  MAIL FROM and RCPT TO.
071537
- imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
071537
  returned all data sometimes.
071537
- ldap: Fixed random assert-crashing with with sasl_bind=yes.
071537
- Fixes to handling mail chroots
071537
- Fixed renaming mailboxes under different parent with FS layout when
071537
  using separate ALT, INDEX or CONTROL paths.
071537
- zlib: Fixed reading concatenated .gz files.
071537
071537
* Fri Jul 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.13-2
071537
- do not include sysv init script
071537
071537
* Thu May 12 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.13-1
071537
- dovecot updated to 2.0.13
071537
- mdbox purge: Fixed wrong warning about corrupted extrefs.
071537
- script-login binary wasn't actually dropping privileges to the
071537
  user/group/chroot specified by its service settings.
071537
- Fixed potential crashes and other problems when parsing header names
071537
  that contained NUL characters.
071537
071537
* Fri Apr 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-2
071537
- pigeonhole updated to 0.2.3, which includes:
071537
- managesieve: fixed bug in UTF-8 checking of string values
071537
- sieve command line tools now avoid initializing the mail store unless necessary
071537
- removed header MIME-decoding to fix erroneous address parsing
071537
- fixed segfault bug in extension configuration, triggered when unknown
071537
  extension is mentioned in sieve_extensions setting.
071537
071537
* Wed Apr 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-1
071537
- dbox: Fixes to handling external attachments
071537
- dsync: More fixes to avoid hanging with remote syncs
071537
- dsync: Many other syncing/correctness fixes
071537
- doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right
071537
071537
* Mon Mar 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-5
071537
- rebuild with new patch
071537
071537
* Mon Mar 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-4
071537
- fix regression in config file parsing (#690401)
071537
071537
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1:2.0.11-3
071537
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
071537
071537
* Wed Mar 23 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-2
071537
- rebuild because of updated dependencies
071537
071537
* Mon Mar 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-1
071537
- IMAP: Fixed hangs with COMPRESS extension
071537
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox. 
071537
- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
071537
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
071537
071537
* Thu Feb 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.9-3
071537
- add missing section to dovecot's systemd service file
071537
071537
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.9-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
071537
071537
* Thu Jan 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.9-1
071537
- dovecot updated to 2.0.9
071537
- fixed a high system CPU usage / high context switch count performance problem
071537
- lda: Fixed a crash when trying to send "out of quota" reply
071537
071537
* Mon Dec 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-3
071537
- add full path and check to restorecon in post
071537
071537
* Tue Dec 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-2
071537
- fix s/foobar/dovecot/ typo in post script
071537
071537
* Tue Dec 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-1
071537
- dovecot updated to 2.0.8, pigeonhole updated to 0.2.2
071537
- services' default vsz_limits weren't being enforced correctly
071537
- added systemd support
071537
- dbox: Fixes to handling external mail attachments
071537
- imap, pop3: When service { client_count } was larger than 1, the
071537
  log messages didn't use the correct prefix
071537
- MySQL: Only the first specified host was ever used
071537
071537
* Mon Nov 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-3
071537
- make it work with /var/run on tmpfs (#656577)
071537
071537
* Tue Nov 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-2
071537
- fix regression with  valid_chroot_dirs being ignored (#654083)
071537
071537
* Tue Nov 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-1
071537
- dovecot updated to 2.0.7
071537
- IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
071537
- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. 
071537
- quota: Don't count virtual mailboxes in quota
071537
- doveadm expunge didn't always actually do the physical expunging
071537
- Fixed some index reading optimizations introduced by v2.0.5.
071537
- LMTP proxying fixes
071537
071537
* Fri Oct 22 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.6-1
071537
- dovecot updated to 2.0.6
071537
- Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry
071537
  servers happy.
071537
- auth: auth_cache_negative_ttl default was 0 in earlier v2.0.x, but it
071537
  was supposed to be 1 hour as in v1.x. Changed it back to 1h.
071537
- doveadm: Added import command for importing mails from other storages.
071537
- Reduced NFS I/O operations for index file accesses
071537
- dbox, Maildir: When copying messages, copy also already cached fields
071537
  from dovecot.index.cache
071537
- Maildir: LDA/LMTP assert-crashed sometimes when saving a mail.
071537
- Fixed leaking fds when writing to dovecot.mailbox.log.
071537
- Fixed rare dovecot.index.cache corruption
071537
- IMAP: SEARCH YOUNGER/OLDER wasn't working correctly
071537
071537
* Mon Oct 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.5-1
071537
- dovecot updated to 2.0.5
071537
- acl: Fixed the logic of merging multiple ACL entries
071537
- sdbox: Fixed memory leak when copying messages with hard links. 
071537
- zlib: Fixed several crashes, which mainly showed up with mbox.
071537
- quota: Don't crash if user has quota disabled, but plugin loaded.
071537
- acl: Fixed crashing when sometimes listing shared mailboxes via dict proxy.
071537
071537
* Tue Sep 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.4-1
071537
- dovecot updated to 2.0.4
071537
- multi-dbox: If :INDEX=path is specified, keep storage/dovecot.map.index* 
071537
  files also in the index path rather than in the main storage directory.
071537
- dsync: POP3 UIDLs weren't copied with Maildir
071537
- dict file: Fixed fd leak (showed up easily with LMTP + quota)
071537
071537
* Mon Sep 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.3-1
071537
- dovecot updated to 2.0.3
071537
- dovecot-lda: Removed use of non-standard Envelope-To: header as 
071537
  a default for -a
071537
- dsync: Fixed handling \Noselect mailboxes
071537
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
071537
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
071537
071537
* Thu Sep 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.2-1
071537
- dovecot updated
071537
- vpopmail support is disabled for now, since it's broken. You can use
071537
  it via checkpassword support or its sql/ldap database directly.
071537
- maildir: Fixed "duplicate uidlist entry" errors that happened at
071537
  least with LMTP when mail was delivered to multiple recipients
071537
- Deleting ACLs didn't cause entries to be removed from acl_shared_dict
071537
- mail_max_lock_timeout setting wasn't working with all locks
071537
071537
* Wed Aug 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.1-1
071537
- dovecot and pigeonhole updated
071537
- sieve: sieved renamed to sieve-dump
071537
- when dsync is started as root, remote dsync command is now also executed 
071537
  as root instead of with dropped privileges.
071537
- IMAP: QRESYNC parameters for SELECT weren't handled correctly.
071537
- UTF-8 string validity checking wasn't done correctly
071537
- dsync: Fixed a random assert-crash with remote dsyncing
071537
071537
* Tue Aug 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-1
071537
- dovecot and pigeonhole updated
071537
- dict quota didn't always decrease quota when messages were expunged
071537
- Shared INBOX wasn't always listed with FS layout
071537
071537
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.21.rc5
071537
- dovecot and pigeonhole updated
071537
- Using more than 2 plugins could have caused broken behavior
071537
- Listescape plugin fixes
071537
- mbox: Fixed a couple of assert-crashes
071537
- mdbox: Fixed potential assert-crash when saving multiple messages 
071537
  in one transaction
071537
071537
* Thu Aug 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.20.rc4
071537
- dovecot and pigeonhole updated
071537
- doveadm mailbox status: Fixed listing non-ASCII mailbox names. 
071537
- doveadm fetch: Fixed output when fetching message header or body
071537
- doveadm director map/add/remove: Fixed handling IP address as parameter. 
071537
- dsync: A few more fixes
071537
071537
* Wed Jul 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.19.rc3
071537
- dovecot and pigeonhole updated
071537
- fixed lda + sieve crash
071537
- added mail_temp_dir setting, used by deliver and lmtp for creating
071537
  temporary mail files. Default is /tmp.
071537
- imap: Fixed checking if list=children namespace has children.
071537
- mdbox: Race condition fixes related to copying and purging
071537
071537
* Fri Jul 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.18.rc2.20100716
071537
- dovecot and pigeonhole updated
071537
- enabled pigeonhole's build time test suite
071537
- acl: Fixed crashon FS layout with non-default hierarchy separator
071537
- dbox renamed to sdbox
071537
- dsync fixes and improvements
071537
071537
* Mon Jul 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.17.rc2.20100712
071537
- dovecot and pigeonhole updated
071537
- fixed a crash with empty mail_plugins
071537
- fixed sharing INBOX to other users
071537
- director+LMTP proxy wasn't working correctly
071537
- v1.x config parser failed with some settings if pigeonhole wasn't installed.
071537
- virtual: If non-matching messages weren't expunged within same session,
071537
  they never got expunged.
071537
071537
* Wed Jul 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.16.rc1.20100707
071537
- updated dovecot and pigeonhole
071537
- a lot of dsync fixes
071537
- improved (m)dbox recovery
071537
071537
* Mon Jun 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.15.beta6.20100626
071537
- updated dovecot, pigeonhole and man pages
071537
- moved disable_plaintext_auth to 10-auth.conf
071537
- mdbox: Fixed assert-crash on storage rebuild if file got lost
071537
- lib-charset: Don't assert-crash when iconv() skips lots of invalid input
071537
- master: Fixed crash on deinit (maybe also on reload)
071537
071537
* Thu Jun 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.14.beta5.20100610
071537
- dovecot updated 
071537
- lib-storage: Fixed accessing uncommitted saved mails with dsync
071537
- example-config: Moved ACL and quota settings to a separate .conf files
071537
- dbox, mdbox: Fixed race conditions when creating mailboxes
071537
071537
* Mon May 31 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.13.beta5.20100529
071537
- dovecot and pigeonhole updated
071537
- enable solr fulltext search
071537
- master: Fixed crash on config reload
071537
- lib-storage: Don't assert-crash when copying a mail fails
071537
071537
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.12.beta5.20100515
071537
- dovenull is unauthorized user, needs own dovenull group
071537
071537
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.11.beta5.20100515
071537
- fix typo in dovenull username
071537
071537
* Mon May 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.9.beta5.20100515
071537
- pigeonhole and dovecot updated to snapshot 20100515
071537
- fix crash for THREAD command
071537
071537
* Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.8.beta4.20100505
071537
- pigeonhole and dovecot updated to snapshot 20100505
071537
- mdbox: Avoid rebuilding storage if another process already did it
071537
- lib-storage: Fixed () sublists in IMAP SEARCH parser
071537
- example-config: auth-checkpassword include wasn't listed in 10-auth.conf
071537
- doveadm: Added search command
071537
- lib-master: Don't crash after timeouting an auth-master request
071537
- master: If inet listener uses DNS name, which returns multiple IPs, 
071537
  listen in all of them
071537
071537
* Wed Apr 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.7.beta4.20100427
071537
- updated to snapshot 20100427
071537
- doveconf <setting name> now prints only the one setting's value
071537
- mdbox: Automatically delete old temp.* files from storage/ directory
071537
- mdbox: use flock locking by default
071537
071537
* Wed Apr 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.6.beta4.20100421
071537
- updated to snapshot 20100421
071537
- mdbox: Purge crashed if it purged all messages from a file
071537
- lib-storage: Shared namespace's prefix_len wasn't updated after prefix was truncated
071537
- imap-quota: Iterate quota roots only once when replying to GETQUOTAROOT
071537
- idle: Do cork/uncork when sending "OK Still here" notification
071537
- login: If proxy returns ssl=yes and no port, switch port to imaps/pop3s
071537
071537
* Wed Apr 14 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.5.beta4.20100414
071537
- add make check
071537
- updated to snapshot 20100414
071537
- config: Added nn- prefix to *.conf files so the sort ordering makes more sense
071537
- lib-master: Log an error if login client disconnects too early
071537
- mdbox: If purging found corrupted files, it didn't auto-rebuild storage
071537
- lib-storage: Added support for searching save date
071537
- and more...
071537
- pigeonhole updated:
071537
- Mailbox extension: fixed memory leak in the mailboxexists test
071537
- added login failure handler
071537
071537
* Tue Apr 06 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.4.beta4.20100406
071537
- updated to snapshot 20100406
071537
- auth: If userdb lookup fails internally, don't cache the result.
071537
- Added support for userdb lookup to fail with a reason
071537
- sdbox: mailbox_update() could have changed UIDVALIDITY incorrectly
071537
- layout=maildir++: Fixed deleting mailboxes with mailbox=file storages
071537
- Fixed potential problems with parsing invalid address groups.
071537
- dsync: Don't repeatedly try to keep opening the same failing mailbox
071537
- lib-storage: Don't crash if root mail directory isn't given.
071537
071537
* Tue Mar 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.3.beta4.20100330
071537
- fix certs location in ssl.conf
071537
071537
* Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.2.beta4.aefa279e2c70
071537
- update to snapshot aefa279e2c70 from 2010-03-27
071537
- fixes complains about missing tcpwrap (#577426)
071537
071537
* Thu Mar 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.1.beta4
071537
- dovecot updated to 2.0 beta 4
071537
071537
* Fri Mar 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.11-2
071537
- fix missing bzip2 support in zlib plugin (#572797)
071537
071537
* Tue Mar 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.11-1
071537
- updated to 1.2.11
071537
- mbox: Message header reading was unnecessarily slow. Fetching a
071537
  huge header could have resulted in Dovecot eating a lot of CPU.
071537
  Also searching messages was much slower than necessary.
071537
- maildir: Reading uidlist could have ended up in an infinite loop.
071537
- IMAP IDLE: v1.2.7+ caused extra load by checking changes every
071537
  0.5 seconds after a change had occurred in mailbox
071537
071537
* Tue Feb 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-4
071537
- move libs to correct package
071537
071537
* Fri Feb 19 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-3
071537
- merged dovecot-sieve and dovecot-managesieve into dovecot-pigeonhole
071537
- merged dovecot-sqlite, dovecot-gssapi and dovecot-ldap into dovecot
071537
071537
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-2
071537
- updated sive and managesieve
071537
- Added preliminary support for Sieve plugins and added support for
071537
  installing Sieve development headers
071537
- Variables extension: added support for variable namespaces.
071537
- Added configurable script size limit. Compiler will refuse to
071537
  compile files larger than sieve_max_script_size.
071537
- Fixed a bug in the i;ascii-numeric comparator. If one of the
071537
  strings started with a non-digit character, the comparator would
071537
  always yield less-than.
071537
- Imap4flags extension: fixed bug in removeflag: removing a single
071537
  flag failed due to off-by-one error (bug report by Julian Cowley).
071537
- Fixed parser recovery. In particular cases it would trigger spurious
071537
  errors after an initial valid error and sometimes additional errors
071537
  were inappropriately ignored.
071537
- Implemented ManageSieve QUOTA enforcement.
071537
- Added MAXREDIRECTS capability after login.
071537
- Implemented new script name rules specified in most recent
071537
  ManageSieve draft.
071537
- Fixed assertion failure occuring with challenge-response SASL
071537
  mechanisms.
071537
071537
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-1
071537
- updated to 1.2.10
071537
- %%variables now support %%{host}, %%{pid} and %%{env:ENVIRONMENT_NAME}
071537
  everywhere.
071537
- LIST-STATUS capability is now advertised
071537
- maildir: Fixed several assert-crashes.
071537
- imap: LIST "" inbox shouldn't crash when using namespace with
071537
  "INBOX." prefix.
071537
- lazy_expunge now ignores non-private namespaces.
071537
071537
* Tue Dec 22 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-2
071537
- sieve updated to 0.1.14
071537
- managesieve updated to 0.11.10 
071537
071537
* Fri Dec 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-1
071537
- updated to 1.2.9
071537
- maildir: When saving, filenames now always contain ,S=<size>.
071537
  Previously this was done only when quota plugin was loaded. It's
071537
  required for zlib plugin and may be useful for other things too.
071537
- maildir: v1.2.7 and v1.2.8 caused assert-crashes in
071537
  maildir_uidlist_records_drop_expunges()
071537
- maildir_copy_preserve_filename=yes could have caused crashes.
071537
- Maildir++ quota: % limits weren't updated when limits were read
071537
  from maildirsize.
071537
- virtual: v1.2.8 didn't fully fix the "lots of mailboxes" bug
071537
- virtual: Fixed updating virtual mailbox based on flag changes.
071537
- fts-squat: Fixed searching multi-byte characters.
071537
071537
* Wed Nov 25 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-4
071537
- spec cleanup
071537
071537
* Tue Nov 24 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-3
071537
- fix dovecot's restart after update (#518753)
071537
071537
* Tue Nov 24 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-2
071537
- fix initdddir typo (for rhel rebuilds)
071537
071537
* Fri Nov 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-1
071537
- update to dovecot 1.2.8
071537
071537
* Mon Nov 16 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.7-2
071537
- use originall managesieve to dovecot diff
071537
- EPEL-ize spec for rhel5 rebuilds (#537666)
071537
071537
* Fri Nov 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.7-1
071537
- updated to dovecot 1.2.7
071537
- add man pages
071537
- IMAP: IDLE now sends "Still here" notifications to same user's
071537
  connections at the same time. This hopefully reduces power usage
071537
  of some mobile clients that use multiple IDLEing connections.
071537
- IMAP: If imap_capability is set, show it in the login banner.
071537
- IMAP: Implemented SORT=DISPLAY extension.
071537
- Login process creation could have sometimes failed with epoll_ctl()
071537
  errors or without epoll probably some other strange things could
071537
  have happened.
071537
- Maildir: Fixed some performance issues
071537
- Maildir: Fixed crash when using a lot of keywords.
071537
- Several fixes to QRESYNC extension and modseq handling
071537
- mbox: Make sure failed saves get rolled back with NFS.
071537
- dbox: Several fixes.
071537
071537
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-5
071537
- spec cleanup
071537
071537
* Wed Oct 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-4
071537
- imap-login: If imap_capability is set, show it in the banner 
071537
  instead of the default (#524485)
071537
071537
* Mon Oct 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-3
071537
- sieve updated to 0.1.13 which brings these changes:
071537
- Body extension: implemented proper handling of the :raw transform
071537
  and added various new tests to the test suite. However, :content
071537
  "multipart" and :content "message/rfc822" are still not working.
071537
- Fixed race condition occuring when multiple instances are saving the
071537
  same binary (patch by Timo Sirainen).
071537
- Body extension: don't give SKIP_BODY_BLOCK flag to message parser,
071537
  we want the body!
071537
- Fixed bugs in multiscript support; subsequent keep actions were not
071537
  always merged correctly and implicit side effects were not always
071537
  handled correctly.
071537
- Fixed a segfault bug in the sieve-test tool occuring when compile
071537
  fails.
071537
- Fixed segfault bug in action procesing. It was triggered while
071537
  merging side effects in duplicate actions.
071537
- Fixed bug in the Sieve plugin that caused it to try to stat() a NULL
071537
  path, yielding a 'Bad address' error.
071537
071537
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-2
071537
- fix init script for case when no action was specified
071537
071537
* Tue Oct 06 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-1
071537
- dovecot updated to 1.2.6
071537
- Added authtest utility for doing passdb and userdb lookups.
071537
- login: ssl_security string now also shows the used compression.
071537
- quota: Don't crash with non-Maildir++ quota backend.
071537
- imap proxy: Fixed crashing with some specific password characters.
071537
- fixed broken dovecot --exec-mail.
071537
- Avoid assert-crashing when two processes try to create index at the
071537
  same time.
071537
071537
* Tue Sep 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.5-2
071537
- build with libcap enabled
071537
071537
* Thu Sep 17 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.5-1
071537
- updated to dovecot 1.2.5
071537
- Authentication: DIGEST-MD5 and RPA mechanisms no longer require
071537
  user's login realm to be listed in auth_realms. It only made
071537
  configuration more difficult without really providing extra security.
071537
- zlib plugin: Don't allow clients to save compressed data directly.
071537
  This prevents users from exploiting (most of the) potential security
071537
  holes in zlib/bzlib.
071537
- fix index file handling that could have caused an assert-crash
071537
- IMAP: Fixes to QRESYNC extension.
071537
- deliver: Don't send rejects to any messages that have Auto-Submitted
071537
  header. This avoids emails loops.
071537
071537
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.2.4-3
071537
- use password-auth common PAM configuration instead of system-auth
071537
071537
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.2.4-2
071537
- rebuilt with new openssl
071537
071537
* Fri Aug 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.4-1
071537
- updated: dovecot 1.2.4, managesieve 0.11.9, sieve 0.1.12
071537
- fixed a crash in index file handling
071537
- fixed a crash in saving messages where message contained a CR
071537
  character that wasn't followed by LF
071537
- fixed a crash when listing shared namespace prefix
071537
- sieve: implemented the new date extension. This allows matching
071537
  against date values in header fields and the current date at
071537
  the time of script evaluation
071537
- managesieve: reintroduced ability to abort SASL with "*" response
071537
071537
* Mon Aug 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.3-1
071537
- updated: dovecot 1.2.3, managesieve 0.11.8, sieve 0.1.11
071537
- Mailbox names with control characters can't be created anymore.
071537
  Existing mailboxes can still be accessed though.
071537
- Allow namespace prefix to be opened as mailbox, if a mailbox
071537
  already exists in the root dir.
071537
- Maildir: dovecot-uidlist was being recreated every time a mailbox
071537
  was accessed, even if nothing changed.
071537
- listescape plugin was somewhat broken
071537
- ldap: Fixed hang when >128 requests were sent at once.
071537
- fts_squat: Fixed crashing when searching virtual mailbox.
071537
- imap: Fixed THREAD .. INTHREAD crashing.
071537
071537
* Tue Jul 28 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.2-1.20090728snap
071537
- updated to post 1.2.2 snapshot (including post release GSSAPI fix)
071537
- Fixed "corrupted index cache file" errors
071537
- IMAP: FETCH X-* parameters weren't working.
071537
- Maildir++ quota: Quota was sometimes updated wrong
071537
- Dovecot master process could hang if it received signals too rapidly
071537
071537
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.1-3
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
071537
071537
* Thu Jul 23 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.1-2
071537
- updated sieve plugin to 0.1.9
071537
071537
* Mon Jul 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.1-1
071537
- updated to 1.2.1
071537
- GSSAPI authentication is fixed (#506782)
071537
- logins now fail if home directory path is relative, because it was 
071537
  not working correctly and never was expected to work
071537
- sieve and managesieve update
071537
071537
* Mon Apr 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc3.1
071537
- updated to 1.2.rc3
071537
071537
* Mon Apr 06 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc2.1
071537
- updated to 1.2.rc2
071537
071537
* Mon Mar 30 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.beta4.2
071537
- fix typo and rebuild
071537
071537
* Mon Mar 30 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.beta4.1
071537
- spec clean-up
071537
- updated to 1.2.beta4
071537
071537
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.11-2
071537
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
071537
071537
* Wed Feb 11 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.11-1
071537
- updated to 1.1.11
071537
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
071537
  not to save keywords.
071537
- auth: Using "username" or "domain" passdb fields caused problems
071537
  with cache and blocking passdbs in v1.1.8 .. v1.1.10.   
071537
- userdb prefetch + blocking passdbs was broken with non-plaintext
071537
  auth in v1.1.8 .. v1.1.10.
071537
071537
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.10-1
071537
- updated to 1.1.10
071537
071537
* Sat Jan 24 2009 Dan Horak <dan[at]danny.cz> - 1:1.1.8-3
071537
- rebuild with new mysql
071537
071537
* Tue Jan 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.8-2
071537
- added managesieve support (thanks Helmut K. C. Tessarek)
071537
071537
* Thu Jan 8 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.8-1
071537
- dovecot updated to 1.1.8
071537
- sieve-plugin updated to 1.1.6
071537
071537
* Tue Dec 2 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.7-2
071537
- revert changes from 1:1.1.6-2 and 1:1.1.6-1
071537
- password can be stored in different file readable only for root 
071537
  via !include_try directive
071537
071537
* Tue Dec 2 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.7-1
071537
- update to upstream version 1.1.7
071537
071537
* Mon Nov 3 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.6-2
071537
- changed comment in sysconfig to match actual state
071537
071537
* Mon Nov 3 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.6-1
071537
- update to upstream version 1.1.6
071537
- change permissions of deliver and dovecot.conf to prevent possible password exposure
071537
071537
* Wed Oct 29 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.5-1
071537
- update to upstream version 1.1.5 (Resolves: CVE-2008-4577, CVE-2008-4578)
071537
071537
* Tue Sep  2 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.3-1
071537
- update to upstream version 1.1.3
071537
071537
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-2
071537
- really ask for the password during start-up
071537
071537
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-1
071537
- update to upstream version 1.1.2
071537
- final solution for #445200 (add /etc/sysconfig/dovecot for start-up options)
071537
071537
* Fri Jun 27 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-2
071537
- update default settings to listen on both IPv4 and IPv6 instead of IPv6 only
071537
071537
* Sun Jun 22 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-1
071537
- update to upstream version 1.1.1
071537
071537
* Sat Jun 21 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.0-1
071537
- update to upstream version 1.1.0
071537
- update sieve plugin to 1.1.5
071537
- remove unnecessary patches
071537
- enable ldap and gssapi plugins
071537
- change ownership of dovecot.conf (Resolves: #452088)
071537
071537
* Wed Jun 18 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-4
071537
- update init script (Resolves: #451838)
071537
071537
* Fri Jun  6 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-3
071537
- build devel subpackage (Resolves: #306881)
071537
071537
* Thu Jun  5 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-2
071537
- install convert-tool (Resolves: #450010)
071537
071537
* Tue Jun  3 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-1
071537
- update to upstream version 1.0.14
071537
- remove setcred patch (use of setcred must be explictly enabled in config)
071537
071537
* Thu May 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.13-8
071537
- update scriptlets to follow UsersAndGroups guideline
071537
- remove support for upgrading from version < 1.0 from scriptlets
071537
- Resolves: #448095
071537
071537
* Tue May 20 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.13-7
071537
- spec file cleanup
071537
- update sieve plugin to 1.0.3
071537
- Resolves: #445200, #238018
071537
071537
* Sun Mar 09 2008 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.13-6
071537
- update to latest upstream stable (1.0.13)
071537
071537
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.10-5
071537
- Autorebuild for GCC 4.3
071537
071537
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.10-4
071537
- update to latest upstream stable (1.0.10)
071537
071537
* Wed Dec 05 2007 Jesse Keating <jkeating@redhat.com> - 1:1.0.7-3
071537
- Bump for deps
071537
071537
* Mon Nov 05 2007 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.7-2
071537
- update to latest upstream stable (1.0.7)
071537
- added the winbind patch (#286351)
071537
071537
* Tue Sep 25 2007 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.5-1
071537
- downgraded to lastest upstream stable (1.0.5)
071537
071537
* Wed Aug 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-16.1.alpha3
071537
- updated license tags
071537
071537
* Mon Aug 13 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-16.alpha3
071537
- updated to latest upstream alpha
071537
- update dovecot-sieve to 0367450c9382 from hg
071537
071537
* Fri Aug 10 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-15.alpha2
071537
- updated to latest upstream alpha
071537
- split ldap and gssapi plugins to subpackages
071537
071537
* Wed Jul 25 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-14.6.hg.a744ae38a9e1
071537
- update to a744ae38a9e1 from hg
071537
- update dovecot-sieve to 131e25f6862b from hg and enable it again
071537
071537
* Thu Jul 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-14.5.alpha1
071537
- update to latest upstream alpha
071537
- don't build dovecot-sieve, it's only for 1.0
071537
071537
* Sun Jul 15 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.2-13.5
071537
- update to latest upstream
071537
071537
* Mon Jun 18 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.1-12.5
071537
- update to latest upstream
071537
071537
* Fri Jun 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11.7
071537
- specfile merge from 145241 branch
071537
    - new sql split patch
071537
    - support for not building all sql modules
071537
    - split sql libraries to separate packages
071537
071537
* Sat Apr 14 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11.1
071537
- dovecot-1.0.beta2-pam-tty.patch is no longer needed
071537
071537
* Fri Apr 13 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11
071537
- update to latest upstream
071537
071537
* Tue Apr 10 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-10.rc31
071537
- update to latest upstream
071537
071537
* Fri Apr 06 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-9.rc30
071537
- update to latest upstream
071537
071537
* Fri Mar 30 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-8.1.rc28
071537
- spec file cleanup (fixes docs path)
071537
071537
* Fri Mar 23 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-8.rc28
071537
- update to latest upstream
071537
071537
* Mon Mar 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-7.rc27
071537
- use dovecot-sieve's version for the package
071537
071537
* Mon Mar 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-6.rc27
071537
- update to latest upstream
071537
- added dovecot-sieve
071537
071537
* Fri Mar 02 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-5.rc25
071537
- update to latest upstream
071537
071537
* Sun Feb 25 2007 Jef Spaleta <jspaleta@gmail.com> - 1.0-4.rc22
071537
- Merge review changes
071537
071537
* Thu Feb 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-3.rc22
071537
- update to latest upstream, fixes a few bugs
071537
071537
* Mon Jan 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-2.rc17
071537
- update to latest upstream, fixes a few bugs
071537
071537
* Thu Dec 21 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.1.rc15
071537
- reenabled GSSAPI (#220377)
071537
071537
* Tue Dec 05 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.rc15
071537
- update to latest upstream, fixes a few bugs, plus a security
071537
  vulnerability (#216508, CVE-2006-5973)
071537
071537
* Tue Oct 10 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.3.rc7
071537
- fix few inconsistencies in specfile, fixes #198940
071537
071537
* Wed Oct 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.2.rc7
071537
- fix default paths in the example mkcert.sh to match configuration
071537
  defaults (fixes #183151)
071537
071537
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.1.rc7
071537
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
071537
071537
* Fri Sep 22 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc7
071537
- update to latest upstream release candidate, should fix occasional
071537
  hangs and mbox issues... INBOX. namespace is still broken though
071537
- do not run over symlinked certificates in new locations on upgrade
071537
071537
* Tue Aug 15 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2.2
071537
- include /var/lib/dovecot in the package, prevents startup failure
071537
  on new installs
071537
071537
* Mon Jul 17 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2.1
071537
- reenable inotify and see what happens
071537
071537
* Thu Jul 13 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2
071537
- update to latest upstream release candidate
071537
- disable inotify for now, doesn't build -- this needs fixing though
071537
071537
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta8.2.1
071537
- rebuild
071537
071537
* Thu Jun 08 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta8.2
071537
- put back pop3_uidl_format default that got lost
071537
  in the beta2->beta7 upgrade (would cause pop3 to not work
071537
  at all in many situations)
071537
071537
* Thu May 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta8.1
071537
- upgrade to latest upstream beta release (beta8)
071537
- contains a security fix in mbox handling
071537
071537
* Thu May 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta7.1
071537
- upgrade to latest upstream beta release
071537
- fixed BR 173048
071537
071537
* Fri Mar 17 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.8
071537
- fix sqlite detection in upstream configure checks, second part
071537
  of #182240
071537
071537
* Wed Mar  8 2006 Bill Nottingham <notting@redhat.com> - 1.0-0.beta2.7
071537
- fix scriplet noise some more
071537
071537
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 1.0-0.beta2.6
071537
- fix scriptlet error (mitr, #184151)
071537
071537
* Mon Feb 27 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.5
071537
- fix #182240 by looking in lib64 for libs first and then lib
071537
- fix comment #1 in #182240 by copying over the example config files
071537
  to documentation directory
071537
071537
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta2.4.1
071537
- bump again for double-long bug on ppc(64)
071537
071537
* Thu Feb 09 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.4
071537
- enable inotify as it should work now (#179431)
071537
071537
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta2.3.1
071537
- rebuilt for new gcc4.1 snapshot and glibc changes
071537
071537
* Thu Feb 02 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.3
071537
- change the compiled-in defaults and adjust the default's configfile
071537
  commented-out example settings to match compiled-in defaults,
071537
  instead of changing the defaults only in the configfile, as per #179432
071537
- fix #179574 by providing a default uidl_format for pop3
071537
- half-fix #179620 by having plaintext auth enabled by default... this
071537
  needs more thinking (which one we really want) and documentation
071537
  either way
071537
071537
* Tue Jan 31 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.2
071537
- update URL in description
071537
- call dovecot --build-ssl-parameters in postinst as per #179430
071537
071537
* Mon Jan 30 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.1
071537
- fix spec to work with BUILD_DIR != SOURCE_DIR
071537
- forward-port and split pam-nocred patch
071537
071537
* Mon Jan 23 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2
071537
- new upstream version, hopefully fixes #173928, #163550
071537
- fix #168866, use install -p to install documentation
071537
071537
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
071537
- rebuilt
071537
071537
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> - 0.99.14-10.fc5
071537
- Rebuild due to mysql update.
071537
071537
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> - 0.99.14-9.fc5
071537
- rebuilt with new openssl
071537
071537
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 0.99.14-8.fc5
071537
- use include instead of pam_stack in pam config
071537
071537
* Wed Jul 27 2005 John Dennis <jdennis@redhat.com> - 0.99.14-7.fc5
071537
- fix bug #150888, log authenication failures with ip address
071537
071537
* Fri Jul 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-6.fc5
071537
- fix bug #149673, add dummy PAM_TTY
071537
071537
* Thu Apr 28 2005 John Dennis <jdennis@redhat.com> - 0.99.14-5.fc4
071537
- fix bug #156159 insecure location of restart flag file
071537
071537
* Fri Apr 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-4.fc4
071537
- openssl moved its certs, CA, etc. from /usr/share/ssl to /etc/pki
071537
071537
* Tue Apr 12 2005 Tom Lane <tgl@redhat.com> 0.99.14-3.fc4
071537
- Rebuild for Postgres 8.0.2 (new libpq major version).
071537
071537
* Mon Mar  7 2005 John Dennis <jdennis@redhat.com> 0.99.14-2.fc4
071537
- bump rev for gcc4 build
071537
071537
* Mon Feb 14 2005 John Dennis <jdennis@redhat.com> - 0.99.14-1.fc4
071537
- fix bug #147874, update to 0.99.14 release
071537
  v0.99.14 2005-02-11  Timo Sirainen <tss at iki.fi>
071537
  - Message address fields are now parsed differently, fixing some
071537
    issues with spaces. Affects only clients which use FETCH ENVELOPE
071537
    command.
071537
  - Message MIME parser was somewhat broken with missing MIME boundaries
071537
  - mbox: Don't allow X-UID headers in mails to override the UIDs we
071537
    would otherwise set. Too large values can break some clients and
071537
    cause other trouble.
071537
  - passwd-file userdb wasn't working
071537
  - PAM crashed with 64bit systems
071537
  - non-SSL inetd startup wasn't working
071537
  - If UID FETCH notices and skips an expunged message, don't return
071537
    a NO reply. It's not needed and only makes clients give error
071537
    messages.
071537
071537
* Wed Feb  2 2005 John Dennis <jdennis@redhat.com> - 0.99.13-4.devel
071537
- fix bug #146198, clean up temp kerberos tickets
071537
071537
* Mon Jan 17 2005 John Dennis <jdennis@redhat.com> 0.99.13-3.devel
071537
- fix bug #145214, force mbox_locks to fcntl only
071537
- fix bug #145241, remove prereq on postgres and mysql, allow rpm auto
071537
  dependency generator to pick up client lib dependency if needed.
071537
071537
* Thu Jan 13 2005 John Dennis <jdennis@redhat.com> 0.99.13-2.devel
071537
- make postgres & mysql conditional build
071537
- remove execute bit on migration example scripts so rpm does not pull
071537
  in additional dependences on perl and perl modules that are not present
071537
  in dovecot proper.
071537
- add REDHAT-FAQ.txt to doc directory
071537
071537
* Thu Jan  6 2005 John Dennis <jdennis@redhat.com> 0.99.13-1.devel
071537
- bring up to date with latest upstream, 0.99.13, bug #143707
071537
  also fix bug #14462, bad dovecot-uid macro name
071537
071537
* Thu Jan  6 2005 John Dennis <jdennis@redhat.com> 0.99.11-10.devel
071537
- fix bug #133618, removed LITERAL+ capability from capability string
071537
071537
* Wed Jan  5 2005 John Dennis <jdennis@redhat.com> 0.99.11-9.devel
071537
- fix bug #134325, stop dovecot during installation
071537
071537
* Wed Jan  5 2005 John Dennis <jdennis@redhat.com> 0.99.11-8.devel
071537
- fix bug #129539, dovecot starts too early,
071537
  set chkconfig to 65 35 to match cyrus-imapd
071537
- also delete some old commented out code from SSL certificate creation
071537
071537
* Thu Dec 23 2004 John Dennis <jdennis@redhat.com> 0.99.11-7.devel
071537
- add UW to Dovecot migration documentation and scripts, bug #139954
071537
  fix SSL documentation and scripts, add missing documentation, bug #139276
071537
071537
* Mon Nov 15 2004 Warren Togami <wtogami@redhat.com> 0.99.11-2.FC4.1
071537
- rebuild against MySQL4
071537
071537
* Thu Oct 21 2004 John Dennis <jdennis@redhat.com>
071537
- fix bug #136623
071537
  Change License field from GPL to LGPL to reflect actual license
071537
071537
* Thu Sep 30 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.3
071537
- fix bug #124786, listen to ipv6 as well as ipv4
071537
071537
* Wed Sep  8 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.1
071537
- bring up to latest upstream,
071537
  comments from Timo Sirainen <tss at iki.fi> on release v0.99.11 2004-09-04  
071537
  + 127.* and ::1 IP addresses are treated as secured with
071537
    disable_plaintext_auth = yes
071537
  + auth_debug setting for extra authentication debugging
071537
  + Some documentation and error message updates
071537
  + Create PID file in /var/run/dovecot/master.pid
071537
  + home setting is now optional in static userdb
071537
  + Added mail setting to static userdb
071537
  - After APPENDing to selected mailbox Dovecot didn't always notice the
071537
    new mail immediately which broke some clients
071537
  - THREAD and SORT commands crashed with some mails
071537
  - If APPENDed mail ended with CR character, Dovecot aborted the saving
071537
  - Output streams sometimes sent data duplicated and lost part of it.
071537
    This could have caused various strange problems, but looks like in
071537
    practise it rarely caused real problems.
071537
071537
* Wed Aug  4 2004 John Dennis <jdennis@redhat.com>
071537
- change release field separator from comma to dot, bump build number
071537
071537
* Mon Aug  2 2004 John Dennis <jdennis@redhat.com> 0.99.10.9-1,FC3,1
071537
- bring up to date with latest upstream, fixes include:
071537
- LDAP support compiles now with Solaris LDAP library
071537
- IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
071537
  didn't contain Content-Type header.
071537
- MySQL and PostgreSQL auth didn't reconnect if connection was lost
071537
  to SQL server
071537
- Linking fixes for dovecot-auth with some systems
071537
- Last fix for disconnecting client when downloading mail longer than
071537
  30 seconds actually made it never disconnect client. Now it works
071537
  properly: disconnect when client hasn't read _any_ data for 30
071537
  seconds.
071537
- MySQL compiling got broken in last release
071537
- More PostgreSQL reconnection fixing
071537
071537
071537
* Mon Jul 26 2004 John Dennis <jdennis@redhat.com> 0.99.10.7-1,FC3,1
071537
- enable postgres and mySQL in build
071537
- fix configure to look for mysql in alternate locations
071537
- nuke configure script in tar file, recreate from configure.in using autoconf
071537
071537
- bring up to latest upstream, which included:
071537
- Added outlook-pop3-no-nuls workaround to fix Outlook hang in mails with NULs.
071537
- Config file lines can now contain quoted strings ("value ")
071537
- If client didn't finish downloading a single mail in 30 seconds,
071537
  Dovecot closed the connection. This was supposed to work so that
071537
  if client hasn't read data at all in 30 seconds, it's disconnected.
071537
- Maildir: LIST now doesn't skip symlinks
071537
071537
071537
* Wed Jun 30 2004 John Dennis <jdennis@redhat.com>
071537
- bump rev for build
071537
- change rev for FC3 build
071537
071537
* Fri Jun 25 2004 John Dennis <jdennis@redhat.com> - 0.99.10.6-1
071537
- bring up to date with upstream,
071537
  recent change log comments from Timo Sirainen were:
071537
  SHA1 password support using OpenSSL crypto library
071537
  mail_extra_groups setting
071537
  maildir_stat_dirs setting
071537
  Added NAMESPACE capability and command
071537
  Autocreate missing maildirs (instead of crashing)
071537
  Fixed occational crash in maildir synchronization
071537
  Fixed occational assertion crash in ioloop.c
071537
  Fixed FreeBSD compiling issue
071537
  Fixed issues with 64bit Solaris binary
071537
071537
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
071537
- rebuilt
071537
071537
* Thu May 27 2004 David Woodhouse <dwmw2@redhat.com> 0.99.10.5-1
071537
- Update to 0.99.10.5 to fix maildir segfaults (#123022)
071537
071537
* Fri May 07 2004 Warren Togami <wtogami@redhat.com> 0.99.10.4-4
071537
- default auth config that is actually usable
071537
- Timo Sirainen (author) suggested functionality fixes
071537
  maildir, imap-fetch-body-section, customflags-fix
071537
071537
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
071537
- Use ':' instead of '.' as separator for chown.
071537
071537
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 0.99.10.4-3
071537
- restart properly if it dies (#115594)
071537
071537
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
071537
- rebuilt
071537
071537
* Mon Nov 24 2003 Jeremy Katz <katzj@redhat.com> 0.99.10.4-1
071537
- update to 0.99.10.4
071537
071537
* Mon Oct  6 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-7
071537
- another patch from upstream to fix returning invalid data on partial 
071537
  BODY[part] fetches
071537
- patch to avoid confusion of draft/deleted in indexes
071537
071537
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-6
071537
- add some patches from upstream (#104288)
071537
071537
* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-5
071537
- fix startup with 2.6 with patch from upstream (#103801)
071537
071537
* Tue Sep  2 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-4
071537
- fix assert in search code (#103383)
071537
071537
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.99.10-3
071537
- rebuild
071537
071537
* Thu Jul 17 2003 Bill Nottingham <notting@redhat.com> 0.99.10-2
071537
- don't run by default
071537
071537
* Thu Jun 26 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-1
071537
- 0.99.10
071537
071537
* Mon Jun 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-0.2
071537
- 0.99.10-rc2 (includes ssl detection fix)
071537
- a few tweaks from fedora
071537
  - noreplace the config file
071537
  - configure --with-ldap to get LDAP enabled
071537
071537
* Mon Jun 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-0.1
071537
- 0.99.10-rc1
071537
- add fix for ssl detection
071537
- add zlib-devel to BuildRequires
071537
- change pam service name to dovecot
071537
- include pam config
071537
071537
* Thu May  8 2003 Jeremy Katz <katzj@redhat.com> 0.99.9.1-1
071537
- update to 0.99.9.1
071537
- add patch from upstream to fix potential bug when fetching with 
071537
  CR+LF linefeeds
071537
- tweak some things in the initscript and config file noticed by the 
071537
  fedora folks
071537
071537
* Sun Mar 16 2003 Jeremy Katz <katzj@redhat.com> 0.99.8.1-2
071537
- fix ssl dir
071537
- own /var/run/dovecot/login with the correct perms
071537
- fix chmod/chown in post
071537
071537
* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.99.8.1-1
071537
- update to 0.99.8.1
071537
071537
* Tue Mar 11 2003 Jeremy Katz <katzj@redhat.com> 0.99.8-2
071537
- add a patch to fix quoting problem from CVS
071537
071537
* Mon Mar 10 2003 Jeremy Katz <katzj@redhat.com> 0.99.8-1
071537
- 0.99.8
071537
- add some buildrequires
071537
- fixup to build with openssl 0.9.7
071537
- now includes a pop3 daemon (off by default)
071537
- clean up description and %%preun
071537
- add dovecot user (uid/gid of 97)
071537
- add some buildrequires
071537
- move the ssl cert to %%{_datadir}/ssl/certs
071537
- create a dummy ssl cert in %%post
071537
- own /var/run/dovecot
071537
- make the config file a source so we get default mbox locks of fcntl
071537
071537
* Sun Dec  1 2002 Seth Vidal <skvidal@phy.duke.edu>
071537
- 0.99.4 and fix startup so it starts imap-master not vsftpd :)
071537
071537
* Tue Nov 26 2002 Seth Vidal <skvidal@phy.duke.edu>
071537
- first build