On Thu, May 17, 2012 at 07:10:59PM -0400, Brad Smith wrote:
> Attached is a start at providing updates to Dovecot 2.1 and the
> associated add-ons. The antispam update was provided by sthen@.
> So if you have a new enough -current system and can provide any
> feedback please do so.
>
> Note: none of this has been tested so far other than ensuring
> it builds.
Tested now. Here is an updated diff with a README added to hint
at the fact that at least the max number of open file descriptors
needs to be bumped up.
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.187
diff -u -p -r1.187 Makefile
--- Makefile 17 May 2012 07:48:15 -0000 1.187
+++ Makefile 17 May 2012 23:12:30 -0000
@@ -6,11 +6,10 @@ COMMENT-server= compact IMAP/POP3 server
COMMENT-ldap= LDAP authentication support for Dovecot
COMMENT-mysql= MySQL 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.
-V_MAJOR= 2.0
-V_DOVECOT= 2.0.20
+V_MAJOR= 2.1
+V_DOVECOT= 2.1.6
DISTNAME= dovecot-${V_DOVECOT}
PKGNAME= dovecot-${V_DOVECOT}
@@ -21,11 +20,12 @@ PKGNAME-postgresql= dovecot-postgresql-$
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/
-SHARED_LIBS= dovecot-lda 0.0 \
- dovecot-login 0.0 \
- dovecot-sql 0.0 \
- dovecot-storage 0.0 \
- dovecot 0.0
+SHARED_LIBS= dovecot-lda 1.0 \
+ dovecot-login 1.0 \
+ dovecot-sql 1.0 \
+ dovecot-ssl 0.0 \
+ dovecot-storage 1.0 \
+ dovecot 1.0
HOMEPAGE= http://www.dovecot.org/
@@ -39,7 +39,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB-server= asn1 bz2 c crypto gssapi krb5 sqlite3 ssl z \
${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-postgresql= com_err crypto pq>=4 ssl
@@ -52,7 +52,7 @@ RUN_DEPENDS-mysql= ${BASE_PKGPATH}=${V_D
LIB_DEPENDS-postgresql= databases/postgresql
RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT}
-USE_LIBTOOL= Yes
+USE_LIBTOOL= gnu
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-gssapi \
--with-rundir=/var/dovecot \
@@ -61,6 +61,7 @@ CONFIGURE_ARGS= --with-gssapi \
--with-statedir=/var/dovecot \
--without-pam \
--without-shadow \
+ --without-stemmer \
--without-vpopmail
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.97
diff -u -p -r1.97 distinfo
--- distinfo 10 Apr 2012 22:39:08 -0000 1.97
+++ distinfo 13 May 2012 02:37:07 -0000
@@ -1,5 +1,5 @@
-MD5 (dovecot-2.0.20.tar.gz) = 5nwWxbfKaCRK6IVpq1eQPw==
-RMD160 (dovecot-2.0.20.tar.gz) = T7Pv5s6hzaRzYBKAg1Vz6NtGNMc=
-SHA1 (dovecot-2.0.20.tar.gz) = xCHprLb7TlCabJu9gpcCCVQ8//A=
-SHA256 (dovecot-2.0.20.tar.gz) = +mMBWRJ+cQ3NYjuZvGVdH1+FiR/RYV8ZTqctT+PPgsA=
-SIZE (dovecot-2.0.20.tar.gz) = 3360751
+MD5 (dovecot-2.1.6.tar.gz) = VtKo1Sc9OcqkHWqN2fRELA==
+RMD160 (dovecot-2.1.6.tar.gz) = gH3cxBQCsOpsi/0z7I357R/3XZU=
+SHA1 (dovecot-2.1.6.tar.gz) = iL3oqBEGRu8aW1lDN6IZZOWzWFA=
+SHA256 (dovecot-2.1.6.tar.gz) = S4GyzfYkNExsL/kb4beUkRtRyY3/okCVpty8fra8Hok=
+SIZE (dovecot-2.1.6.tar.gz) = 3773967
Index: patches/patch-doc_example-config_Makefile_in
===================================================================
RCS file:
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_Makefile_in
--- patches/patch-doc_example-config_Makefile_in 23 May 2011 22:54:38
-0000 1.1
+++ patches/patch-doc_example-config_Makefile_in 13 May 2012 02:49:32
-0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_Makefile_in,v 1.1 2011/05/23 22:54:38 sthen
Exp $
---- doc/example-config/Makefile.in.orig Wed May 11 10:35:51 2011
-+++ doc/example-config/Makefile.in Wed May 11 20:26:49 2011
-@@ -285,7 +285,7 @@ top_srcdir = @top_srcdir@
+--- doc/example-config/Makefile.in.orig Fri May 4 17:14:16 2012
++++ doc/example-config/Makefile.in Sat May 12 22:47:30 2012
+@@ -296,7 +296,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = conf.d
pkgsysconfdir = $(sysconfdir)/dovecot
nodist_pkgsysconf_DATA = README
Index: patches/patch-doc_example-config_conf_d_10-mail_conf
===================================================================
RCS file:
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_conf_d_10-mail_conf,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_conf_d_10-mail_conf
--- patches/patch-doc_example-config_conf_d_10-mail_conf 23 May 2011
22:54:38 -0000 1.1
+++ patches/patch-doc_example-config_conf_d_10-mail_conf 13 May 2012
02:49:31 -0000
@@ -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 $
---- doc/example-config/conf.d/10-mail.conf.orig Thu Dec 30 10:42:54 2010
-+++ doc/example-config/conf.d/10-mail.conf Tue Mar 22 15:11:14 2011
-@@ -132,8 +132,9 @@
+--- doc/example-config/conf.d/10-mail.conf.orig Fri May 4 17:14:02 2012
++++ doc/example-config/conf.d/10-mail.conf Sat May 12 22:47:31 2012
+@@ -129,8 +129,9 @@ namespace inbox {
##
# 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_
# 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.
-@@ -197,10 +198,10 @@
+@@ -194,10 +195,10 @@ namespace inbox {
# UNIX socket path to master authentication server to find users.
# This is used by imap (for shared users) and lda.
@@ -26,7 +26,7 @@ $OpenBSD: patch-doc_example-config_conf_
# 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.
-@@ -266,7 +267,7 @@
+@@ -277,7 +278,7 @@ namespace inbox {
# locking methods as well. Some operating systems don't allow using some of
# them simultaneously.
#mbox_read_locks = fcntl
Index: patches/patch-doc_example-config_conf_d_Makefile_in
===================================================================
RCS file:
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_conf_d_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_conf_d_Makefile_in
--- patches/patch-doc_example-config_conf_d_Makefile_in 23 May 2011 22:54:38
-0000 1.1
+++ patches/patch-doc_example-config_conf_d_Makefile_in 13 May 2012 02:49:32
-0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.1 2011/05/23
22:54:38 sthen Exp $
---- doc/example-config/conf.d/Makefile.in.orig Wed May 11 10:35:51 2011
-+++ doc/example-config/conf.d/Makefile.in Wed May 11 20:26:49 2011
-@@ -242,7 +242,7 @@ top_build_prefix = @top_build_prefix@
+--- doc/example-config/conf.d/Makefile.in.orig Fri May 4 17:14:16 2012
++++ doc/example-config/conf.d/Makefile.in Sat May 12 22:47:31 2012
+@@ -253,7 +253,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pkgsysconfdir = $(sysconfdir)/dovecot
Index: patches/patch-doc_example-config_dovecot_conf
===================================================================
RCS file:
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_dovecot_conf,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_example-config_dovecot_conf
--- patches/patch-doc_example-config_dovecot_conf 17 Feb 2012 22:10:34
-0000 1.2
+++ patches/patch-doc_example-config_dovecot_conf 13 May 2012 02:49:32
-0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-doc_example-config_dovecot_conf,v 1.2 2012/02/17 22:10:34
sthen Exp $
---- doc/example-config/dovecot.conf.orig Thu Feb 9 12:32:48 2012
-+++ doc/example-config/dovecot.conf Thu Feb 16 19:05:38 2012
+--- doc/example-config/dovecot.conf.orig Thu Mar 15 10:12:46 2012
++++ doc/example-config/dovecot.conf Sat May 12 22:47:31 2012
@@ -26,7 +26,7 @@
#listen = *, ::
@@ -8,5 +8,5 @@ $OpenBSD: patch-doc_example-config_dovec
-#base_dir = /var/run/dovecot/
+#base_dir = /var/dovecot/
- # Name of this instance. Used to prefix all Dovecot processes in ps output.
- #instance_name = dovecot
+ # Name of this instance. In multi-instance setup doveadm and other commands
+ # can use -i <instance_name> to select which instance is used (an alternative
Index: patches/patch-src_auth_Makefile_in
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/patches/patch-src_auth_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_auth_Makefile_in
--- patches/patch-src_auth_Makefile_in 28 Jan 2012 21:35:02 -0000 1.1
+++ patches/patch-src_auth_Makefile_in 13 May 2012 03:47:41 -0000
@@ -4,9 +4,9 @@ Heimdal libkrb5 exports base64_encode an
with libdovecot's versions. Workaround the namespace pollution issue
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 Sat Jan 28 20:46:30 2012
-@@ -218,7 +218,7 @@ LD = @LD@
+--- src/auth/Makefile.in.orig Fri May 4 17:14:17 2012
++++ src/auth/Makefile.in Sat May 12 23:47:00 2012
+@@ -241,7 +241,7 @@ LD = @LD@
LDAP_LIBS = @LDAP_LIBS@
LDFLAGS = @LDFLAGS@
LIBCAP = @LIBCAP@
Index: patches/patch-src_doveadm_Makefile_in
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/patches/patch-src_doveadm_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_doveadm_Makefile_in
--- patches/patch-src_doveadm_Makefile_in 28 Jan 2012 21:35:02 -0000
1.1
+++ patches/patch-src_doveadm_Makefile_in 13 May 2012 03:47:36 -0000
@@ -4,9 +4,9 @@ Heimdal libkrb5 exports base64_encode an
with libdovecot's versions. Workaround the namespace pollution issue
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 Sat Jan 28 20:22:18 2012
-@@ -146,7 +146,7 @@ LD = @LD@
+--- src/doveadm/Makefile.in.orig Fri May 4 17:14:17 2012
++++ src/doveadm/Makefile.in Sat May 12 23:47:29 2012
+@@ -187,7 +187,7 @@ LD = @LD@
LDAP_LIBS = @LDAP_LIBS@
LDFLAGS = @LDFLAGS@
LIBCAP = @LIBCAP@
Index: patches/patch-src_master_master-settings_c
===================================================================
RCS file:
/home/cvs/ports/mail/dovecot/patches/patch-src_master_master-settings_c,v
retrieving revision 1.14
diff -u -p -r1.14 patch-src_master_master-settings_c
--- patches/patch-src_master_master-settings_c 17 Feb 2012 22:10:34 -0000
1.14
+++ patches/patch-src_master_master-settings_c 13 May 2012 02:49:31 -0000
@@ -3,9 +3,9 @@ $OpenBSD: patch-src_master_master-settin
changed settings are also present in src/config/all-settings.c; this file
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 Thu Feb 16 19:05:38 2012
-@@ -216,8 +216,8 @@ static const struct master_settings master_default_set
+--- src/master/master-settings.c.orig Mon Apr 23 08:35:06 2012
++++ src/master/master-settings.c Sat May 12 22:47:31 2012
+@@ -217,8 +217,8 @@ static const struct master_settings master_default_set
.protocols = "imap pop3 lmtp",
.listen = "*, ::",
.ssl = "yes:no:required",
Index: pkg/PLIST-server
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/pkg/PLIST-server,v
retrieving revision 1.30
diff -u -p -r1.30 PLIST-server
--- pkg/PLIST-server 17 May 2012 07:48:15 -0000 1.30
+++ pkg/PLIST-server 23 May 2012 21:01:14 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-server,v 1.30 2012/05/17 07:48:15 sthen Exp $
+@conflict dovecot-sqlite-*
@pkgpath mail/dovecot
@pkgpath mail/dovecot,-server,bdb
@pkgpath mail/dovecot,-server,bdb,ldap,mysql,postgresql,sqlite
@@ -12,7 +13,6 @@
@pkgpath mail/dovecot,postgresql
@pkgpath mail/dovecot,sqlite
@pkgpath mail/dovecot,-sqlite
-@conflict dovecot-sqlite-*
@ask-update dovecot-<2.0 You will need to change your conf
@newgroup _dovecot:518
@newgroup _dovenull:666
@@ -21,7 +21,7 @@
@extraunexec rm -rf /var/dovecot/*
@bin bin/doveadm
@bin bin/doveconf
-@bin bin/dsync
+bin/dsync
include/dovecot/
include/dovecot/abspath.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.h
include/dovecot/auth-penalty.h
+include/dovecot/auth-postfix-connection.h
include/dovecot/auth-request-handler.h
include/dovecot/auth-request.h
include/dovecot/auth-server-connection.h
@@ -87,6 +88,7 @@ include/dovecot/duplicate.h
include/dovecot/eacces-error.h
include/dovecot/env-util.h
include/dovecot/execv-const.h
+include/dovecot/fail-mail-storage.h
include/dovecot/failures.h
include/dovecot/fd-close-on-exec.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-sis-common.h
include/dovecot/fsync-mode.h
+include/dovecot/guid.h
include/dovecot/hash-format.h
include/dovecot/hash-method.h
include/dovecot/hash.h
@@ -108,6 +111,7 @@ include/dovecot/hash2.h
include/dovecot/hex-binary.h
include/dovecot/hex-dec.h
include/dovecot/hmac-md5.h
+include/dovecot/hmac-sha1.h
include/dovecot/home-expand.h
include/dovecot/hostpid.h
include/dovecot/imap-arg.h
@@ -134,10 +138,19 @@ include/dovecot/imap-status.h
include/dovecot/imap-sync.h
include/dovecot/imap-utf7.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/index-attachment.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-sort-private.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-private.h
include/dovecot/index-thread-private.h
-include/dovecot/ioloop-internal.h
include/dovecot/ioloop-iolist.h
include/dovecot/ioloop-notify-fd.h
+include/dovecot/ioloop-private.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-server.h
include/dovecot/ipwd.h
@@ -159,9 +176,10 @@ include/dovecot/istream-concat.h
include/dovecot/istream-crlf.h
include/dovecot/istream-dot.h
include/dovecot/istream-header-filter.h
-include/dovecot/istream-internal.h
-include/dovecot/istream-mail-stats.h
+include/dovecot/istream-mail.h
+include/dovecot/istream-private.h
include/dovecot/istream-raw-mbox.h
+include/dovecot/istream-rawlog.h
include/dovecot/istream-seekable.h
include/dovecot/istream-tee.h
include/dovecot/istream.h
@@ -206,10 +224,11 @@ include/dovecot/mail-transaction-log-pri
include/dovecot/mail-transaction-log-view-private.h
include/dovecot/mail-transaction-log.h
include/dovecot/mail-types.h
+include/dovecot/mail-user-hash.h
include/dovecot/mail-user.h
+include/dovecot/mailbox-guid-cache.h
include/dovecot/mailbox-list-delete.h
include/dovecot/mailbox-list-fs.h
-include/dovecot/mailbox-list-index-private.h
include/dovecot/mailbox-list-index.h
include/dovecot/mailbox-list-maildir.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-tree.h
include/dovecot/mailbox-uidvalidity.h
+include/dovecot/maildir-filename-flags.h
include/dovecot/maildir-filename.h
include/dovecot/maildir-keywords.h
include/dovecot/maildir-settings.h
@@ -226,6 +246,7 @@ include/dovecot/maildir-storage.h
include/dovecot/maildir-sync.h
include/dovecot/maildir-uidlist.h
include/dovecot/master-auth.h
+include/dovecot/master-instance.h
include/dovecot/master-interface.h
include/dovecot/master-login-auth.h
include/dovecot/master-login.h
@@ -269,6 +290,7 @@ include/dovecot/mkdir-parents.h
include/dovecot/mmap-util.h
include/dovecot/module-context.h
include/dovecot/module-dir.h
+include/dovecot/mountpoint-list.h
include/dovecot/mountpoint.h
include/dovecot/mycrypt.h
include/dovecot/network.h
@@ -276,10 +298,12 @@ include/dovecot/nfs-workarounds.h
include/dovecot/notify-plugin-private.h
include/dovecot/notify-plugin.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/passdb-blocking.h
include/dovecot/passdb-cache.h
+include/dovecot/passdb-template.h
include/dovecot/passdb.h
include/dovecot/password-scheme.h
include/dovecot/pop3-capability.h
@@ -287,6 +311,10 @@ include/dovecot/pop3-client.h
include/dovecot/pop3-commands.h
include/dovecot/pop3-common.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/printf-format-fix.h
include/dovecot/priorityq.h
@@ -335,7 +363,7 @@ include/dovecot/unix-socket-create.h
include/dovecot/unlink-directory.h
include/dovecot/unlink-old-files.h
include/dovecot/userdb-blocking.h
-include/dovecot/userdb-static.h
+include/dovecot/userdb-template.h
include/dovecot/userdb-vpopmail.h
include/dovecot/userdb.h
include/dovecot/utc-mktime.h
@@ -345,6 +373,7 @@ include/dovecot/wildcard-match.h
include/dovecot/write-full.h
lib/dovecot/
lib/dovecot/auth/
+lib/dovecot/auth/libauthdb_imap.so
lib/dovecot/auth/libdriver_sqlite.so
lib/dovecot/dict/
lib/dovecot/dict/libdriver_sqlite.so
@@ -353,10 +382,12 @@ lib/dovecot/doveadm/lib10_doveadm_acl_pl
lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so
lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so
lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
+lib/dovecot/doveadm/lib20_doveadm_fts_plugin.so
lib/dovecot/dovecot-config
lib/dovecot/lib01_acl_plugin.so
lib/dovecot/lib02_imap_acl_plugin.so
lib/dovecot/lib02_lazy_expunge_plugin.so
+lib/dovecot/lib05_pop3_migration_plugin.so
lib/dovecot/lib05_snarf_plugin.so
lib/dovecot/lib10_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_listescape_plugin.so
lib/dovecot/lib20_mail_log_plugin.so
+lib/dovecot/lib20_replication_plugin.so
lib/dovecot/lib20_virtual_plugin.so
lib/dovecot/lib20_zlib_plugin.so
lib/dovecot/lib21_fts_squat_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-login.so.${LIBdovecot-login_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.so.${LIBdovecot_VERSION}
lib/dovecot/libdriver_sqlite.so
libexec/dovecot/
+@bin libexec/dovecot/aggregator
@bin libexec/dovecot/anvil
@bin libexec/dovecot/auth
@bin libexec/dovecot/checkpassword-reply
@bin libexec/dovecot/config
+libexec/dovecot/decode2text.sh
libexec/dovecot/deliver
@bin libexec/dovecot/dict
@bin libexec/dovecot/director
@@ -391,17 +428,21 @@ libexec/dovecot/deliver
@bin libexec/dovecot/gdbhelper
@bin libexec/dovecot/imap
@bin libexec/dovecot/imap-login
+@bin libexec/dovecot/indexer
+@bin libexec/dovecot/indexer-worker
@bin libexec/dovecot/ipc
-@bin libexec/dovecot/listview
@bin libexec/dovecot/lmtp
@bin libexec/dovecot/log
@bin libexec/dovecot/maildirlock
@bin libexec/dovecot/pop3
@bin libexec/dovecot/pop3-login
@bin libexec/dovecot/rawlog
+@bin libexec/dovecot/replicator
@bin libexec/dovecot/script
@bin libexec/dovecot/script-login
@bin libexec/dovecot/ssl-params
+@bin libexec/dovecot/stats
+@bin libexec/dovecot/xml2text
@comment @man man/man1/deliver.1
@man man/man1/doveadm-altmove.1
@man man/man1/doveadm-auth.1
@@ -414,9 +455,11 @@ libexec/dovecot/deliver
@man man/man1/doveadm-help.1
@man man/man1/doveadm-import.1
@man man/man1/doveadm-index.1
+@man man/man1/doveadm-instance.1
@man man/man1/doveadm-kick.1
@man man/man1/doveadm-log.1
@man man/man1/doveadm-mailbox.1
+@man man/man1/doveadm-mount.1
@man man/man1/doveadm-move.1
@man man/man1/doveadm-penalty.1
@man man/man1/doveadm-purge.1
@@ -438,7 +481,6 @@ sbin/dovecot-mkcert.sh
share/aclocal/
share/aclocal/dovecot.m4
share/doc/dovecot/
-share/doc/dovecot/auth-protocol.txt
share/doc/dovecot/documentation.txt
@sample ${SYSCONFDIR}/dovecot/
@sample ${SYSCONFDIR}/dovecot/conf.d/
@@ -514,6 +556,7 @@ share/doc/dovecot/wiki/Errors.ChgrpNoPer
share/doc/dovecot/wiki/FindMailLocation.txt
share/doc/dovecot/wiki/FinishBasicConfiguration.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.PopBSMTPAndDovecot.txt
share/doc/dovecot/wiki/HowTo.PopRelay.txt
@@ -659,6 +702,7 @@ share/doc/dovecot/wiki/WhyDoesItNotWork.
share/doc/dovecot/wiki/maildrop.txt
share/doc/dovecot/wiki/mutt.txt
share/doc/dovecot/wiki/uw2dovecot.sh.txt
+share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/dovecot/
share/examples/dovecot/dovecot-openssl.cnf
@sample /etc/ssl/dovecot-openssl.cnf
@@ -678,6 +722,8 @@ share/examples/dovecot/example-config/co
@sample ${SYSCONFDIR}/dovecot/conf.d/10-ssl.conf
share/examples/dovecot/example-config/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
@sample ${SYSCONFDIR}/dovecot/conf.d/20-imap.conf
share/examples/dovecot/example-config/conf.d/20-lmtp.conf
Index: pkg/README-server
===================================================================
RCS file: pkg/README-server
diff -N pkg/README-server
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/README-server 23 May 2012 20:54:43 -0000
@@ -0,0 +1,26 @@
+$OpenBSD$
+
++-----------------------------------------------------------------------
+| Running ${FULLPKGNAME} on OpenBSD
++-----------------------------------------------------------------------
+
+By default, the _dovecot user, and so the Dovecot processes run in
+the login(1) class of "daemon". On a busy server, it may be advisable
+to put the _dovecot user and processes in their own login(1) class
+with tuned resources, such as more open file descriptors etc.
+
+For example, add this to the login.conf(5) file:
+
+ dovecot:\
+ :openfiles-cur=512:\
+ :openfiles-max=2048:\
+ :tc=daemon:
+
+Rebuild the login.conf.db file if necessary:
+
+ # [ -f /etc/login.conf.db ] && cap_mkdb /etc/login.conf
+
+For larger servers and dedicated database servers, these numbers
+and memory limits (e.g. datasize and stacksize) may also need to be
+increased. Please report any changes and experiences to the package
+maintainers so that we can update this file for future versions.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.