833828
%global __provides_exclude_from %{_docdir}
833828
%global __requires_exclude_from %{_docdir}
833828
Summary: Secure imap and pop3 server
833828
Name: dovecot
833828
Epoch: 1
833828
Version: 2.2.10
833828
%global prever %{nil}
833828
Release: 5%{?dist}
833828
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
833828
License: MIT and LGPLv2
833828
Group: System Environment/Daemons
833828
833828
URL: http://www.dovecot.org/
833828
Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
833828
Source1: dovecot.init
833828
Source2: dovecot.pam
833828
%global pigeonholever 0.4.2
833828
Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
833828
#wget http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
833828
#Source8: dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
833828
Source9: dovecot.sysconfig
833828
Source10: dovecot.tmpfilesd
833828
833828
#our own
833828
Source14: dovecot.conf.5
833828
833828
# 3x Fedora/RHEL specific
833828
Patch1: dovecot-2.0-defaultconfig.patch
833828
Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
833828
Patch3: dovecot-1.0.rc7-mkcert-paths.patch
833828
833828
833828
Patch4: dovecot-2.1.10-reload.patch
833828
Patch5: dovecot-2.1-privatetmp.patch
833828
833828
#wait for network
833828
Patch6: dovecot-2.1.10-waitonline.patch
833828
833828
#workaround for chroot installation without /dev/random present, rhbz#1026790
833828
Patch7: dovecot-2.2.9-nodevrand.patch
833828
833828
# dovecot < 2.2.13, rhbz#1096402,rhbz#1108004
833828
Patch8: dovecot-2.2.10-CVE_2014_3430.patch
833828
833828
Source15: prestartscript
833828
833828
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
833828
BuildRequires: openssl-devel, pam-devel, zlib-devel, bzip2-devel, libcap-devel
833828
BuildRequires: libtool, autoconf, automake, pkgconfig
833828
BuildRequires: sqlite-devel
833828
BuildRequires: postgresql-devel
833828
BuildRequires: mysql-devel
833828
BuildRequires: openldap-devel
833828
BuildRequires: krb5-devel
833828
BuildRequires: quota-devel
833828
833828
# gettext-devel is needed for running autoconf because of the
833828
# presence of AM_ICONV
833828
BuildRequires: gettext-devel
833828
833828
# Explicit Runtime Requirements for executalbe
833828
Requires: openssl >= 0.9.7f-4
833828
833828
# Package includes an initscript service file, needs to require initscripts package
833828
Requires(pre): shadow-utils
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
Requires: systemd
833828
Requires(post): systemd-units
833828
Requires(preun): systemd-units
833828
Requires(postun): systemd-units
833828
%else
833828
Requires: initscripts
833828
Requires(post): chkconfig
833828
Requires(preun): chkconfig initscripts
833828
Requires(postun): initscripts
833828
%endif
833828
833828
%if %{?fedora}0 > 150 || %{?rhel}0 >60
833828
#clucene in fedora <=15 and rhel<=6 is too old
833828
BuildRequires: clucene-core-devel
833828
%endif
833828
833828
%define ssldir %{_sysconfdir}/pki/%{name}
833828
833828
%if %{?fedora}00%{?rhel} < 6
833828
%define _initddir %{_initrddir}
833828
BuildRequires: curl-devel expat-devel
833828
%else
833828
BuildRequires: libcurl-devel expat-devel
833828
%endif
833828
833828
%global restart_flag /var/run/%{name}/%{name}-restart-after-rpm-install
833828
833828
%description
833828
Dovecot is an IMAP server for Linux/UNIX-like systems, written with security 
833828
primarily in mind.  It also contains a small POP3 server.  It supports mail 
833828
in either of maildir or mbox formats.
833828
833828
The SQL drivers and authentication plug-ins are in their subpackages.
833828
833828
%package pigeonhole
833828
Requires: %{name} = %{epoch}:%{version}-%{release}
833828
Obsoletes: dovecot-sieve < 1:1.2.10-3
833828
Obsoletes: dovecot-managesieve < 1:1.2.10-3
833828
Summary: Sieve and managesieve plug-in for dovecot
833828
Group: System Environment/Daemons
833828
License: MIT and LGPLv2
833828
833828
%description pigeonhole
833828
This package provides sieve and managesieve plug-in for dovecot LDA.
833828
833828
%package pgsql
833828
Requires: %{name} = %{epoch}:%{version}-%{release}
833828
Summary: Postgres SQL back end for dovecot
833828
Group: System Environment/Daemons
833828
%description pgsql
833828
This package provides the Postgres SQL back end for dovecot-auth etc.
833828
833828
%package mysql
833828
Requires: %{name} = %{epoch}:%{version}-%{release}
833828
Summary: MySQL back end for dovecot
833828
Group: System Environment/Daemons
833828
%description mysql
833828
This package provides the MySQL back end for dovecot-auth etc.
833828
833828
%prep
833828
%setup -q -n %{name}-%{version}%{?prever} -a 8
833828
%patch1 -p1 -b .default-settings
833828
%patch2 -p1 -b .mkcert-permissions
833828
%patch3 -p1 -b .mkcert-paths
833828
%patch4 -p1 -b .reload
833828
%patch5 -p1 -b .privatetmp
833828
%patch6 -p1 -b .waitonline
833828
%patch7 -p1 -b .nodevrand
833828
%patch8 -p1 -b .CVE_2014_3430
833828
sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
833828
833828
%build
833828
#required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules
833828
%global _hardened_build 1
833828
export CFLAGS="%{__global_cflags} -fno-strict-aliasing"
833828
export LDFLAGS="-Wl,-z,now -Wl,-z,relro %{__global_ldflags}"
833828
autoreconf -I . -fiv #required for aarch64 support
833828
%configure                       \
833828
    INSTALL_DATA="install -c -p -m644" \
833828
    --docdir=%{_docdir}/%{name}-%{version}     \
833828
    --disable-static             \
833828
    --disable-rpath              \
833828
    --with-nss                   \
833828
    --with-shadow                \
833828
    --with-pam                   \
833828
    --with-gssapi=plugin         \
833828
    --with-ldap=plugin           \
833828
    --with-sql=plugin            \
833828
    --with-pgsql                 \
833828
    --with-mysql                 \
833828
    --with-sqlite                \
833828
    --with-zlib                  \
833828
    --with-libcap                \
833828
%if %{?fedora}0 > 150 || %{?rhel}0 >60
833828
    --with-lucene                \
833828
%endif
833828
    --with-ssl=openssl           \
833828
    --with-ssldir=%{ssldir}      \
833828
    --with-solr                  \
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
    --with-systemdsystemunitdir=%{_unitdir}  \
833828
%endif
833828
    --with-docs
833828
833828
sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf
833828
833828
make %{?_smp_mflags}
833828
833828
#pigeonhole
833828
pushd dovecot-2*2-pigeonhole-%{pigeonholever}
833828
833828
# required for snapshot
833828
[ -f configure ] || autoreconf -fiv
833828
[ -f ChangeLog ] || echo "Pigeonhole ChangeLog is not available, yet" >ChangeLog
833828
833828
%configure                             \
833828
    INSTALL_DATA="install -c -p -m644" \
833828
    --disable-static                   \
833828
    --with-dovecot=../                 \
833828
    --without-unfinished-features
833828
833828
make %{?_smp_mflags}
833828
popd
833828
833828
%install
833828
rm -rf $RPM_BUILD_ROOT
833828
833828
make install DESTDIR=$RPM_BUILD_ROOT
833828
833828
#move doc dir back to build dir so doc macro in files section can use it
833828
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}%{?prever}/docinstall
833828
833828
833828
pushd dovecot-2*2-pigeonhole-%{pigeonholever}
833828
make install DESTDIR=$RPM_BUILD_ROOT
833828
833828
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT/%{_docdir}/%{name}-2.2-pigeonhole-%{pigeonholever}
833828
833828
install -m 644 AUTHORS ChangeLog COPYING COPYING.LGPL INSTALL NEWS README $RPM_BUILD_ROOT/%{_docdir}/%{name}-2.2-pigeonhole-%{pigeonholever}
833828
popd
833828
833828
833828
%if %{?fedora}00%{?rhel} < 6
833828
sed -i 's|password-auth|system-auth|' %{SOURCE2}
833828
%endif
833828
833828
install -p -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/dovecot
833828
833828
#install man pages
833828
install -p -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_mandir}/man5/dovecot.conf.5
833828
833828
#install waitonline script
833828
install -p -D -m 755 %{SOURCE15} $RPM_BUILD_ROOT%{_libexecdir}/dovecot/prestartscript
833828
833828
# generate ghost .pem files
833828
mkdir -p $RPM_BUILD_ROOT%{ssldir}/certs
833828
mkdir -p $RPM_BUILD_ROOT%{ssldir}/private
833828
touch $RPM_BUILD_ROOT%{ssldir}/certs/dovecot.pem
833828
chmod 600 $RPM_BUILD_ROOT%{ssldir}/certs/dovecot.pem
833828
touch $RPM_BUILD_ROOT%{ssldir}/private/dovecot.pem
833828
chmod 600 $RPM_BUILD_ROOT%{ssldir}/private/dovecot.pem
833828
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
install -p -D -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_tmpfilesdir}/dovecot.conf
833828
%else
833828
install -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/dovecot
833828
install -p -D -m 600 %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/dovecot
833828
%endif
833828
833828
mkdir -p $RPM_BUILD_ROOT/var/run/dovecot/{login,empty}
833828
833828
# Install dovecot configuration and dovecot-openssl.cnf
833828
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
833828
install -p -m 644 docinstall/example-config/dovecot.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot
833828
install -p -m 644 docinstall/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
833828
install -p -m 644 $RPM_BUILD_ROOT/%{_docdir}/%{name}-2.2-pigeonhole-%{pigeonholever}/example-config/conf.d/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
833828
install -p -m 644 docinstall/example-config/conf.d/*.conf.ext $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d
833828
install -p -m 644 $RPM_BUILD_ROOT/%{_docdir}/%{name}-2.2-pigeonhole-%{pigeonholever}/example-config/conf.d/*.conf.ext $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/conf.d ||:
833828
install -p -m 644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
833828
833828
install -p -m755 doc/mkcert.sh $RPM_BUILD_ROOT%{_libexecdir}/%{name}/mkcert.sh
833828
833828
mkdir -p $RPM_BUILD_ROOT/var/lib/dovecot
833828
833828
#remove the libtool archives
833828
find $RPM_BUILD_ROOT%{_libdir}/%{name}/ -name '*.la' | xargs rm -f
833828
833828
#remove what we don't want
833828
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dovecot/README
833828
pushd docinstall
833828
rm -f securecoding.txt thread-refs.txt
833828
popd
833828
833828
#drop -devel files
833828
rm -rf $RPM_BUILD_ROOT/%{_includedir}/dovecot
833828
rm -f  $RPM_BUILD_ROOT/%{_datadir}/aclocal/dovecot.m4
833828
rm -f  $RPM_BUILD_ROOT/%{_libdir}/dovecot/libdovecot*.so
833828
rm -f  $RPM_BUILD_ROOT/%{_libdir}/dovecot/dovecot-config
833828
833828
%clean
833828
rm -rf $RPM_BUILD_ROOT
833828
833828
833828
%pre
833828
#dovecot uid and gid are reserved, see /usr/share/doc/setup-*/uidgid 
833828
getent group dovecot >/dev/null || groupadd -r --gid 97 dovecot
833828
getent passwd dovecot >/dev/null || \
833828
useradd -r --uid 97 -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
833828
833828
getent group dovenull >/dev/null || groupadd -r dovenull
833828
getent passwd dovenull >/dev/null || \
833828
useradd -r -g dovenull -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot's unauthorized user" dovenull
833828
833828
# do not let dovecot run during upgrade rhbz#134325
833828
if [ "$1" = "2" ]; then
833828
  rm -f %restart_flag
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
  /bin/systemctl is-active %{name}.service >/dev/null 2>&1 && touch %restart_flag ||:
