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