Update to Dovecot 2.1.7, from Brad.

See the upgrade notes at http://wiki2.dovecot.org/Upgrading/2.1
- you will probably need to merge updates to 10-mail.conf.
This commit is contained in:
sthen 2012-06-08 22:04:10 +00:00
parent 6d2fa8d519
commit cd063454d7
11 changed files with 110 additions and 64 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.187 2012/05/17 07:48:15 sthen Exp $ # $OpenBSD: Makefile,v 1.188 2012/06/08 22:04:10 sthen Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -6,11 +6,10 @@ COMMENT-server= compact IMAP/POP3 server
COMMENT-ldap= LDAP authentication support for Dovecot COMMENT-ldap= LDAP authentication support for Dovecot
COMMENT-mysql= MySQL authentication / dictionary support for Dovecot COMMENT-mysql= MySQL authentication / dictionary support for Dovecot
COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot
REVISION-server= 0
# Bump dovecot-pigeonhole every time you update to a new Dovecot version. # Bump dovecot-pigeonhole every time you update to a new Dovecot version.
V_MAJOR= 2.0 V_MAJOR= 2.1
V_DOVECOT= 2.0.20 V_DOVECOT= 2.1.7
DISTNAME= dovecot-${V_DOVECOT} DISTNAME= dovecot-${V_DOVECOT}
PKGNAME= dovecot-${V_DOVECOT} PKGNAME= dovecot-${V_DOVECOT}
@ -21,11 +20,12 @@ PKGNAME-postgresql= dovecot-postgresql-${V_DOVECOT}
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/ MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/
SHARED_LIBS= dovecot-lda 0.0 \ SHARED_LIBS= dovecot-lda 1.0 \
dovecot-login 0.0 \ dovecot-login 1.0 \
dovecot-sql 0.0 \ dovecot-sql 1.0 \
dovecot-storage 0.0 \ dovecot-ssl 0.0 \
dovecot 0.0 dovecot-storage 1.0 \
dovecot 1.0
HOMEPAGE= http://www.dovecot.org/ HOMEPAGE= http://www.dovecot.org/
@ -39,7 +39,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB-server= asn1 bz2 c crypto gssapi krb5 sqlite3 ssl z \ WANTLIB-server= asn1 bz2 c crypto gssapi krb5 sqlite3 ssl z \
${MODLIBICONV_WANTLIB} ${MODLIBICONV_WANTLIB}
WANTLIB-ldap= asn1 com_err crypto gssapi krb5 lber-2.4 ldap-2.4 sasl2 ssl WANTLIB-ldap= asn1 com_err crypto gssapi krb5 lber ldap sasl2 ssl
WANTLIB-mysql= crypto m lib/mysql/mysqlclient>=10 ssl z WANTLIB-mysql= crypto m lib/mysql/mysqlclient>=10 ssl z
WANTLIB-postgresql= com_err crypto pq>=4 ssl WANTLIB-postgresql= com_err crypto pq>=4 ssl
@ -52,7 +52,7 @@ RUN_DEPENDS-mysql= ${BASE_PKGPATH}=${V_DOVECOT}
LIB_DEPENDS-postgresql= databases/postgresql LIB_DEPENDS-postgresql= databases/postgresql
RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT} RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT}
USE_LIBTOOL= Yes USE_LIBTOOL= gnu
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-gssapi \ CONFIGURE_ARGS= --with-gssapi \
--with-rundir=/var/dovecot \ --with-rundir=/var/dovecot \
@ -61,6 +61,7 @@ CONFIGURE_ARGS= --with-gssapi \
--with-statedir=/var/dovecot \ --with-statedir=/var/dovecot \
--without-pam \ --without-pam \
--without-shadow \ --without-shadow \
--without-stemmer \
--without-vpopmail --without-vpopmail
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (dovecot-2.0.20.tar.gz) = 5nwWxbfKaCRK6IVpq1eQPw== MD5 (dovecot-2.1.7.tar.gz) = tS0PrxuewhvFVSaR/g/x0Q==
RMD160 (dovecot-2.0.20.tar.gz) = T7Pv5s6hzaRzYBKAg1Vz6NtGNMc= RMD160 (dovecot-2.1.7.tar.gz) = cide8vFAjxw2H5TTehTTNUVwa0Q=
SHA1 (dovecot-2.0.20.tar.gz) = xCHprLb7TlCabJu9gpcCCVQ8//A= SHA1 (dovecot-2.1.7.tar.gz) = aPxsgLcZRtiPSSsxgstztDuSG74=
SHA256 (dovecot-2.0.20.tar.gz) = +mMBWRJ+cQ3NYjuZvGVdH1+FiR/RYV8ZTqctT+PPgsA= SHA256 (dovecot-2.1.7.tar.gz) = 1be8Yf/5R3Iq6+EuuyXpLDjOPifhTrxUz8ZvCzRs9FI=
SIZE (dovecot-2.0.20.tar.gz) = 3360751 SIZE (dovecot-2.1.7.tar.gz) = 3778791

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_Makefile_in,v 1.1 2011/05/23 22:54:38 sthen Exp $ $OpenBSD: patch-doc_example-config_Makefile_in,v 1.2 2012/06/08 22:04:10 sthen Exp $
--- doc/example-config/Makefile.in.orig Wed May 11 10:35:51 2011 --- doc/example-config/Makefile.in.orig Fri May 4 17:14:16 2012
+++ doc/example-config/Makefile.in Wed May 11 20:26:49 2011 +++ doc/example-config/Makefile.in Sat May 12 22:47:30 2012
@@ -285,7 +285,7 @@ top_srcdir = @top_srcdir@ @@ -296,7 +296,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = conf.d SUBDIRS = conf.d
pkgsysconfdir = $(sysconfdir)/dovecot pkgsysconfdir = $(sysconfdir)/dovecot
nodist_pkgsysconf_DATA = README nodist_pkgsysconf_DATA = README

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_conf_d_10-mail_conf,v 1.1 2011/05/23 22:54:38 sthen Exp $ $OpenBSD: patch-doc_example-config_conf_d_10-mail_conf,v 1.2 2012/06/08 22:04:10 sthen Exp $
--- doc/example-config/conf.d/10-mail.conf.orig Thu Dec 30 10:42:54 2010 --- doc/example-config/conf.d/10-mail.conf.orig Fri May 4 17:14:02 2012
+++ doc/example-config/conf.d/10-mail.conf Tue Mar 22 15:11:14 2011 +++ doc/example-config/conf.d/10-mail.conf Sat May 12 22:47:31 2012
@@ -132,8 +132,9 @@ @@ -129,8 +129,9 @@ namespace inbox {
## ##
# Don't use mmap() at all. This is required if you store indexes to shared # Don't use mmap() at all. This is required if you store indexes to shared
@ -13,7 +13,7 @@ $OpenBSD: patch-doc_example-config_conf_d_10-mail_conf,v 1.1 2011/05/23 22:54:38
# Rely on O_EXCL to work when creating dotlock files. NFS supports O_EXCL # Rely on O_EXCL to work when creating dotlock files. NFS supports O_EXCL
# since version 3, so this should be safe to use nowadays by default. # since version 3, so this should be safe to use nowadays by default.
@@ -197,10 +198,10 @@ @@ -194,10 +195,10 @@ namespace inbox {
# UNIX socket path to master authentication server to find users. # UNIX socket path to master authentication server to find users.
# This is used by imap (for shared users) and lda. # This is used by imap (for shared users) and lda.
@ -26,7 +26,7 @@ $OpenBSD: patch-doc_example-config_conf_d_10-mail_conf,v 1.1 2011/05/23 22:54:38
# Space separated list of plugins to load for all services. Plugins specific to # Space separated list of plugins to load for all services. Plugins specific to
# IMAP, LDA, etc. are added to this list in their own .conf files. # IMAP, LDA, etc. are added to this list in their own .conf files.
@@ -266,7 +267,7 @@ @@ -277,7 +278,7 @@ namespace inbox {
# locking methods as well. Some operating systems don't allow using some of # locking methods as well. Some operating systems don't allow using some of
# them simultaneously. # them simultaneously.
#mbox_read_locks = fcntl #mbox_read_locks = fcntl

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_conf_d_20-pop3_conf,v 1.1 2011/05/23 22:54:38 sthen Exp $ $OpenBSD: patch-doc_example-config_conf_d_20-pop3_conf,v 1.2 2012/06/08 22:04:10 sthen Exp $
--- doc/example-config/conf.d/20-pop3.conf.orig Tue Mar 22 15:09:10 2011 --- doc/example-config/conf.d/20-pop3.conf.orig Mon May 14 14:07:32 2012
+++ doc/example-config/conf.d/20-pop3.conf Tue Mar 22 15:09:44 2011 +++ doc/example-config/conf.d/20-pop3.conf Fri Jun 1 16:26:41 2012
@@ -82,5 +82,5 @@ protocol pop3 { @@ -87,5 +87,5 @@ protocol pop3 {
# Outlook Express and Netscape Mail breaks if end of headers-line is # Outlook Express and Netscape Mail breaks if end of headers-line is
# missing. This option simply sends it if it's missing. # missing. This option simply sends it if it's missing.
# The list is space-separated. # The list is space-separated.

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.1 2011/05/23 22:54:38 sthen Exp $ $OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.2 2012/06/08 22:04:10 sthen Exp $
--- doc/example-config/conf.d/Makefile.in.orig Wed May 11 10:35:51 2011 --- doc/example-config/conf.d/Makefile.in.orig Fri May 4 17:14:16 2012
+++ doc/example-config/conf.d/Makefile.in Wed May 11 20:26:49 2011 +++ doc/example-config/conf.d/Makefile.in Sat May 12 22:47:31 2012
@@ -242,7 +242,7 @@ top_build_prefix = @top_build_prefix@ @@ -253,7 +253,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
pkgsysconfdir = $(sysconfdir)/dovecot pkgsysconfdir = $(sysconfdir)/dovecot

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_example-config_dovecot_conf,v 1.2 2012/02/17 22:10:34 sthen Exp $ $OpenBSD: patch-doc_example-config_dovecot_conf,v 1.3 2012/06/08 22:04:10 sthen Exp $
--- doc/example-config/dovecot.conf.orig Thu Feb 9 12:32:48 2012 --- doc/example-config/dovecot.conf.orig Thu Mar 15 10:12:46 2012
+++ doc/example-config/dovecot.conf Thu Feb 16 19:05:38 2012 +++ doc/example-config/dovecot.conf Sat May 12 22:47:31 2012
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
#listen = *, :: #listen = *, ::
@ -8,5 +8,5 @@ $OpenBSD: patch-doc_example-config_dovecot_conf,v 1.2 2012/02/17 22:10:34 sthen
-#base_dir = /var/run/dovecot/ -#base_dir = /var/run/dovecot/
+#base_dir = /var/dovecot/ +#base_dir = /var/dovecot/
# Name of this instance. Used to prefix all Dovecot processes in ps output. # Name of this instance. In multi-instance setup doveadm and other commands
#instance_name = dovecot # can use -i <instance_name> to select which instance is used (an alternative

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_auth_Makefile_in,v 1.1 2012/01/28 21:35:02 sthen Exp $ $OpenBSD: patch-src_auth_Makefile_in,v 1.2 2012/06/08 22:04:10 sthen Exp $
Heimdal libkrb5 exports base64_encode and base64_decode conflicting Heimdal libkrb5 exports base64_encode and base64_decode conflicting
with libdovecot's versions. Workaround the namespace pollution issue with libdovecot's versions. Workaround the namespace pollution issue
by statically linking libdovecot so its symbols take precedence. by statically linking libdovecot so its symbols take precedence.
--- src/auth/Makefile.in.orig Sat Jan 28 20:46:02 2012 --- src/auth/Makefile.in.orig Fri May 4 17:14:17 2012
+++ src/auth/Makefile.in Sat Jan 28 20:46:30 2012 +++ src/auth/Makefile.in Sat May 12 23:47:00 2012
@@ -218,7 +218,7 @@ LD = @LD@ @@ -241,7 +241,7 @@ LD = @LD@
LDAP_LIBS = @LDAP_LIBS@ LDAP_LIBS = @LDAP_LIBS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBCAP = @LIBCAP@ LIBCAP = @LIBCAP@

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_doveadm_Makefile_in,v 1.1 2012/01/28 21:35:02 sthen Exp $ $OpenBSD: patch-src_doveadm_Makefile_in,v 1.2 2012/06/08 22:04:10 sthen Exp $
Heimdal libkrb5 exports base64_encode and base64_decode conflicting Heimdal libkrb5 exports base64_encode and base64_decode conflicting
with libdovecot's versions. Workaround the namespace pollution issue with libdovecot's versions. Workaround the namespace pollution issue
by statically linking libdovecot so its symbols take precedence. by statically linking libdovecot so its symbols take precedence.
--- src/doveadm/Makefile.in.orig Fri Jan 6 13:26:43 2012 --- src/doveadm/Makefile.in.orig Fri May 4 17:14:17 2012
+++ src/doveadm/Makefile.in Sat Jan 28 20:22:18 2012 +++ src/doveadm/Makefile.in Sat May 12 23:47:29 2012
@@ -146,7 +146,7 @@ LD = @LD@ @@ -187,7 +187,7 @@ LD = @LD@
LDAP_LIBS = @LDAP_LIBS@ LDAP_LIBS = @LDAP_LIBS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
LIBCAP = @LIBCAP@ LIBCAP = @LIBCAP@

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-src_master_master-settings_c,v 1.14 2012/02/17 22:10:34 sthen Exp $ $OpenBSD: patch-src_master_master-settings_c,v 1.15 2012/06/08 22:04:10 sthen Exp $
changed settings are also present in src/config/all-settings.c; this file changed settings are also present in src/config/all-settings.c; this file
is rebuilt as part of the Dovecot build. is rebuilt as part of the Dovecot build.
--- src/master/master-settings.c.orig Thu Feb 9 12:32:48 2012 --- src/master/master-settings.c.orig Mon Apr 23 08:35:06 2012
+++ src/master/master-settings.c Thu Feb 16 19:05:38 2012 +++ src/master/master-settings.c Sat May 12 22:47:31 2012
@@ -216,8 +216,8 @@ static const struct master_settings master_default_set @@ -217,8 +217,8 @@ static const struct master_settings master_default_set
.protocols = "imap pop3 lmtp", .protocols = "imap pop3 lmtp",
.listen = "*, ::", .listen = "*, ::",
.ssl = "yes:no:required", .ssl = "yes:no:required",

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-server,v 1.30 2012/05/17 07:48:15 sthen Exp $ @comment $OpenBSD: PLIST-server,v 1.31 2012/06/08 22:04:10 sthen Exp $
@conflict dovecot-sqlite-*
@pkgpath mail/dovecot @pkgpath mail/dovecot
@pkgpath mail/dovecot,-server,bdb @pkgpath mail/dovecot,-server,bdb
@pkgpath mail/dovecot,-server,bdb,ldap,mysql,postgresql,sqlite @pkgpath mail/dovecot,-server,bdb,ldap,mysql,postgresql,sqlite
@ -12,7 +13,6 @@
@pkgpath mail/dovecot,postgresql @pkgpath mail/dovecot,postgresql
@pkgpath mail/dovecot,sqlite @pkgpath mail/dovecot,sqlite
@pkgpath mail/dovecot,-sqlite @pkgpath mail/dovecot,-sqlite
@conflict dovecot-sqlite-*
@ask-update dovecot-<2.0 You will need to change your conf @ask-update dovecot-<2.0 You will need to change your conf
@newgroup _dovecot:518 @newgroup _dovecot:518
@newgroup _dovenull:666 @newgroup _dovenull:666
@ -21,7 +21,7 @@
@extraunexec rm -rf /var/dovecot/* @extraunexec rm -rf /var/dovecot/*
@bin bin/doveadm @bin bin/doveadm
@bin bin/doveconf @bin bin/doveconf
@bin bin/dsync bin/dsync
include/dovecot/ include/dovecot/
include/dovecot/abspath.h include/dovecot/abspath.h
include/dovecot/access-lookup.h include/dovecot/access-lookup.h
@ -40,6 +40,7 @@ include/dovecot/auth-common.h
include/dovecot/auth-master-connection.h include/dovecot/auth-master-connection.h
include/dovecot/auth-master.h include/dovecot/auth-master.h
include/dovecot/auth-penalty.h include/dovecot/auth-penalty.h
include/dovecot/auth-postfix-connection.h
include/dovecot/auth-request-handler.h include/dovecot/auth-request-handler.h
include/dovecot/auth-request.h include/dovecot/auth-request.h
include/dovecot/auth-server-connection.h include/dovecot/auth-server-connection.h
@ -87,6 +88,7 @@ include/dovecot/duplicate.h
include/dovecot/eacces-error.h include/dovecot/eacces-error.h
include/dovecot/env-util.h include/dovecot/env-util.h
include/dovecot/execv-const.h include/dovecot/execv-const.h
include/dovecot/fail-mail-storage.h
include/dovecot/failures.h include/dovecot/failures.h
include/dovecot/fd-close-on-exec.h include/dovecot/fd-close-on-exec.h
include/dovecot/fd-set-nonblock.h include/dovecot/fd-set-nonblock.h
@ -101,6 +103,7 @@ include/dovecot/fs-api-private.h
include/dovecot/fs-api.h include/dovecot/fs-api.h
include/dovecot/fs-sis-common.h include/dovecot/fs-sis-common.h
include/dovecot/fsync-mode.h include/dovecot/fsync-mode.h
include/dovecot/guid.h
include/dovecot/hash-format.h include/dovecot/hash-format.h
include/dovecot/hash-method.h include/dovecot/hash-method.h
include/dovecot/hash.h include/dovecot/hash.h
@ -108,6 +111,7 @@ include/dovecot/hash2.h
include/dovecot/hex-binary.h include/dovecot/hex-binary.h
include/dovecot/hex-dec.h include/dovecot/hex-dec.h
include/dovecot/hmac-md5.h include/dovecot/hmac-md5.h
include/dovecot/hmac-sha1.h
include/dovecot/home-expand.h include/dovecot/home-expand.h
include/dovecot/hostpid.h include/dovecot/hostpid.h
include/dovecot/imap-arg.h include/dovecot/imap-arg.h
@ -134,10 +138,19 @@ include/dovecot/imap-status.h
include/dovecot/imap-sync.h include/dovecot/imap-sync.h
include/dovecot/imap-utf7.h include/dovecot/imap-utf7.h
include/dovecot/imap-util.h include/dovecot/imap-util.h
include/dovecot/imapc-client-private.h
include/dovecot/imapc-client.h
include/dovecot/imapc-connection.h
include/dovecot/imapc-list.h
include/dovecot/imapc-mail.h
include/dovecot/imapc-msgmap.h
include/dovecot/imapc-settings.h
include/dovecot/imapc-storage.h
include/dovecot/imapc-sync.h
include/dovecot/imem.h include/dovecot/imem.h
include/dovecot/index-attachment.h include/dovecot/index-attachment.h
include/dovecot/index-mail.h include/dovecot/index-mail.h
include/dovecot/index-mailbox-list.h include/dovecot/index-search-private.h
include/dovecot/index-search-result.h include/dovecot/index-search-result.h
include/dovecot/index-sort-private.h include/dovecot/index-sort-private.h
include/dovecot/index-sort.h include/dovecot/index-sort.h
@ -145,11 +158,15 @@ include/dovecot/index-storage.h
include/dovecot/index-sync-changes.h include/dovecot/index-sync-changes.h
include/dovecot/index-sync-private.h include/dovecot/index-sync-private.h
include/dovecot/index-thread-private.h include/dovecot/index-thread-private.h
include/dovecot/ioloop-internal.h
include/dovecot/ioloop-iolist.h include/dovecot/ioloop-iolist.h
include/dovecot/ioloop-notify-fd.h include/dovecot/ioloop-notify-fd.h
include/dovecot/ioloop-private.h
include/dovecot/ioloop.h include/dovecot/ioloop.h
include/dovecot/iostream-internal.h include/dovecot/iostream-openssl.h
include/dovecot/iostream-private.h
include/dovecot/iostream-rawlog-private.h
include/dovecot/iostream-rawlog.h
include/dovecot/iostream-ssl.h
include/dovecot/ipc-client.h include/dovecot/ipc-client.h
include/dovecot/ipc-server.h include/dovecot/ipc-server.h
include/dovecot/ipwd.h include/dovecot/ipwd.h
@ -159,9 +176,10 @@ include/dovecot/istream-concat.h
include/dovecot/istream-crlf.h include/dovecot/istream-crlf.h
include/dovecot/istream-dot.h include/dovecot/istream-dot.h
include/dovecot/istream-header-filter.h include/dovecot/istream-header-filter.h
include/dovecot/istream-internal.h include/dovecot/istream-mail.h
include/dovecot/istream-mail-stats.h include/dovecot/istream-private.h
include/dovecot/istream-raw-mbox.h include/dovecot/istream-raw-mbox.h
include/dovecot/istream-rawlog.h
include/dovecot/istream-seekable.h include/dovecot/istream-seekable.h
include/dovecot/istream-tee.h include/dovecot/istream-tee.h
include/dovecot/istream.h include/dovecot/istream.h
@ -206,10 +224,11 @@ include/dovecot/mail-transaction-log-private.h
include/dovecot/mail-transaction-log-view-private.h include/dovecot/mail-transaction-log-view-private.h
include/dovecot/mail-transaction-log.h include/dovecot/mail-transaction-log.h
include/dovecot/mail-types.h include/dovecot/mail-types.h
include/dovecot/mail-user-hash.h
include/dovecot/mail-user.h include/dovecot/mail-user.h
include/dovecot/mailbox-guid-cache.h
include/dovecot/mailbox-list-delete.h include/dovecot/mailbox-list-delete.h
include/dovecot/mailbox-list-fs.h include/dovecot/mailbox-list-fs.h
include/dovecot/mailbox-list-index-private.h
include/dovecot/mailbox-list-index.h include/dovecot/mailbox-list-index.h
include/dovecot/mailbox-list-maildir.h include/dovecot/mailbox-list-maildir.h
include/dovecot/mailbox-list-private.h include/dovecot/mailbox-list-private.h
@ -219,6 +238,7 @@ include/dovecot/mailbox-log.h
include/dovecot/mailbox-search-result-private.h include/dovecot/mailbox-search-result-private.h
include/dovecot/mailbox-tree.h include/dovecot/mailbox-tree.h
include/dovecot/mailbox-uidvalidity.h include/dovecot/mailbox-uidvalidity.h
include/dovecot/maildir-filename-flags.h
include/dovecot/maildir-filename.h include/dovecot/maildir-filename.h
include/dovecot/maildir-keywords.h include/dovecot/maildir-keywords.h
include/dovecot/maildir-settings.h include/dovecot/maildir-settings.h
@ -226,6 +246,7 @@ include/dovecot/maildir-storage.h
include/dovecot/maildir-sync.h include/dovecot/maildir-sync.h
include/dovecot/maildir-uidlist.h include/dovecot/maildir-uidlist.h
include/dovecot/master-auth.h include/dovecot/master-auth.h
include/dovecot/master-instance.h
include/dovecot/master-interface.h include/dovecot/master-interface.h
include/dovecot/master-login-auth.h include/dovecot/master-login-auth.h
include/dovecot/master-login.h include/dovecot/master-login.h
@ -269,6 +290,7 @@ include/dovecot/mkdir-parents.h
include/dovecot/mmap-util.h include/dovecot/mmap-util.h
include/dovecot/module-context.h include/dovecot/module-context.h
include/dovecot/module-dir.h include/dovecot/module-dir.h
include/dovecot/mountpoint-list.h
include/dovecot/mountpoint.h include/dovecot/mountpoint.h
include/dovecot/mycrypt.h include/dovecot/mycrypt.h
include/dovecot/network.h include/dovecot/network.h
@ -276,10 +298,12 @@ include/dovecot/nfs-workarounds.h
include/dovecot/notify-plugin-private.h include/dovecot/notify-plugin-private.h
include/dovecot/notify-plugin.h include/dovecot/notify-plugin.h
include/dovecot/ostream-cmp.h include/dovecot/ostream-cmp.h
include/dovecot/ostream-internal.h include/dovecot/ostream-private.h
include/dovecot/ostream-rawlog.h
include/dovecot/ostream.h include/dovecot/ostream.h
include/dovecot/passdb-blocking.h include/dovecot/passdb-blocking.h
include/dovecot/passdb-cache.h include/dovecot/passdb-cache.h
include/dovecot/passdb-template.h
include/dovecot/passdb.h include/dovecot/passdb.h
include/dovecot/password-scheme.h include/dovecot/password-scheme.h
include/dovecot/pop3-capability.h include/dovecot/pop3-capability.h
@ -287,6 +311,10 @@ include/dovecot/pop3-client.h
include/dovecot/pop3-commands.h include/dovecot/pop3-commands.h
include/dovecot/pop3-common.h include/dovecot/pop3-common.h
include/dovecot/pop3-settings.h include/dovecot/pop3-settings.h
include/dovecot/pop3c-client.h
include/dovecot/pop3c-settings.h
include/dovecot/pop3c-storage.h
include/dovecot/pop3c-sync.h
include/dovecot/primes.h include/dovecot/primes.h
include/dovecot/printf-format-fix.h include/dovecot/printf-format-fix.h
include/dovecot/priorityq.h include/dovecot/priorityq.h
@ -335,7 +363,7 @@ include/dovecot/unix-socket-create.h
include/dovecot/unlink-directory.h include/dovecot/unlink-directory.h
include/dovecot/unlink-old-files.h include/dovecot/unlink-old-files.h
include/dovecot/userdb-blocking.h include/dovecot/userdb-blocking.h
include/dovecot/userdb-static.h include/dovecot/userdb-template.h
include/dovecot/userdb-vpopmail.h include/dovecot/userdb-vpopmail.h
include/dovecot/userdb.h include/dovecot/userdb.h
include/dovecot/utc-mktime.h include/dovecot/utc-mktime.h
@ -345,6 +373,7 @@ include/dovecot/wildcard-match.h
include/dovecot/write-full.h include/dovecot/write-full.h
lib/dovecot/ lib/dovecot/
lib/dovecot/auth/ lib/dovecot/auth/
lib/dovecot/auth/libauthdb_imap.so
lib/dovecot/auth/libdriver_sqlite.so lib/dovecot/auth/libdriver_sqlite.so
lib/dovecot/dict/ lib/dovecot/dict/
lib/dovecot/dict/libdriver_sqlite.so lib/dovecot/dict/libdriver_sqlite.so
@ -353,10 +382,12 @@ lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so
lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so
lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so
lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
lib/dovecot/doveadm/lib20_doveadm_fts_plugin.so
lib/dovecot/dovecot-config lib/dovecot/dovecot-config
lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib01_acl_plugin.so
lib/dovecot/lib02_imap_acl_plugin.so lib/dovecot/lib02_imap_acl_plugin.so
lib/dovecot/lib02_lazy_expunge_plugin.so lib/dovecot/lib02_lazy_expunge_plugin.so
lib/dovecot/lib05_pop3_migration_plugin.so
lib/dovecot/lib05_snarf_plugin.so lib/dovecot/lib05_snarf_plugin.so
lib/dovecot/lib10_quota_plugin.so lib/dovecot/lib10_quota_plugin.so
lib/dovecot/lib11_imap_quota_plugin.so lib/dovecot/lib11_imap_quota_plugin.so
@ -367,21 +398,27 @@ lib/dovecot/lib20_expire_plugin.so
lib/dovecot/lib20_fts_plugin.so lib/dovecot/lib20_fts_plugin.so
lib/dovecot/lib20_listescape_plugin.so lib/dovecot/lib20_listescape_plugin.so
lib/dovecot/lib20_mail_log_plugin.so lib/dovecot/lib20_mail_log_plugin.so
lib/dovecot/lib20_replication_plugin.so
lib/dovecot/lib20_virtual_plugin.so lib/dovecot/lib20_virtual_plugin.so
lib/dovecot/lib20_zlib_plugin.so lib/dovecot/lib20_zlib_plugin.so
lib/dovecot/lib21_fts_squat_plugin.so lib/dovecot/lib21_fts_squat_plugin.so
lib/dovecot/lib30_imap_zlib_plugin.so lib/dovecot/lib30_imap_zlib_plugin.so
lib/dovecot/lib90_stats_plugin.so
lib/dovecot/lib95_imap_stats_plugin.so
@lib lib/dovecot/libdovecot-lda.so.${LIBdovecot-lda_VERSION} @lib lib/dovecot/libdovecot-lda.so.${LIBdovecot-lda_VERSION}
@lib lib/dovecot/libdovecot-login.so.${LIBdovecot-login_VERSION} @lib lib/dovecot/libdovecot-login.so.${LIBdovecot-login_VERSION}
@lib lib/dovecot/libdovecot-sql.so.${LIBdovecot-sql_VERSION} @lib lib/dovecot/libdovecot-sql.so.${LIBdovecot-sql_VERSION}
@lib lib/dovecot/libdovecot-ssl.so.${LIBdovecot-ssl_VERSION}
@lib lib/dovecot/libdovecot-storage.so.${LIBdovecot-storage_VERSION} @lib lib/dovecot/libdovecot-storage.so.${LIBdovecot-storage_VERSION}
@lib lib/dovecot/libdovecot.so.${LIBdovecot_VERSION} @lib lib/dovecot/libdovecot.so.${LIBdovecot_VERSION}
lib/dovecot/libdriver_sqlite.so lib/dovecot/libdriver_sqlite.so
libexec/dovecot/ libexec/dovecot/
@bin libexec/dovecot/aggregator
@bin libexec/dovecot/anvil @bin libexec/dovecot/anvil
@bin libexec/dovecot/auth @bin libexec/dovecot/auth
@bin libexec/dovecot/checkpassword-reply @bin libexec/dovecot/checkpassword-reply
@bin libexec/dovecot/config @bin libexec/dovecot/config
libexec/dovecot/decode2text.sh
libexec/dovecot/deliver libexec/dovecot/deliver
@bin libexec/dovecot/dict @bin libexec/dovecot/dict
@bin libexec/dovecot/director @bin libexec/dovecot/director
@ -391,17 +428,21 @@ libexec/dovecot/deliver
@bin libexec/dovecot/gdbhelper @bin libexec/dovecot/gdbhelper
@bin libexec/dovecot/imap @bin libexec/dovecot/imap
@bin libexec/dovecot/imap-login @bin libexec/dovecot/imap-login
@bin libexec/dovecot/indexer
@bin libexec/dovecot/indexer-worker
@bin libexec/dovecot/ipc @bin libexec/dovecot/ipc
@bin libexec/dovecot/listview
@bin libexec/dovecot/lmtp @bin libexec/dovecot/lmtp
@bin libexec/dovecot/log @bin libexec/dovecot/log
@bin libexec/dovecot/maildirlock @bin libexec/dovecot/maildirlock
@bin libexec/dovecot/pop3 @bin libexec/dovecot/pop3
@bin libexec/dovecot/pop3-login @bin libexec/dovecot/pop3-login
@bin libexec/dovecot/rawlog @bin libexec/dovecot/rawlog
@bin libexec/dovecot/replicator
@bin libexec/dovecot/script @bin libexec/dovecot/script
@bin libexec/dovecot/script-login @bin libexec/dovecot/script-login
@bin libexec/dovecot/ssl-params @bin libexec/dovecot/ssl-params
@bin libexec/dovecot/stats
@bin libexec/dovecot/xml2text
@comment @man man/man1/deliver.1 @comment @man man/man1/deliver.1
@man man/man1/doveadm-altmove.1 @man man/man1/doveadm-altmove.1
@man man/man1/doveadm-auth.1 @man man/man1/doveadm-auth.1
@ -414,9 +455,11 @@ libexec/dovecot/deliver
@man man/man1/doveadm-help.1 @man man/man1/doveadm-help.1
@man man/man1/doveadm-import.1 @man man/man1/doveadm-import.1
@man man/man1/doveadm-index.1 @man man/man1/doveadm-index.1
@man man/man1/doveadm-instance.1
@man man/man1/doveadm-kick.1 @man man/man1/doveadm-kick.1
@man man/man1/doveadm-log.1 @man man/man1/doveadm-log.1
@man man/man1/doveadm-mailbox.1 @man man/man1/doveadm-mailbox.1
@man man/man1/doveadm-mount.1
@man man/man1/doveadm-move.1 @man man/man1/doveadm-move.1
@man man/man1/doveadm-penalty.1 @man man/man1/doveadm-penalty.1
@man man/man1/doveadm-purge.1 @man man/man1/doveadm-purge.1
@ -438,7 +481,6 @@ sbin/dovecot-mkcert.sh
share/aclocal/ share/aclocal/
share/aclocal/dovecot.m4 share/aclocal/dovecot.m4
share/doc/dovecot/ share/doc/dovecot/
share/doc/dovecot/auth-protocol.txt
share/doc/dovecot/documentation.txt share/doc/dovecot/documentation.txt
@sample ${SYSCONFDIR}/dovecot/ @sample ${SYSCONFDIR}/dovecot/
@sample ${SYSCONFDIR}/dovecot/conf.d/ @sample ${SYSCONFDIR}/dovecot/conf.d/
@ -514,6 +556,7 @@ share/doc/dovecot/wiki/Errors.ChgrpNoPerm.txt
share/doc/dovecot/wiki/FindMailLocation.txt share/doc/dovecot/wiki/FindMailLocation.txt
share/doc/dovecot/wiki/FinishBasicConfiguration.txt share/doc/dovecot/wiki/FinishBasicConfiguration.txt
share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
share/doc/dovecot/wiki/HowTo.F5SLBTLSOffload.txt
share/doc/dovecot/wiki/HowTo.ImapcProxy.txt share/doc/dovecot/wiki/HowTo.ImapcProxy.txt
share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt
share/doc/dovecot/wiki/HowTo.PopRelay.txt share/doc/dovecot/wiki/HowTo.PopRelay.txt
@ -678,6 +721,8 @@ share/examples/dovecot/example-config/conf.d/10-ssl.conf
@sample ${SYSCONFDIR}/dovecot/conf.d/10-ssl.conf @sample ${SYSCONFDIR}/dovecot/conf.d/10-ssl.conf
share/examples/dovecot/example-config/conf.d/15-lda.conf share/examples/dovecot/example-config/conf.d/15-lda.conf
@sample ${SYSCONFDIR}/dovecot/conf.d/15-lda.conf @sample ${SYSCONFDIR}/dovecot/conf.d/15-lda.conf
share/examples/dovecot/example-config/conf.d/15-mailboxes.conf
@sample ${SYSCONFDIR}/dovecot/conf.d/15-mailboxes.conf
share/examples/dovecot/example-config/conf.d/20-imap.conf share/examples/dovecot/example-config/conf.d/20-imap.conf
@sample ${SYSCONFDIR}/dovecot/conf.d/20-imap.conf @sample ${SYSCONFDIR}/dovecot/conf.d/20-imap.conf
share/examples/dovecot/example-config/conf.d/20-lmtp.conf share/examples/dovecot/example-config/conf.d/20-lmtp.conf