833828
  /bin/systemctl stop %{name}.service >/dev/null 2>&1
833828
%else
833828
  /sbin/service %{name} status >/dev/null 2>&1 && touch %restart_flag ||:
833828
  /sbin/service %{name} stop >/dev/null 2>&1
833828
%endif
833828
fi
833828
833828
%post
833828
if [ $1 -eq 1 ]
833828
then
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
  %systemd_post dovecot.service
833828
%else
833828
  /sbin/chkconfig --add %{name}
833828
%endif
833828
fi
833828
833828
# generate the ssl certificates
833828
if [ ! -f %{ssldir}/certs/%{name}.pem ]; then
833828
    SSLDIR=%{ssldir} OPENSSLCONFIG=%{ssldir}/dovecot-openssl.cnf \
833828
         %{_libexecdir}/%{name}/mkcert.sh &> /dev/null
833828
fi
833828
833828
if [ ! -f /var/lib/dovecot/ssl-parameters.dat ]; then
833828
    /usr/libexec/dovecot/ssl-params &>/dev/null
833828
fi
833828
833828
install -d -m 0755 -g dovecot -d /var/run/dovecot
833828
install -d -m 0755 -d /var/run/dovecot/empty
833828
install -d -m 0750 -g dovenull /var/run/dovecot/login
833828
[ -x /sbin/restorecon ] && /sbin/restorecon -R /var/run/dovecot
833828
833828
%preun
833828
if [ $1 = 0 ]; then
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
        /bin/systemctl disable dovecot.service dovecot.socket >/dev/null 2>&1 || :
833828
        /bin/systemctl stop dovecot.service dovecot.socket >/dev/null 2>&1 || :
833828
%else
833828
    /sbin/service %{name} stop > /dev/null 2>&1
833828
    /sbin/chkconfig --del %{name}
833828
%endif
833828
    rm -rf /var/run/dovecot
833828
fi
833828
833828
%postun
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
833828
%endif
833828
833828
if [ "$1" -ge "1" -a -e %restart_flag ]; then
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
    /bin/systemctl start dovecot.service >/dev/null 2>&1 || :
833828
%else
833828
    /sbin/service %{name} start >/dev/null 2>&1 || :
833828
%endif
833828
rm -f %restart_flag
833828
fi
833828
833828
%posttrans
833828
# dovecot should be started again in #postun, but it's not executed on reinstall
833828
# if it was already started, restart_flag won't be here, so it's ok to test it again
833828
if [ -e %restart_flag ]; then
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
    /bin/systemctl start dovecot.service >/dev/null 2>&1 || :
833828
%else
833828
    /sbin/service %{name} start >/dev/null 2>&1 || :
