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