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