833828
%endif
833828
rm -f %restart_flag
833828
fi
833828
833828
%check
833828
make check
833828
cd dovecot-2*2-pigeonhole-%{pigeonholever}
833828
make check
833828
833828
%files
833828
%defattr(-,root,root,-)
833828
%doc docinstall/* AUTHORS ChangeLog COPYING COPYING.LGPL COPYING.MIT NEWS README
833828
%{_sbindir}/dovecot
833828
833828
%{_bindir}/doveadm
833828
%{_bindir}/doveconf
833828
%{_bindir}/dsync
833828
833828
833828
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
833828
%_tmpfilesdir/dovecot.conf
833828
%{_unitdir}/dovecot.service
833828
%{_unitdir}/dovecot.socket
833828
%else
833828
%{_initddir}/dovecot
833828
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dovecot
833828
%endif
833828
833828
%dir %{_sysconfdir}/dovecot
833828
%dir %{_sysconfdir}/dovecot/conf.d
833828
%config(noreplace) %{_sysconfdir}/dovecot/dovecot.conf
833828
#list all so we'll be noticed if upstream changes anything
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-auth.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-director.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-logging.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-mail.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-master.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/10-ssl.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-lda.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/15-mailboxes.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-imap.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-lmtp.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-pop3.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-acl.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-quota.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-plugin.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-checkpassword.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-deny.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-dict.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-ldap.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-master.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-passwdfile.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-sql.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-static.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-system.conf.ext
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/auth-vpopmail.conf.ext
833828
833828
%config(noreplace) %{_sysconfdir}/pam.d/dovecot
833828
%config(noreplace) %{ssldir}/dovecot-openssl.cnf
833828
833828
%dir %{ssldir}
833828
%dir %{ssldir}/certs
833828
%dir %{ssldir}/private
833828
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem
833828
%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem
833828
833828
%dir %{_libdir}/dovecot
833828
%dir %{_libdir}/dovecot/auth
833828
%dir %{_libdir}/dovecot/dict
833828
%{_libdir}/dovecot/doveadm
833828
%{_libdir}/dovecot/*.so.*
833828
#these (*.so files) are plugins, not a devel files
833828
%{_libdir}/dovecot/*_plugin.so
833828
%exclude %{_libdir}/dovecot/*_sieve_plugin.so
833828
%{_libdir}/dovecot/auth/libauthdb_imap.so
833828
%{_libdir}/dovecot/auth/libauthdb_ldap.so
833828
%{_libdir}/dovecot/auth/libmech_gssapi.so
833828
%{_libdir}/dovecot/auth/libdriver_sqlite.so
833828
%{_libdir}/dovecot/dict/libdriver_sqlite.so
833828
%{_libdir}/dovecot/libdriver_sqlite.so
833828
%{_libdir}/dovecot/libssl_iostream_openssl.so
833828
%dir %{_libdir}/dovecot/settings
833828
833828
%{_libexecdir}/%{name}
833828
%exclude %{_libexecdir}/%{name}/managesieve*
833828
833828
%ghost /var/run/dovecot
833828
%attr(0750,dovecot,dovecot) /var/lib/dovecot
833828
833828
%{_mandir}/man1/deliver.1.gz
833828
%{_mandir}/man1/doveadm*.1.gz
833828
%{_mandir}/man1/doveconf.1.gz
833828
%{_mandir}/man1/dovecot*.1.gz
833828
%{_mandir}/man1/dsync.1.gz
833828
%{_mandir}/man5/dovecot.conf.5.gz
833828
%{_mandir}/man7/doveadm-search-query.7.gz
833828
833828
%files pigeonhole
833828
%defattr(-,root,root,-)
833828
%{_bindir}/sieve-dump
833828
%{_bindir}/sieve-filter
833828
%{_bindir}/sieve-test
833828
%{_bindir}/sievec
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-managesieve.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve.conf
833828
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve-extprograms.conf
833828
833828
%{_docdir}/%{name}-2.2-pigeonhole-%{pigeonholever}
833828
833828
%{_libexecdir}/%{name}/managesieve
833828
%{_libexecdir}/%{name}/managesieve-login
833828
833828
%{_libdir}/dovecot/*_sieve_plugin.so
833828
%{_libdir}/dovecot/settings/libmanagesieve_*.so
833828
%{_libdir}/dovecot/sieve/
833828
833828
%{_mandir}/man1/sieve-dump.1.gz
833828
%{_mandir}/man1/sieve-filter.1.gz
833828
%{_mandir}/man1/sieve-test.1.gz
833828
%{_mandir}/man1/sievec.1.gz
833828
%{_mandir}/man1/sieved.1.gz
833828
%{_mandir}/man7/pigeonhole.7.gz
833828
833828
%files mysql
833828
%defattr(-,root,root,-)
833828
%{_libdir}/%{name}/libdriver_mysql.so
833828
%{_libdir}/%{name}/auth/libdriver_mysql.so
833828
%{_libdir}/%{name}/dict/libdriver_mysql.so
833828
833828
%files pgsql
833828
%defattr(-,root,root,-)
833828
%{_libdir}/%{name}/libdriver_pgsql.so
833828
%{_libdir}/%{name}/auth/libdriver_pgsql.so
833828
%{_libdir}/%{name}/dict/libdriver_pgsql.so
833828
833828
%changelog
833828
* Wed Jun 11 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.10-5
833828
- fix CVE-2014-3430: denial of service through maxxing out SSL connections (#1108004)
833828
833828
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:2.2.10-4
833828
- Mass rebuild 2014-01-24
833828
833828
* Wed Jan 15 2014 Honza Horak <hhorak@redhat.com> - 1:2.2.10-3
833828
- Rebuild for mariadb-libs
833828
  Related: #1045013
833828
833828
* Wed Jan 08 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.10-2
833828
- fix pigeonhole docdir name
833828
833828
* Fri Jan 03 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.10-1
833828
- dovecot updated to 2.2.10, pigeonhole updated to 0.4.2
833828
833828
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:2.2.5-3
833828
- Mass rebuild 2013-12-27
833828
833828
* Fri Dec 06 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-2
833828
- fix chroot installation hang (#1026790)
833828
833828
* Wed Aug 07 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.5-1
833828
- dovecot updated to 2.2.5
833828
833828
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.4-2
833828
- dovecot pigeonhole updated to 0.4.1
833828
833828
* Fri Jul 19 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.4-1
833828
- fix name conflict with cyrus-sasl
833828
- dovecot updated to 2.2.4
833828
- drop devel sub-package
833828
833828
* Mon Jun 17 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.3-1
833828
- dovecot updated to 2.2.3
833828
- IMAP: If subject contained only whitespace, Dovecot returned an
833828
  ENVELOPE reply with a huge literal value, effectively causing the
833828
  IMAP client to wait for more data forever.
833828
- IMAP: Various URLAUTH fixes.
833828
- imapc: Various bugfixes and improvements
833828
- pop3c: Various fixes to make it work in dsync (without imapc)
833828
- dsync: Fixes to syncing subscriptions. Fixes to syncing mailbox
833828
  renames.
833828
833828
* Tue May 21 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-2
833828
- fix location of tmpfiles configuration (#964448)
833828
833828
* Mon May 20 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-1
833828
- dovecot updated to 2.2.2
833828
- IMAP: Various URLAUTH fixes.
833828
- IMAP: Fixed a hang with invalid APPEND parameters.
833828
- IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag.
833828
- mailbox_list_index=yes still caused crashes.
833828
- maildir: Fixed a crash after dovecot-keywords file was re-read.
833828
- maildir: If files had reappeared unexpectedly to a Maildir, they
833828
  were ignored until index files were deleted.
833828
- Maildir: Fixed handling over 26 keywords in a mailbox. 
833828
- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
833828
  but the remote login timed out.
833828
833828
* Thu May 16 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-4
833828
- update pigeonhole to 0.4.0
833828
833828
* Mon Apr 29 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-3
833828
- revert last change and use different fix
833828
833828
* Wed Apr 24 2013 Kalev Lember <kalevlember@gmail.com> - 1:2.2.1-2
833828
- Filter out autogenerated perl deps (#956194)
833828
833828
* Fri Apr 19 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.1-1
833828
- dovecot updated to 2.2.1
833828
- mailbox_list_index=yes was broken.
833828
- LAYOUT=index didn't list subscriptions.
833828
- auth: Multiple master passdbs didn't work.
833828
- Message parsing (e.g. during search) crashed when multipart message
833828
  didn't actually contain any parts.
833828
- dovecot updated to 2.2.1
833828
833828
* Mon Apr 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.0-1
833828
- dovecot updated to 2.2.0
833828
- Mailbox list indexes weren't using proper file permissions based
833828
  on the root directory.
833828
- replicator: doveadm commands and user list export may have skipped
833828
  some users.
833828
- Various fixes to mailbox_list_index=yes
833828
833828
* Fri Apr 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.4
833828
- dovecot updated to 2.2 RC4
833828
- various bugfixes to LDAP changes in rc3
833828
833828
* Wed Mar 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.3
833828
- dovecot updated to 2.2 RC3
833828
- Fixed a crash when decoding quoted-printable content.
833828
- dsync: Various bugfixes
833828
833828
* Thu Feb 28 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.2
833828
- do not print error when NetworkManager is not installed (#916456)
833828
833828
* Wed Feb 27 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2-0.1
833828
- major update to dovecot 2.2 RC2
833828
833828
* Mon Feb 11 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.15-1
833828
- dovecot updated to 2.1.15
833828
- v2.1.14's dovecot.index.cache fixes caused Dovecot to use more disk I/O
833828
  and memory than was necessary.
833828
833828
* Tue Feb 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.14-2
833828
- spec clean up
833828
833828
* Thu Jan 31 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.14-1
833828
- dovecot updated to 2.1.14
833828
- v2.1.11+ had a race condition where it sometimes overwrote data in
833828
  dovecot.index.cache file. This could have caused Dovecot to return
833828
  the same cached data to two different messages.
833828
- mdbox: Fixes to handling duplicate GUIDs during index rebuild
833828
833828
* Tue Jan 15 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.13-1
833828
- dovecot updated to 2.1.13
833828
- Some fixes to cache file changes in v2.1.11.
833828
- virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
833828
833828
* Mon Dec 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.12-1
833828
- dovecot updated to 2.1.12
833828
- lmtp proxy: Fixed hanging if remote server was down.
833828
- doveadm: Various fixes to handling doveadm-server connections.
833828
- auth: passdb imap was broken in v2.1.10.
833828
833828
* Thu Nov 08 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-3
833828
- fix network still not ready race condition (#871623)
833828
833828
* Fri Nov 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-2
833828
- add reload command to service file
833828
833828
* Wed Sep 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-1
833828
- dovecot updated to 2.1.10, pigeonhole updated to 0.3.3
833828
- director: In some conditions director may have disconnected from
833828
  another director (without logging about it), thinking it was sending
833828
  invalid data.
833828
- imap: Various fixes to listing mailboxes.
833828
- login processes crashed if there were a lot of local {} or remote {}
833828
  settings blocks.
833828
833828
* Fri Aug 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-2
833828
- use new systemd rpm macros (#851238)
833828
833828
* Thu Aug 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-1
833828
- dovecot updated to 2.1.9
833828
- Full text search indexing might have failed for some messages,
833828
  always causing indexer-worker process to run out of memory.
833828
- fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when
833828
  the header wasn't lowercased.
833828
- fts-squat: Fixed crash when searching a virtual mailbox.
833828
- pop3: Fixed assert crash when doing UIDL on empty mailbox on some
833828
  setups. 
833828
- auth: GSSAPI RFC compliancy and error handling fixes.
833828
- Various fixes related to handling shared namespaces
833828
833828
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.8-3
833828
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
833828
833828
* Tue Jul 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.8-2
833828
- pigeonhole updated to 0.3.1
833828
- Fixed several small issues, including a few potential segfault bugs, based
833828
  on static source code analysis.
833828
833828
* Tue Jul 03 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.8-1
833828
- dovecot updated to 2.1.8
833828
- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
833828
  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands.
833828
- lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs.
833828
- director: Don't crash if the director is working alone.
833828
- shared mailboxes: Avoid doing "@domain" userdb lookups.
833828
- doveadm: Fixed crash with proxying some commands.
833828
- fts-squat: Fixed handling multiple SEARCH parameters.
833828
- imapc: Fixed a crash when message had more than 8 keywords.
833828
- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.
833828
833828
833828
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-5
833828
- make quota work with NFS mounted mailboxes
833828
833828
* Fri Jun 22 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-4
833828
- posttrans argument is always zero
833828
833828
* Fri Jun 15 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-3
833828
- do not let dovecot run during upgrade (#134325)
833828
833828
* Wed May 30 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-2
833828
- fix changelog, 2.1.7-1 had copy-pasted upstream changelog, which was wrong
833828
- director: Don't crash with quickly disconnecting incoming director
833828
  connections.
833828
- mdbox: If mail was originally saved to non-INBOX, and namespace
833828
  prefix is non-empty, don't assert-crash when rebuilding indexes.
833828
- sdbox: Don't use more fds than necessary when copying mails.
833828
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
833828
  login without master passdbs. 
833828
- Several fixes to mail_shared_explicit_inbox=no
833828
- imapc: Use imapc_list_prefix also for listing subscriptions.
833828
833828
* Wed May 30 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.7-1
833828
- updated to 2.1.7
833828
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
833828
  expand it to home directory.
833828
- dbox: Fixed potential assert-crash when reading dbox files.
833828
- trash plugin: Fixed behavior when quota is already over limit.
833828
- mail_log plugin: Logging "copy" event didn't work.
833828
- Proxying to backend server with SSL: Verifying server certificate
833828
  name always failed, because it was compared to an IP address.
833828
833828
* Wed May 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.6-2
833828
- fix socket activation again, fix in 2.1.6 is incomplete
833828
833828
* Wed May 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.6-1
833828
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually
833828
  expand it to home directory.
833828
- dbox: Fixed potential assert-crash when reading dbox files.
833828
- trash plugin: Fixed behavior when quota is already over limit.
833828
- Proxying to backend server with SSL: Verifying server certificate
833828
  name always failed, because it was compared to an IP address.
833828
833828
* Tue Apr 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.5-1
833828
- IMAP: Several fixes related to mailbox listing in some configs
833828
- director: A lot of fixes and performance improvements
833828
- mbox: Deleting a mailbox didn't delete its index files.
833828
- pop3c: TOP command was sent incorrectly
833828
- trash plugin didn't work properly
833828
- LMTP: Don't add a duplicate Return-Path: header when proxying.
833828
- listescape: Don't unescape namespace prefixes.
833828
833828
* Tue Apr 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.4-2
833828
- close systemd extra sockets that are not configured
833828
833828
* Tue Apr 10 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.4-1
833828
- dovecot updated to 2.1.4
833828
- Proxying SSL connections crashed in v2.1.[23]
833828
- fts-solr: Indexing mail bodies was broken.
833828
- director: Several changes to significantly improve error handling
833828
- doveadm import didn't import messages' flags
833828
- mail_full_filesystem_access=yes was broken
833828
- Make sure IMAP clients can't create directories when accessing
833828
  nonexistent users' mailboxes via shared namespace.
833828
- Dovecot auth clients authenticating via TCP socket could have failed
833828
  with bogus "PID already in use" errors.
833828
833828
* Mon Mar 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.3-1
833828
- dovecot updated to 2.1.3
833828
- multi-dbox format in dovecot 2.1.2 was broken
833828
- temporarily disable check phase until bug #798968 is fixed
833828
833828
* Fri Mar 16 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.2-1
833828
- dovecot updated to 2.1.2
833828
- doveadm sync: If mailbox was expunged empty, messages may have
833828
  become back instead of also being expunged in the other side.
833828
- imap_id_* settings were ignored before login.
833828
- Several fixes to mailbox_list_index=yes
833828
- Previous v2.1.x didn't log all messages at shutdown.
833828
833828
* Thu Mar 01 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-2
833828
- enable fts_lucene plugin (#798661)
833828
833828
* Fri Feb 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-1
833828
- dovecot updated to 2.1.1
833828
- acl plugin + autocreated mailboxes crashed when listing mailboxes
833828
- doveadm force-resync: Don't skip autocreated mailboxes (especially
833828
  INBOX). 
833828
- If process runs out of fds, stop listening for new connections only
833828
  temporarily, not permanently (avoids hangs with process_limit=1
833828
  services)
833828
- auth: passdb imap crashed for non-login authentication (e.g. smtp).
833828
833828
833828
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.0-1
833828
- updated to 2.1.0 (no major changes since .rc6)
833828
- include pigeonhole doc files (NEWS, README, ...)
833828
833828
* Tue Feb 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.7.rc6
833828
- updated to 2.1.rc6
833828
- dbox: Fixed error handling when saving failed or was aborted
833828
- IMAP: Using COMPRESS extension may have caused assert-crashes
833828
- IMAP: THREAD REFS sometimes returned invalid (0) nodes.
833828
- dsync: Fixed handling non-ASCII characters in mailbox names.
833828
833828
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.6.rc5
833828
- use PrivateTmp in systemd unit file
833828
833828
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.5.rc5
833828
- updated to 2.1.rc5
833828
- director: With >2 directors ring syncing might have stalled during
833828
  director connect/disconnect, causing logins to fail.
833828
- LMTP client/proxy: Fixed potential hanging when sending (big) mails
833828
- Compressed mails with external attachments (dbox + SIS + zlib) failed
833828
  sometimes with bogus "cached message size wrong" errors.
833828
833828
* Mon Jan 09 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.4.rc3
833828
- updated to 2.1.rc3
833828
- dsync was merged into doveadm
833828
- added pop3c (= POP3 client) storage backend
833828
833828
* Wed Dec 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.3.rc1
833828
- allow imap+TLS and pop3+TLS by default
833828
833828
* Fri Dec 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.2.rc1
833828
- call systemd reload in postun
833828
833828
* Wed Nov 30 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1-0.1.rc1
833828
- updated to 2.1.rc1
833828
- major changes since 2.0.x:
833828
- plugins now use UTF-8 mailbox names rather than mUTF-7
833828
- auth_username_format default changed to %Lu
833828
- solr full text search backend changed to use mailbox GUIDs instead of
833828
  mailbox names, requiring reindexing everything
833828
833828
* Mon Nov 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.16-1
833828
- dovecot updated to 2.0.16
833828
833828
* Mon Oct 24 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.15-2
833828
- do not use obsolete settings in default configuration (#743444)
833828
833828
* Mon Sep 19 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.15-1
833828
- dovecot updated to 2.0.15
833828
- v2.0.14: Index reading could have eaten a lot of memory in some
833828
  situations
833828
- mbox: Fixed crash during mail delivery when mailbox didn't yet have
833828
  GUID assigned to it.
833828
- zlib+mbox: Fetching last message from compressed mailboxes crashed.
833828
833828
* Tue Sep 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-2
833828
- do not enable insecure connections by default
833828
833828
* Mon Aug 29 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-1
833828
- dovecot updated to 2.0.14
833828
- userdb extra fields can now return name+=value to append to an
833828
  existing name
833828
- script-login attempted an unnecessary config lookup, which usually
833828
  failed with "Permission denied".
833828
- lmtp: Fixed parsing quoted strings with spaces as local-part for
833828
  MAIL FROM and RCPT TO.
833828
- imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
833828
  returned all data sometimes.
833828
- ldap: Fixed random assert-crashing with with sasl_bind=yes.
833828
- Fixes to handling mail chroots
833828
- Fixed renaming mailboxes under different parent with FS layout when
833828
  using separate ALT, INDEX or CONTROL paths.
833828
- zlib: Fixed reading concatenated .gz files.
833828
833828
* Fri Jul 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.13-2
833828
- do not include sysv init script
833828
833828
* Thu May 12 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.13-1
833828
- dovecot updated to 2.0.13
833828
- mdbox purge: Fixed wrong warning about corrupted extrefs.
833828
- script-login binary wasn't actually dropping privileges to the
833828
  user/group/chroot specified by its service settings.
833828
- Fixed potential crashes and other problems when parsing header names
833828
  that contained NUL characters.
833828
833828
* Fri Apr 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-2
833828
- pigeonhole updated to 0.2.3, which includes:
833828
- managesieve: fixed bug in UTF-8 checking of string values
833828
- sieve command line tools now avoid initializing the mail store unless necessary
833828
- removed header MIME-decoding to fix erroneous address parsing
833828
- fixed segfault bug in extension configuration, triggered when unknown
833828
  extension is mentioned in sieve_extensions setting.
833828
833828
* Wed Apr 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-1
833828
- dbox: Fixes to handling external attachments
833828
- dsync: More fixes to avoid hanging with remote syncs
833828
- dsync: Many other syncing/correctness fixes
833828
- doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right
833828
833828
* Mon Mar 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-5
833828
- rebuild with new patch
833828
833828
* Mon Mar 28 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-4
833828
- fix regression in config file parsing (#690401)
833828
833828
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1:2.0.11-3
833828
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
833828
833828
* Wed Mar 23 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-2
833828
- rebuild because of updated dependencies
833828
833828
* Mon Mar 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.11-1
833828
- IMAP: Fixed hangs with COMPRESS extension
833828
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox. 
833828
- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
833828
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
833828
833828
* Thu Feb 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.9-3
833828
- add missing section to dovecot's systemd service file
833828
833828
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.9-2
833828
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
833828
833828
* Thu Jan 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.9-1
833828
- dovecot updated to 2.0.9
833828
- fixed a high system CPU usage / high context switch count performance problem
833828
- lda: Fixed a crash when trying to send "out of quota" reply
833828
833828
* Mon Dec 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-3
833828
- add full path and check to restorecon in post
833828
833828
* Tue Dec 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-2
833828
- fix s/foobar/dovecot/ typo in post script
833828
833828
* Tue Dec 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.8-1
833828
- dovecot updated to 2.0.8, pigeonhole updated to 0.2.2
833828
- services' default vsz_limits weren't being enforced correctly
833828
- added systemd support
833828
- dbox: Fixes to handling external mail attachments
833828
- imap, pop3: When service { client_count } was larger than 1, the
833828
  log messages didn't use the correct prefix
833828
- MySQL: Only the first specified host was ever used
833828
833828
* Mon Nov 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-3
833828
- make it work with /var/run on tmpfs (#656577)
833828
833828
* Tue Nov 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-2
833828
- fix regression with  valid_chroot_dirs being ignored (#654083)
833828
833828
* Tue Nov 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.7-1
833828
- dovecot updated to 2.0.7
833828
- IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces.
833828
- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. 
833828
- quota: Don't count virtual mailboxes in quota
833828
- doveadm expunge didn't always actually do the physical expunging
833828
- Fixed some index reading optimizations introduced by v2.0.5.
833828
- LMTP proxying fixes
833828
833828
* Fri Oct 22 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.6-1
833828
- dovecot updated to 2.0.6
833828
- Pre-login CAPABILITY includes IDLE again. Mainly to make Blackberry
833828
  servers happy.
833828
- auth: auth_cache_negative_ttl default was 0 in earlier v2.0.x, but it
833828
  was supposed to be 1 hour as in v1.x. Changed it back to 1h.
833828
- doveadm: Added import command for importing mails from other storages.
833828
- Reduced NFS I/O operations for index file accesses
833828
- dbox, Maildir: When copying messages, copy also already cached fields
833828
  from dovecot.index.cache
833828
- Maildir: LDA/LMTP assert-crashed sometimes when saving a mail.
833828
- Fixed leaking fds when writing to dovecot.mailbox.log.
833828
- Fixed rare dovecot.index.cache corruption
833828
- IMAP: SEARCH YOUNGER/OLDER wasn't working correctly
833828
833828
* Mon Oct 04 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.5-1
833828
- dovecot updated to 2.0.5
833828
- acl: Fixed the logic of merging multiple ACL entries
833828
- sdbox: Fixed memory leak when copying messages with hard links. 
833828
- zlib: Fixed several crashes, which mainly showed up with mbox.
833828
- quota: Don't crash if user has quota disabled, but plugin loaded.
833828
- acl: Fixed crashing when sometimes listing shared mailboxes via dict proxy.
833828
833828
* Tue Sep 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.4-1
833828
- dovecot updated to 2.0.4
833828
- multi-dbox: If :INDEX=path is specified, keep storage/dovecot.map.index* 
833828
  files also in the index path rather than in the main storage directory.
833828
- dsync: POP3 UIDLs weren't copied with Maildir
833828
- dict file: Fixed fd leak (showed up easily with LMTP + quota)
833828
833828
* Mon Sep 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.3-1
833828
- dovecot updated to 2.0.3
833828
- dovecot-lda: Removed use of non-standard Envelope-To: header as 
833828
  a default for -a
833828
- dsync: Fixed handling \Noselect mailboxes
833828
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
833828
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
833828
833828
* Thu Sep 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.2-1
833828
- dovecot updated
833828
- vpopmail support is disabled for now, since it's broken. You can use
833828
  it via checkpassword support or its sql/ldap database directly.
833828
- maildir: Fixed "duplicate uidlist entry" errors that happened at
833828
  least with LMTP when mail was delivered to multiple recipients
833828
- Deleting ACLs didn't cause entries to be removed from acl_shared_dict
833828
- mail_max_lock_timeout setting wasn't working with all locks
833828
833828
* Wed Aug 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.1-1
833828
- dovecot and pigeonhole updated
833828
- sieve: sieved renamed to sieve-dump
833828
- when dsync is started as root, remote dsync command is now also executed 
833828
  as root instead of with dropped privileges.
833828
- IMAP: QRESYNC parameters for SELECT weren't handled correctly.
833828
- UTF-8 string validity checking wasn't done correctly
833828
- dsync: Fixed a random assert-crash with remote dsyncing
833828
833828
* Tue Aug 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-1
833828
- dovecot and pigeonhole updated
833828
- dict quota didn't always decrease quota when messages were expunged
833828
- Shared INBOX wasn't always listed with FS layout
833828
833828
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.21.rc5
833828
- dovecot and pigeonhole updated
833828
- Using more than 2 plugins could have caused broken behavior
833828
- Listescape plugin fixes
833828
- mbox: Fixed a couple of assert-crashes
833828
- mdbox: Fixed potential assert-crash when saving multiple messages 
833828
  in one transaction
833828
833828
* Thu Aug 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.20.rc4
833828
- dovecot and pigeonhole updated
833828
- doveadm mailbox status: Fixed listing non-ASCII mailbox names. 
833828
- doveadm fetch: Fixed output when fetching message header or body
833828
- doveadm director map/add/remove: Fixed handling IP address as parameter. 
833828
- dsync: A few more fixes
833828
833828
* Wed Jul 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.19.rc3
833828
- dovecot and pigeonhole updated
833828
- fixed lda + sieve crash
833828
- added mail_temp_dir setting, used by deliver and lmtp for creating
833828
  temporary mail files. Default is /tmp.
833828
- imap: Fixed checking if list=children namespace has children.
833828
- mdbox: Race condition fixes related to copying and purging
833828
833828
* Fri Jul 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.18.rc2.20100716
833828
- dovecot and pigeonhole updated
833828
- enabled pigeonhole's build time test suite
833828
- acl: Fixed crashon FS layout with non-default hierarchy separator
833828
- dbox renamed to sdbox
833828
- dsync fixes and improvements
833828
833828
* Mon Jul 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.17.rc2.20100712
833828
- dovecot and pigeonhole updated
833828
- fixed a crash with empty mail_plugins
833828
- fixed sharing INBOX to other users
833828
- director+LMTP proxy wasn't working correctly
833828
- v1.x config parser failed with some settings if pigeonhole wasn't installed.
833828
- virtual: If non-matching messages weren't expunged within same session,
833828
  they never got expunged.
833828
833828
* Wed Jul 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.16.rc1.20100707
833828
- updated dovecot and pigeonhole
833828
- a lot of dsync fixes
833828
- improved (m)dbox recovery
833828
833828
* Mon Jun 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.15.beta6.20100626
833828
- updated dovecot, pigeonhole and man pages
833828
- moved disable_plaintext_auth to 10-auth.conf
833828
- mdbox: Fixed assert-crash on storage rebuild if file got lost
833828
- lib-charset: Don't assert-crash when iconv() skips lots of invalid input
833828
- master: Fixed crash on deinit (maybe also on reload)
833828
833828
* Thu Jun 10 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.14.beta5.20100610
833828
- dovecot updated 
833828
- lib-storage: Fixed accessing uncommitted saved mails with dsync
833828
- example-config: Moved ACL and quota settings to a separate .conf files
833828
- dbox, mdbox: Fixed race conditions when creating mailboxes
833828
833828
* Mon May 31 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.13.beta5.20100529
833828
- dovecot and pigeonhole updated
833828
- enable solr fulltext search
833828
- master: Fixed crash on config reload
833828
- lib-storage: Don't assert-crash when copying a mail fails
833828
833828
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.12.beta5.20100515
833828
- dovenull is unauthorized user, needs own dovenull group
833828
833828
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.11.beta5.20100515
833828
- fix typo in dovenull username
833828
833828
* Mon May 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.9.beta5.20100515
833828
- pigeonhole and dovecot updated to snapshot 20100515
833828
- fix crash for THREAD command
833828
833828
* Wed May 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.8.beta4.20100505
833828
- pigeonhole and dovecot updated to snapshot 20100505
833828
- mdbox: Avoid rebuilding storage if another process already did it
833828
- lib-storage: Fixed () sublists in IMAP SEARCH parser
833828
- example-config: auth-checkpassword include wasn't listed in 10-auth.conf
833828
- doveadm: Added search command
833828
- lib-master: Don't crash after timeouting an auth-master request
833828
- master: If inet listener uses DNS name, which returns multiple IPs, 
833828
  listen in all of them
833828
833828
* Wed Apr 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.7.beta4.20100427
833828
- updated to snapshot 20100427
833828
- doveconf <setting name> now prints only the one setting's value
833828
- mdbox: Automatically delete old temp.* files from storage/ directory
833828
- mdbox: use flock locking by default
833828
833828
* Wed Apr 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.6.beta4.20100421
833828
- updated to snapshot 20100421
833828
- mdbox: Purge crashed if it purged all messages from a file
833828
- lib-storage: Shared namespace's prefix_len wasn't updated after prefix was truncated
833828
- imap-quota: Iterate quota roots only once when replying to GETQUOTAROOT
833828
- idle: Do cork/uncork when sending "OK Still here" notification
833828
- login: If proxy returns ssl=yes and no port, switch port to imaps/pop3s
833828
833828
* Wed Apr 14 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.5.beta4.20100414
833828
- add make check
833828
- updated to snapshot 20100414
833828
- config: Added nn- prefix to *.conf files so the sort ordering makes more sense
833828
- lib-master: Log an error if login client disconnects too early
833828
- mdbox: If purging found corrupted files, it didn't auto-rebuild storage
833828
- lib-storage: Added support for searching save date
833828
- and more...
833828
- pigeonhole updated:
833828
- Mailbox extension: fixed memory leak in the mailboxexists test
833828
- added login failure handler
833828
833828
* Tue Apr 06 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.4.beta4.20100406
833828
- updated to snapshot 20100406
833828
- auth: If userdb lookup fails internally, don't cache the result.
833828
- Added support for userdb lookup to fail with a reason
833828
- sdbox: mailbox_update() could have changed UIDVALIDITY incorrectly
833828
- layout=maildir++: Fixed deleting mailboxes with mailbox=file storages
833828
- Fixed potential problems with parsing invalid address groups.
833828
- dsync: Don't repeatedly try to keep opening the same failing mailbox
833828
- lib-storage: Don't crash if root mail directory isn't given.
833828
833828
* Tue Mar 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.3.beta4.20100330
833828
- fix certs location in ssl.conf
833828
833828
* Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.2.beta4.aefa279e2c70
833828
- update to snapshot aefa279e2c70 from 2010-03-27
833828
- fixes complains about missing tcpwrap (#577426)
833828
833828
* Thu Mar 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.1.beta4
833828
- dovecot updated to 2.0 beta 4
833828
833828
* Fri Mar 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.11-2
833828
- fix missing bzip2 support in zlib plugin (#572797)
833828
833828
* Tue Mar 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.11-1
833828
- updated to 1.2.11
833828
- mbox: Message header reading was unnecessarily slow. Fetching a
833828
  huge header could have resulted in Dovecot eating a lot of CPU.
833828
  Also searching messages was much slower than necessary.
833828
- maildir: Reading uidlist could have ended up in an infinite loop.
833828
- IMAP IDLE: v1.2.7+ caused extra load by checking changes every
833828
  0.5 seconds after a change had occurred in mailbox
833828
833828
* Tue Feb 23 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-4
833828
- move libs to correct package
833828
833828
* Fri Feb 19 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-3
833828
- merged dovecot-sieve and dovecot-managesieve into dovecot-pigeonhole
833828
- merged dovecot-sqlite, dovecot-gssapi and dovecot-ldap into dovecot
833828
833828
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-2
833828
- updated sive and managesieve
833828
- Added preliminary support for Sieve plugins and added support for
833828
  installing Sieve development headers
833828
- Variables extension: added support for variable namespaces.
833828
- Added configurable script size limit. Compiler will refuse to
833828
  compile files larger than sieve_max_script_size.
833828
- Fixed a bug in the i;ascii-numeric comparator. If one of the
833828
  strings started with a non-digit character, the comparator would
833828
  always yield less-than.
833828
- Imap4flags extension: fixed bug in removeflag: removing a single
833828
  flag failed due to off-by-one error (bug report by Julian Cowley).
833828
- Fixed parser recovery. In particular cases it would trigger spurious
833828
  errors after an initial valid error and sometimes additional errors
833828
  were inappropriately ignored.
833828
- Implemented ManageSieve QUOTA enforcement.
833828
- Added MAXREDIRECTS capability after login.
833828
- Implemented new script name rules specified in most recent
833828
  ManageSieve draft.
833828
- Fixed assertion failure occuring with challenge-response SASL
833828
  mechanisms.
833828
833828
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-1
833828
- updated to 1.2.10
833828
- %%variables now support %%{host}, %%{pid} and %%{env:ENVIRONMENT_NAME}
833828
  everywhere.
833828
- LIST-STATUS capability is now advertised
833828
- maildir: Fixed several assert-crashes.
833828
- imap: LIST "" inbox shouldn't crash when using namespace with
833828
  "INBOX." prefix.
833828
- lazy_expunge now ignores non-private namespaces.
833828
833828
* Tue Dec 22 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-2
833828
- sieve updated to 0.1.14
833828
- managesieve updated to 0.11.10 
833828
833828
* Fri Dec 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.9-1
833828
- updated to 1.2.9
833828
- maildir: When saving, filenames now always contain ,S=<size>.
833828
  Previously this was done only when quota plugin was loaded. It's
833828
  required for zlib plugin and may be useful for other things too.
833828
- maildir: v1.2.7 and v1.2.8 caused assert-crashes in
833828
  maildir_uidlist_records_drop_expunges()
833828
- maildir_copy_preserve_filename=yes could have caused crashes.
833828
- Maildir++ quota: % limits weren't updated when limits were read
833828
  from maildirsize.
833828
- virtual: v1.2.8 didn't fully fix the "lots of mailboxes" bug
833828
- virtual: Fixed updating virtual mailbox based on flag changes.
833828
- fts-squat: Fixed searching multi-byte characters.
833828
833828
* Wed Nov 25 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-4
833828
- spec cleanup
833828
833828
* Tue Nov 24 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-3
833828
- fix dovecot's restart after update (#518753)
833828
833828
* Tue Nov 24 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-2
833828
- fix initdddir typo (for rhel rebuilds)
833828
833828
* Fri Nov 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.8-1
833828
- update to dovecot 1.2.8
833828
833828
* Mon Nov 16 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.7-2
833828
- use originall managesieve to dovecot diff
833828
- EPEL-ize spec for rhel5 rebuilds (#537666)
833828
833828
* Fri Nov 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.7-1
833828
- updated to dovecot 1.2.7
833828
- add man pages
833828
- IMAP: IDLE now sends "Still here" notifications to same user's
833828
  connections at the same time. This hopefully reduces power usage
833828
  of some mobile clients that use multiple IDLEing connections.
833828
- IMAP: If imap_capability is set, show it in the login banner.
833828
- IMAP: Implemented SORT=DISPLAY extension.
833828
- Login process creation could have sometimes failed with epoll_ctl()
833828
  errors or without epoll probably some other strange things could
833828
  have happened.
833828
- Maildir: Fixed some performance issues
833828
- Maildir: Fixed crash when using a lot of keywords.
833828
- Several fixes to QRESYNC extension and modseq handling
833828
- mbox: Make sure failed saves get rolled back with NFS.
833828
- dbox: Several fixes.
833828
833828
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-5
833828
- spec cleanup
833828
833828
* Wed Oct 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-4
833828
- imap-login: If imap_capability is set, show it in the banner 
833828
  instead of the default (#524485)
833828
833828
* Mon Oct 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-3
833828
- sieve updated to 0.1.13 which brings these changes:
833828
- Body extension: implemented proper handling of the :raw transform
833828
  and added various new tests to the test suite. However, :content
833828
  "multipart" and :content "message/rfc822" are still not working.
833828
- Fixed race condition occuring when multiple instances are saving the
833828
  same binary (patch by Timo Sirainen).
833828
- Body extension: don't give SKIP_BODY_BLOCK flag to message parser,
833828
  we want the body!
833828
- Fixed bugs in multiscript support; subsequent keep actions were not
833828
  always merged correctly and implicit side effects were not always
833828
  handled correctly.
833828
- Fixed a segfault bug in the sieve-test tool occuring when compile
833828
  fails.
833828
- Fixed segfault bug in action procesing. It was triggered while
833828
  merging side effects in duplicate actions.
833828
- Fixed bug in the Sieve plugin that caused it to try to stat() a NULL
833828
  path, yielding a 'Bad address' error.
833828
833828
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-2
833828
- fix init script for case when no action was specified
833828
833828
* Tue Oct 06 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.6-1
833828
- dovecot updated to 1.2.6
833828
- Added authtest utility for doing passdb and userdb lookups.
833828
- login: ssl_security string now also shows the used compression.
833828
- quota: Don't crash with non-Maildir++ quota backend.
833828
- imap proxy: Fixed crashing with some specific password characters.
833828
- fixed broken dovecot --exec-mail.
833828
- Avoid assert-crashing when two processes try to create index at the
833828
  same time.
833828
833828
* Tue Sep 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.5-2
833828
- build with libcap enabled
833828
833828
* Thu Sep 17 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.5-1
833828
- updated to dovecot 1.2.5
833828
- Authentication: DIGEST-MD5 and RPA mechanisms no longer require
833828
  user's login realm to be listed in auth_realms. It only made
833828
  configuration more difficult without really providing extra security.
833828
- zlib plugin: Don't allow clients to save compressed data directly.
833828
  This prevents users from exploiting (most of the) potential security
833828
  holes in zlib/bzlib.
833828
- fix index file handling that could have caused an assert-crash
833828
- IMAP: Fixes to QRESYNC extension.
833828
- deliver: Don't send rejects to any messages that have Auto-Submitted
833828
  header. This avoids emails loops.
833828
833828
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.2.4-3
833828
- use password-auth common PAM configuration instead of system-auth
833828
833828
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:1.2.4-2
833828
- rebuilt with new openssl
833828
833828
* Fri Aug 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.4-1
833828
- updated: dovecot 1.2.4, managesieve 0.11.9, sieve 0.1.12
833828
- fixed a crash in index file handling
833828
- fixed a crash in saving messages where message contained a CR
833828
  character that wasn't followed by LF
833828
- fixed a crash when listing shared namespace prefix
833828
- sieve: implemented the new date extension. This allows matching
833828
  against date values in header fields and the current date at
833828
  the time of script evaluation
833828
- managesieve: reintroduced ability to abort SASL with "*" response
833828
833828
* Mon Aug 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.3-1
833828
- updated: dovecot 1.2.3, managesieve 0.11.8, sieve 0.1.11
833828
- Mailbox names with control characters can't be created anymore.
833828
  Existing mailboxes can still be accessed though.
833828
- Allow namespace prefix to be opened as mailbox, if a mailbox
833828
  already exists in the root dir.
833828
- Maildir: dovecot-uidlist was being recreated every time a mailbox
833828
  was accessed, even if nothing changed.
833828
- listescape plugin was somewhat broken
833828
- ldap: Fixed hang when >128 requests were sent at once.
833828
- fts_squat: Fixed crashing when searching virtual mailbox.
833828
- imap: Fixed THREAD .. INTHREAD crashing.
833828
833828
* Tue Jul 28 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.2-1.20090728snap
833828
- updated to post 1.2.2 snapshot (including post release GSSAPI fix)
833828
- Fixed "corrupted index cache file" errors
833828
- IMAP: FETCH X-* parameters weren't working.
833828
- Maildir++ quota: Quota was sometimes updated wrong
833828
- Dovecot master process could hang if it received signals too rapidly
833828
833828
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.1-3
833828
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
833828
833828
* Thu Jul 23 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.1-2
833828
- updated sieve plugin to 0.1.9
833828
833828
* Mon Jul 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.1-1
833828
- updated to 1.2.1
833828
- GSSAPI authentication is fixed (#506782)
833828
- logins now fail if home directory path is relative, because it was 
833828
  not working correctly and never was expected to work
833828
- sieve and managesieve update
833828
833828
* Mon Apr 20 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc3.1
833828
- updated to 1.2.rc3
833828
833828
* Mon Apr 06 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.rc2.1
833828
- updated to 1.2.rc2
833828
833828
* Mon Mar 30 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.beta4.2
833828
- fix typo and rebuild
833828
833828
* Mon Mar 30 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2-0.beta4.1
833828
- spec clean-up
833828
- updated to 1.2.beta4
833828
833828
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.11-2
833828
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
833828
833828
* Wed Feb 11 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.11-1
833828
- updated to 1.1.11
833828
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
833828
  not to save keywords.
833828
- auth: Using "username" or "domain" passdb fields caused problems
833828
  with cache and blocking passdbs in v1.1.8 .. v1.1.10.   
833828
- userdb prefetch + blocking passdbs was broken with non-plaintext
833828
  auth in v1.1.8 .. v1.1.10.
833828
833828
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.10-1
833828
- updated to 1.1.10
833828
833828
* Sat Jan 24 2009 Dan Horak <dan[at]danny.cz> - 1:1.1.8-3
833828
- rebuild with new mysql
833828
833828
* Tue Jan 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.8-2
833828
- added managesieve support (thanks Helmut K. C. Tessarek)
833828
833828
* Thu Jan 8 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.8-1
833828
- dovecot updated to 1.1.8
833828
- sieve-plugin updated to 1.1.6
833828
833828
* Tue Dec 2 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.7-2
833828
- revert changes from 1:1.1.6-2 and 1:1.1.6-1
833828
- password can be stored in different file readable only for root 
833828
  via !include_try directive
833828
833828
* Tue Dec 2 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.7-1
833828
- update to upstream version 1.1.7
833828
833828
* Mon Nov 3 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.6-2
833828
- changed comment in sysconfig to match actual state
833828
833828
* Mon Nov 3 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.6-1
833828
- update to upstream version 1.1.6
833828
- change permissions of deliver and dovecot.conf to prevent possible password exposure
833828
833828
* Wed Oct 29 2008 Michal Hlavinka <mhlavink@redhat.com> - 1:1.1.5-1
833828
- update to upstream version 1.1.5 (Resolves: CVE-2008-4577, CVE-2008-4578)
833828
833828
* Tue Sep  2 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.3-1
833828
- update to upstream version 1.1.3
833828
833828
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-2
833828
- really ask for the password during start-up
833828
833828
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-1
833828
- update to upstream version 1.1.2
833828
- final solution for #445200 (add /etc/sysconfig/dovecot for start-up options)
833828
833828
* Fri Jun 27 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-2
833828
- update default settings to listen on both IPv4 and IPv6 instead of IPv6 only
833828
833828
* Sun Jun 22 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-1
833828
- update to upstream version 1.1.1
833828
833828
* Sat Jun 21 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.0-1
833828
- update to upstream version 1.1.0
833828
- update sieve plugin to 1.1.5
833828
- remove unnecessary patches
833828
- enable ldap and gssapi plugins
833828
- change ownership of dovecot.conf (Resolves: #452088)
833828
833828
* Wed Jun 18 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-4
833828
- update init script (Resolves: #451838)
833828
833828
* Fri Jun  6 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-3
833828
- build devel subpackage (Resolves: #306881)
833828
833828
* Thu Jun  5 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-2
833828
- install convert-tool (Resolves: #450010)
833828
833828
* Tue Jun  3 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.14-1
833828
- update to upstream version 1.0.14
833828
- remove setcred patch (use of setcred must be explictly enabled in config)
833828
833828
* Thu May 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.13-8
833828
- update scriptlets to follow UsersAndGroups guideline
833828
- remove support for upgrading from version < 1.0 from scriptlets
833828
- Resolves: #448095
833828
833828
* Tue May 20 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.13-7
833828
- spec file cleanup
833828
- update sieve plugin to 1.0.3
833828
- Resolves: #445200, #238018
833828
833828
* Sun Mar 09 2008 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.13-6
833828
- update to latest upstream stable (1.0.13)
833828
833828
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.10-5
833828
- Autorebuild for GCC 4.3
833828
833828
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.10-4
833828
- update to latest upstream stable (1.0.10)
833828
833828
* Wed Dec 05 2007 Jesse Keating <jkeating@redhat.com> - 1:1.0.7-3
833828
- Bump for deps
833828
833828
* Mon Nov 05 2007 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.7-2
833828
- update to latest upstream stable (1.0.7)
833828
- added the winbind patch (#286351)
833828
833828
* Tue Sep 25 2007 Tomas Janousek <tjanouse@redhat.com> - 1:1.0.5-1
833828
- downgraded to lastest upstream stable (1.0.5)
833828
833828
* Wed Aug 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-16.1.alpha3
833828
- updated license tags
833828
833828
* Mon Aug 13 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-16.alpha3
833828
- updated to latest upstream alpha
833828
- update dovecot-sieve to 0367450c9382 from hg
833828
833828
* Fri Aug 10 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-15.alpha2
833828
- updated to latest upstream alpha
833828
- split ldap and gssapi plugins to subpackages
833828
833828
* Wed Jul 25 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-14.6.hg.a744ae38a9e1
833828
- update to a744ae38a9e1 from hg
833828
- update dovecot-sieve to 131e25f6862b from hg and enable it again
833828
833828
* Thu Jul 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.1-14.5.alpha1
833828
- update to latest upstream alpha
833828
- don't build dovecot-sieve, it's only for 1.0
833828
833828
* Sun Jul 15 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.2-13.5
833828
- update to latest upstream
833828
833828
* Mon Jun 18 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.1-12.5
833828
- update to latest upstream
833828
833828
* Fri Jun 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11.7
833828
- specfile merge from 145241 branch
833828
    - new sql split patch
833828
    - support for not building all sql modules
833828
    - split sql libraries to separate packages
833828
833828
* Sat Apr 14 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11.1
833828
- dovecot-1.0.beta2-pam-tty.patch is no longer needed
833828
833828
* Fri Apr 13 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0.0-11
833828
- update to latest upstream
833828
833828
* Tue Apr 10 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-10.rc31
833828
- update to latest upstream
833828
833828
* Fri Apr 06 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-9.rc30
833828
- update to latest upstream
833828
833828
* Fri Mar 30 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-8.1.rc28
833828
- spec file cleanup (fixes docs path)
833828
833828
* Fri Mar 23 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-8.rc28
833828
- update to latest upstream
833828
833828
* Mon Mar 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-7.rc27
833828
- use dovecot-sieve's version for the package
833828
833828
* Mon Mar 19 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-6.rc27
833828
- update to latest upstream
833828
- added dovecot-sieve
833828
833828
* Fri Mar 02 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-5.rc25
833828
- update to latest upstream
833828
833828
* Sun Feb 25 2007 Jef Spaleta <jspaleta@gmail.com> - 1.0-4.rc22
833828
- Merge review changes
833828
833828
* Thu Feb 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-3.rc22
833828
- update to latest upstream, fixes a few bugs
833828
833828
* Mon Jan 08 2007 Tomas Janousek <tjanouse@redhat.com> - 1.0-2.rc17
833828
- update to latest upstream, fixes a few bugs
833828
833828
* Thu Dec 21 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.1.rc15
833828
- reenabled GSSAPI (#220377)
833828
833828
* Tue Dec 05 2006 Tomas Janousek <tjanouse@redhat.com> - 1.0-1.rc15
833828
- update to latest upstream, fixes a few bugs, plus a security
833828
  vulnerability (#216508, CVE-2006-5973)
833828
833828
* Tue Oct 10 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.3.rc7
833828
- fix few inconsistencies in specfile, fixes #198940
833828
833828
* Wed Oct 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.2.rc7
833828
- fix default paths in the example mkcert.sh to match configuration
833828
  defaults (fixes #183151)
833828
833828
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.1.rc7
833828
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
833828
833828
* Fri Sep 22 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc7
833828
- update to latest upstream release candidate, should fix occasional
833828
  hangs and mbox issues... INBOX. namespace is still broken though
833828
- do not run over symlinked certificates in new locations on upgrade
833828
833828
* Tue Aug 15 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2.2
833828
- include /var/lib/dovecot in the package, prevents startup failure
833828
  on new installs
833828
833828
* Mon Jul 17 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2.1
833828
- reenable inotify and see what happens
833828
833828
* Thu Jul 13 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2
833828
- update to latest upstream release candidate
833828
- disable inotify for now, doesn't build -- this needs fixing though
833828
833828
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta8.2.1
833828
- rebuild
833828
833828
* Thu Jun 08 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta8.2
833828
- put back pop3_uidl_format default that got lost
833828
  in the beta2->beta7 upgrade (would cause pop3 to not work
833828
  at all in many situations)
833828
833828
* Thu May 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta8.1
833828
- upgrade to latest upstream beta release (beta8)
833828
- contains a security fix in mbox handling
833828
833828
* Thu May 04 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta7.1
833828
- upgrade to latest upstream beta release
833828
- fixed BR 173048
833828
833828
* Fri Mar 17 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.8
833828
- fix sqlite detection in upstream configure checks, second part
833828
  of #182240
833828
833828
* Wed Mar  8 2006 Bill Nottingham <notting@redhat.com> - 1.0-0.beta2.7
833828
- fix scriplet noise some more
833828
833828
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 1.0-0.beta2.6
833828
- fix scriptlet error (mitr, #184151)
833828
833828
* Mon Feb 27 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.5
833828
- fix #182240 by looking in lib64 for libs first and then lib
833828
- fix comment #1 in #182240 by copying over the example config files
833828
  to documentation directory
833828
833828
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta2.4.1
833828
- bump again for double-long bug on ppc(64)
833828
833828
* Thu Feb 09 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.4
833828
- enable inotify as it should work now (#179431)
833828
833828
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0-0.beta2.3.1
833828
- rebuilt for new gcc4.1 snapshot and glibc changes
833828
833828
* Thu Feb 02 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.3
833828
- change the compiled-in defaults and adjust the default's configfile
833828
  commented-out example settings to match compiled-in defaults,
833828
  instead of changing the defaults only in the configfile, as per #179432
833828
- fix #179574 by providing a default uidl_format for pop3
833828
- half-fix #179620 by having plaintext auth enabled by default... this
833828
  needs more thinking (which one we really want) and documentation
833828
  either way
833828
833828
* Tue Jan 31 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.2
833828
- update URL in description
833828
- call dovecot --build-ssl-parameters in postinst as per #179430
833828
833828
* Mon Jan 30 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2.1
833828
- fix spec to work with BUILD_DIR != SOURCE_DIR
833828
- forward-port and split pam-nocred patch
833828
833828
* Mon Jan 23 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.beta2
833828
- new upstream version, hopefully fixes #173928, #163550
833828
- fix #168866, use install -p to install documentation
833828
833828
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
833828
- rebuilt
833828
833828
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> - 0.99.14-10.fc5
833828
- Rebuild due to mysql update.
833828
833828
* Wed Nov  9 2005 Tomas Mraz <tmraz@redhat.com> - 0.99.14-9.fc5
833828
- rebuilt with new openssl
833828
833828
* Fri Sep 30 2005 Tomas Mraz <tmraz@redhat.com> - 0.99.14-8.fc5
833828
- use include instead of pam_stack in pam config
833828
833828
* Wed Jul 27 2005 John Dennis <jdennis@redhat.com> - 0.99.14-7.fc5
833828
- fix bug #150888, log authenication failures with ip address
833828
833828
* Fri Jul 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-6.fc5
833828
- fix bug #149673, add dummy PAM_TTY
833828
833828
* Thu Apr 28 2005 John Dennis <jdennis@redhat.com> - 0.99.14-5.fc4
833828
- fix bug #156159 insecure location of restart flag file
833828
833828
* Fri Apr 22 2005 John Dennis <jdennis@redhat.com> - 0.99.14-4.fc4
833828
- openssl moved its certs, CA, etc. from /usr/share/ssl to /etc/pki
833828
833828
* Tue Apr 12 2005 Tom Lane <tgl@redhat.com> 0.99.14-3.fc4
833828
- Rebuild for Postgres 8.0.2 (new libpq major version).
833828
833828
* Mon Mar  7 2005 John Dennis <jdennis@redhat.com> 0.99.14-2.fc4
833828
- bump rev for gcc4 build
833828
833828
* Mon Feb 14 2005 John Dennis <jdennis@redhat.com> - 0.99.14-1.fc4
833828
- fix bug #147874, update to 0.99.14 release
833828
  v0.99.14 2005-02-11  Timo Sirainen <tss at iki.fi>
833828
  - Message address fields are now parsed differently, fixing some
833828
    issues with spaces. Affects only clients which use FETCH ENVELOPE
833828
    command.
833828
  - Message MIME parser was somewhat broken with missing MIME boundaries
833828
  - mbox: Don't allow X-UID headers in mails to override the UIDs we
833828
    would otherwise set. Too large values can break some clients and
833828
    cause other trouble.
833828
  - passwd-file userdb wasn't working
833828
  - PAM crashed with 64bit systems
833828
  - non-SSL inetd startup wasn't working
833828
  - If UID FETCH notices and skips an expunged message, don't return
833828
    a NO reply. It's not needed and only makes clients give error
833828
    messages.
833828
833828
* Wed Feb  2 2005 John Dennis <jdennis@redhat.com> - 0.99.13-4.devel
833828
- fix bug #146198, clean up temp kerberos tickets
833828
833828
* Mon Jan 17 2005 John Dennis <jdennis@redhat.com> 0.99.13-3.devel
833828
- fix bug #145214, force mbox_locks to fcntl only
833828
- fix bug #145241, remove prereq on postgres and mysql, allow rpm auto
833828
  dependency generator to pick up client lib dependency if needed.
833828
833828
* Thu Jan 13 2005 John Dennis <jdennis@redhat.com> 0.99.13-2.devel
833828
- make postgres & mysql conditional build
833828
- remove execute bit on migration example scripts so rpm does not pull
833828
  in additional dependences on perl and perl modules that are not present
833828
  in dovecot proper.
833828
- add REDHAT-FAQ.txt to doc directory
833828
833828
* Thu Jan  6 2005 John Dennis <jdennis@redhat.com> 0.99.13-1.devel
833828
- bring up to date with latest upstream, 0.99.13, bug #143707
833828
  also fix bug #14462, bad dovecot-uid macro name
833828
833828
* Thu Jan  6 2005 John Dennis <jdennis@redhat.com> 0.99.11-10.devel
833828
- fix bug #133618, removed LITERAL+ capability from capability string
833828
833828
* Wed Jan  5 2005 John Dennis <jdennis@redhat.com> 0.99.11-9.devel
833828
- fix bug #134325, stop dovecot during installation
833828
833828
* Wed Jan  5 2005 John Dennis <jdennis@redhat.com> 0.99.11-8.devel
833828
- fix bug #129539, dovecot starts too early,
833828
  set chkconfig to 65 35 to match cyrus-imapd
833828
- also delete some old commented out code from SSL certificate creation
833828
833828
* Thu Dec 23 2004 John Dennis <jdennis@redhat.com> 0.99.11-7.devel
833828
- add UW to Dovecot migration documentation and scripts, bug #139954
833828
  fix SSL documentation and scripts, add missing documentation, bug #139276
833828
833828
* Mon Nov 15 2004 Warren Togami <wtogami@redhat.com> 0.99.11-2.FC4.1
833828
- rebuild against MySQL4
833828
833828
* Thu Oct 21 2004 John Dennis <jdennis@redhat.com>
833828
- fix bug #136623
833828
  Change License field from GPL to LGPL to reflect actual license
833828
833828
* Thu Sep 30 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.3
833828
- fix bug #124786, listen to ipv6 as well as ipv4
833828
833828
* Wed Sep  8 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.1
833828
- bring up to latest upstream,
833828
  comments from Timo Sirainen <tss at iki.fi> on release v0.99.11 2004-09-04  
833828
  + 127.* and ::1 IP addresses are treated as secured with
833828
    disable_plaintext_auth = yes
833828
  + auth_debug setting for extra authentication debugging
833828
  + Some documentation and error message updates
833828
  + Create PID file in /var/run/dovecot/master.pid
833828
  + home setting is now optional in static userdb
833828
  + Added mail setting to static userdb
833828
  - After APPENDing to selected mailbox Dovecot didn't always notice the
833828
    new mail immediately which broke some clients
833828
  - THREAD and SORT commands crashed with some mails
833828
  - If APPENDed mail ended with CR character, Dovecot aborted the saving
833828
  - Output streams sometimes sent data duplicated and lost part of it.
833828
    This could have caused various strange problems, but looks like in
833828
    practise it rarely caused real problems.
833828
833828
* Wed Aug  4 2004 John Dennis <jdennis@redhat.com>
833828
- change release field separator from comma to dot, bump build number
833828
833828
* Mon Aug  2 2004 John Dennis <jdennis@redhat.com> 0.99.10.9-1,FC3,1
833828
- bring up to date with latest upstream, fixes include:
833828
- LDAP support compiles now with Solaris LDAP library
833828
- IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
833828
  didn't contain Content-Type header.
833828
- MySQL and PostgreSQL auth didn't reconnect if connection was lost
833828
  to SQL server
833828
- Linking fixes for dovecot-auth with some systems
833828
- Last fix for disconnecting client when downloading mail longer than
833828
  30 seconds actually made it never disconnect client. Now it works
833828
  properly: disconnect when client hasn't read _any_ data for 30
833828
  seconds.
833828
- MySQL compiling got broken in last release
833828
- More PostgreSQL reconnection fixing
833828
833828
833828
* Mon Jul 26 2004 John Dennis <jdennis@redhat.com> 0.99.10.7-1,FC3,1
833828
- enable postgres and mySQL in build
833828
- fix configure to look for mysql in alternate locations
833828
- nuke configure script in tar file, recreate from configure.in using autoconf
833828
833828
- bring up to latest upstream, which included:
833828
- Added outlook-pop3-no-nuls workaround to fix Outlook hang in mails with NULs.
833828
- Config file lines can now contain quoted strings ("value ")
833828
- If client didn't finish downloading a single mail in 30 seconds,
833828
  Dovecot closed the connection. This was supposed to work so that
833828
  if client hasn't read data at all in 30 seconds, it's disconnected.
833828
- Maildir: LIST now doesn't skip symlinks
833828
833828
833828
* Wed Jun 30 2004 John Dennis <jdennis@redhat.com>
833828
- bump rev for build
833828
- change rev for FC3 build
833828
833828
* Fri Jun 25 2004 John Dennis <jdennis@redhat.com> - 0.99.10.6-1
833828
- bring up to date with upstream,
833828
  recent change log comments from Timo Sirainen were:
833828
  SHA1 password support using OpenSSL crypto library
833828
  mail_extra_groups setting
833828
  maildir_stat_dirs setting
833828
  Added NAMESPACE capability and command
833828
  Autocreate missing maildirs (instead of crashing)
833828
  Fixed occational crash in maildir synchronization
833828
  Fixed occational assertion crash in ioloop.c
833828
  Fixed FreeBSD compiling issue
833828
  Fixed issues with 64bit Solaris binary
833828
833828
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
833828
- rebuilt
833828
833828
* Thu May 27 2004 David Woodhouse <dwmw2@redhat.com> 0.99.10.5-1
833828
- Update to 0.99.10.5 to fix maildir segfaults (#123022)
833828
833828
* Fri May 07 2004 Warren Togami <wtogami@redhat.com> 0.99.10.4-4
833828
- default auth config that is actually usable
833828
- Timo Sirainen (author) suggested functionality fixes
833828
  maildir, imap-fetch-body-section, customflags-fix
833828
833828
* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com>
833828
- Use ':' instead of '.' as separator for chown.
833828
833828
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 0.99.10.4-3
833828
- restart properly if it dies (#115594)
833828
833828
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
833828
- rebuilt
833828
833828
* Mon Nov 24 2003 Jeremy Katz <katzj@redhat.com> 0.99.10.4-1
833828
- update to 0.99.10.4
833828
833828
* Mon Oct  6 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-7
833828
- another patch from upstream to fix returning invalid data on partial 
833828
  BODY[part] fetches
833828
- patch to avoid confusion of draft/deleted in indexes
833828
833828
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-6
833828
- add some patches from upstream (#104288)
833828
833828
* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-5
833828
- fix startup with 2.6 with patch from upstream (#103801)
833828
833828
* Tue Sep  2 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-4
833828
- fix assert in search code (#103383)
833828
833828
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.99.10-3
833828
- rebuild
833828
833828
* Thu Jul 17 2003 Bill Nottingham <notting@redhat.com> 0.99.10-2
833828
- don't run by default
833828
833828
* Thu Jun 26 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-1
833828
- 0.99.10
833828
833828
* Mon Jun 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-0.2
833828
- 0.99.10-rc2 (includes ssl detection fix)
833828
- a few tweaks from fedora
833828
  - noreplace the config file
833828
  - configure --with-ldap to get LDAP enabled
833828
833828
* Mon Jun 23 2003 Jeremy Katz <katzj@redhat.com> 0.99.10-0.1
833828
- 0.99.10-rc1
833828
- add fix for ssl detection
833828
- add zlib-devel to BuildRequires
833828
- change pam service name to dovecot
833828
- include pam config
833828
833828
* Thu May  8 2003 Jeremy Katz <katzj@redhat.com> 0.99.9.1-1
833828
- update to 0.99.9.1
833828
- add patch from upstream to fix potential bug when fetching with 
833828
  CR+LF linefeeds
833828
- tweak some things in the initscript and config file noticed by the 
833828
  fedora folks
833828
833828
* Sun Mar 16 2003 Jeremy Katz <katzj@redhat.com> 0.99.8.1-2
833828
- fix ssl dir
833828
- own /var/run/dovecot/login with the correct perms
833828
- fix chmod/chown in post
833828
833828
* Fri Mar 14 2003 Jeremy Katz <katzj@redhat.com> 0.99.8.1-1
833828
- update to 0.99.8.1
833828
833828
* Tue Mar 11 2003 Jeremy Katz <katzj@redhat.com> 0.99.8-2
833828
- add a patch to fix quoting problem from CVS
833828
833828
* Mon Mar 10 2003 Jeremy Katz <katzj@redhat.com> 0.99.8-1
833828
- 0.99.8
833828
- add some buildrequires
833828
- fixup to build with openssl 0.9.7
833828
- now includes a pop3 daemon (off by default)
833828
- clean up description and %%preun
833828
- add dovecot user (uid/gid of 97)
833828
- add some buildrequires
833828
- move the ssl cert to %%{_datadir}/ssl/certs
833828
- create a dummy ssl cert in %%post
833828
- own /var/run/dovecot
833828
- make the config file a source so we get default mbox locks of fcntl
833828
833828
* Sun Dec  1 2002 Seth Vidal <skvidal@phy.duke.edu>
833828
- 0.99.4 and fix startup so it starts imap-master not vsftpd :)
833828
833828
* Tue Nov 26 2002 Seth Vidal <skvidal@phy.duke.edu>
833828
- first build