On Mon, Jun 30, 2008 at 03:13:30AM -0400, Brad wrote:
> Here is an update to Dovecot 1.1.1. This is not the
> version that will be commited as I'm waiting for
> 1.1.2, but I would like to have some initial testing
> of the update as is and to also check things like
> Kerberos and Sieve which I do not use.

oops. There was a mistake with the default example
config specific to the use of Dovecot with OpenBSD.
Please use this revision of the diff.


Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.99
diff -u -p -r1.99 Makefile
--- Makefile    22 Jun 2008 18:36:46 -0000      1.99
+++ Makefile    30 Jun 2008 04:40:00 -0000
@@ -5,9 +5,9 @@ SHARED_ONLY=    Yes
 COMMENT-server= compact IMAP/POP3 server
 COMMENT-sieve= sieve mail filtering for Dovecot
 
-V_MAJOR=       1.0
-V_DOVECOT=     1.0.15
-V_SIEVE=       1.0.3
+V_MAJOR=       1.1
+V_DOVECOT=     1.1.1
+V_SIEVE=       1.1.5
 
 PKGNAME=       dovecot-${V_DOVECOT}
 PKGNAME-server=        dovecot-${V_DOVECOT}
@@ -31,7 +31,7 @@ PERMIT_PACKAGE_FTP=   Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB-server=                c crypto gssapi krb5 ssl z
+WANTLIB-server=                c crypto gssapi krb5 rpcsvc ssl z
 WANTLIB-sieve=
 
 MODULES=       converters/libiconv
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.59
diff -u -p -r1.59 distinfo
--- distinfo    22 Jun 2008 18:36:46 -0000      1.59
+++ distinfo    29 Jun 2008 08:33:52 -0000
@@ -1,10 +1,10 @@
-MD5 (dovecot-1.0.15.tar.gz) = qjnBHBjfa5W2TU8E15PXeg==
-MD5 (dovecot-sieve-1.0.3.tar.gz) = y+Q2GJn/tNnLYhUctEQntg==
-RMD160 (dovecot-1.0.15.tar.gz) = 2ILj2+1gy8us3LYCPQwSIToNNaw=
-RMD160 (dovecot-sieve-1.0.3.tar.gz) = tXWhGB+yOJpH20zdKBWkei/jC5E=
-SHA1 (dovecot-1.0.15.tar.gz) = Th9A43Rh+EhFnfnd6AkJf+9Gw3Y=
-SHA1 (dovecot-sieve-1.0.3.tar.gz) = SPZ8M8CGicUKJUvG+u7LpAfRIpQ=
-SHA256 (dovecot-1.0.15.tar.gz) = K02HINX1ho1X3ylDUO4PWo0nI+mTfase6iCER4rOlZc=
-SHA256 (dovecot-sieve-1.0.3.tar.gz) = 
P54jq8ZOeucDQxRLmiD42lCqEC49m4V3Td2KwNFID+E=
-SIZE (dovecot-1.0.15.tar.gz) = 1783347
-SIZE (dovecot-sieve-1.0.3.tar.gz) = 455806
+MD5 (dovecot-1.1.1.tar.gz) = I5ByNl5Pw1uKcWL4QcsHyQ==
+MD5 (dovecot-sieve-1.1.5.tar.gz) = tDYt7+P8GIZduM+OHJQLEw==
+RMD160 (dovecot-1.1.1.tar.gz) = vlIrCA8iHb9lXZr6Hz+xp4bUw7I=
+RMD160 (dovecot-sieve-1.1.5.tar.gz) = glqOwH1JUn2FUctfP4a2OP3br70=
+SHA1 (dovecot-1.1.1.tar.gz) = A5mT2HaSN919HAw+8ndzT3ATxms=
+SHA1 (dovecot-sieve-1.1.5.tar.gz) = ZyrfCi8WJ9lvl/xj/srwJN2fekI=
+SHA256 (dovecot-1.1.1.tar.gz) = k2mC0CWQNbOAMVWZZo03J2z6XdJviJEm9QzMA/7Pn14=
+SHA256 (dovecot-sieve-1.1.5.tar.gz) = 
7B6pQxHV+2y13X5FFyh4Svs5UhpqWA9kC00hFVBaXd8=
+SIZE (dovecot-1.1.1.tar.gz) = 2273779
+SIZE (dovecot-sieve-1.1.5.tar.gz) = 468913
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/mail/dovecot/patches/patch-Makefile_in,v
retrieving revision 1.18
diff -u -p -r1.18 patch-Makefile_in
--- patches/patch-Makefile_in   22 Jun 2008 18:36:46 -0000      1.18
+++ patches/patch-Makefile_in   30 Jun 2008 04:20:36 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.18 2008/06/22 18:36:46 brad Exp $
---- Makefile.in.orig   Sat Jun 21 09:12:39 2008
-+++ Makefile.in        Sat Jun 21 16:19:23 2008
-@@ -648,7 +648,7 @@ install-data: install-data-recursive
+--- Makefile.in.orig   Sun Jun 22 07:02:51 2008
++++ Makefile.in        Sun Jun 29 04:34:10 2008
+@@ -661,7 +661,7 @@ install-data: install-data-recursive
  uninstall: uninstall-recursive
  
  install-am: all-am
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/mail/dovecot/patches/patch-configure_in,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure_in
--- patches/patch-configure_in  28 Apr 2008 09:51:10 -0000      1.11
+++ patches/patch-configure_in  30 Jun 2008 04:20:32 -0000
@@ -1,31 +1,50 @@
 $OpenBSD: patch-configure_in,v 1.11 2008/04/28 09:51:10 bernd Exp $
---- configure.in.orig  Sun Mar  9 11:45:25 2008
-+++ configure.in       Fri Apr 25 12:32:06 2008
-@@ -12,6 +12,7 @@ AC_PROG_CPP
+--- configure.in.orig  Sun Jun 22 07:02:27 2008
++++ configure.in       Mon Jun 30 00:20:25 2008
+@@ -13,6 +13,7 @@ AC_PROG_CXX # lucene plugin needs this
  AC_HEADER_STDC
  AC_C_INLINE
  AC_PROG_LIBTOOL
 +LIBS="${LIBS} -liconv"
  AM_ICONV
  
- AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \
-@@ -1471,33 +1472,14 @@ fi
+ AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h malloc.h inttypes.h \
+@@ -1655,74 +1656,14 @@ fi
  
  have_gssapi=no
- if test $want_gssapi = yes; then
+ if test $want_gssapi != no; then
 -      AC_CHECK_PROG(KRB5CONFIG, krb5-config, YES, NO)
 -      if test $KRB5CONFIG = YES; then
 -              # we have a kludgy check here to check that we have
 -              # version >= v1.3. Although this doesn't work right with
 -              # non-MIT kerberos versioning..
--              if `krb5-config --version|grep -v '1\.2' > /dev/null`; then
--                      AUTH_LIBS="$AUTH_LIBS `krb5-config --libs gssapi`"
--                      AUTH_CFLAGS="$AUTH_CFLAGS `krb5-config --cflags gssapi`"
+-              if ! krb5-config --version gssapi 2>/dev/null > /dev/null; then
+-                # krb5-config doesn't support gssapi.
+-                KRB5_LIBS="`krb5-config --libs`"
+-                KRB5_CFLAGS=`krb5-config --cflags`
+-                AC_CHECK_LIB(gss, gss_acquire_cred, [
+-                  # Solaris
+-                  KRB5_LIBS="$KRB5_LIBS -lgss"
+-                ], [
+-                  # failed
+-                  KRB5_LIBS=
+-                ], $KRB5_LIBS)
+-              elif krb5-config --version|grep '1\.2' > /dev/null; then
+-                if test $want_gssapi = yes; then
+-                  AC_ERROR([Can't build with GSSAPI support: v1.2 library not 
supported])
+-                fi
+-              else
+-                KRB5_LIBS=`krb5-config --libs gssapi`
+-                KRB5_CFLAGS=`krb5-config --cflags gssapi`
+-              fi
+-              if test "$KRB5_LIBS" != ""; then
+-                      AC_SUBST(KRB5_LIBS)
+-                      AC_SUBST(KRB5_CFLAGS)
 -                      
 -                      # Although krb5-config exists, all systems still don't
 -                      # have gssapi.h
 -                      old_CFLAGS=$CFLAGS
--                      CFLAGS="$CFLAGS `krb5-config --cflags gssapi`"
+-                      CFLAGS="$CFLAGS $KRB5_CFLAGS"
 -                      AC_CHECK_HEADER([gssapi/gssapi.h], [
 -                              AC_DEFINE(HAVE_GSSAPI_GSSAPI_H,, GSSAPI headers 
in gssapi/gssapi.h)
 -                              have_gssapi=yes
@@ -36,11 +55,33 @@ $OpenBSD: patch-configure_in,v 1.11 2008
 -                      ])
 -                      if test $have_gssapi = yes; then
 -                              AC_DEFINE(HAVE_GSSAPI,, Build with GSSAPI 
support)
+-                              AC_CHECK_HEADERS(gssapi/gssapi_ext.h 
gssapi_krb5.h gssapi/gssapi_krb5.h)
+-                              AC_CHECK_LIB(gss, __gss_userok, [
+-                                      AC_DEFINE(HAVE___GSS_USEROK,,
+-                                              Define if you have 
__gss_userok())
+-                                      KRB5_LIBS="$KRB5_LIBS -lgss"
+-                              ],, $KRB5_LIBS)
+-
+-                              if test x$want_gssapi_plugin != xyes; then
+-                                AUTH_LIBS="$AUTH_LIBS $KRB5_LIBS"
+-                                AUTH_CFLAGS="$AUTH_CFLAGS $KRB5_CFLAGS"
+-                                AC_DEFINE(BUILTIN_GSSAPI,, GSSAPI support is 
built in)
+-                              else
+-                                have_gssapi_plugin=yes
+-                              fi
+-                      else
+-                        if test $want_gssapi = yes; then
+-                          AC_ERROR([Can't build with GSSAPI support: gssapi.h 
not found])
+-                        fi
 -                      fi
 -                      CFLAGS=$old_CFLAGS
 -              fi
+-      else
+-        if test $want_gssapi = yes; then
+-          AC_ERROR([Can't build with GSSAPI support: krb5-config not found])
+-        fi
 -      fi
-+      # no krb5-config on OpenBSD, suck in the necessary libs and includes
++      # no krb5-config on OpenBSD, bring in the necessary libs and includes
 +      # manually
 +      AC_CHECK_HEADER([kerberosV/gssapi.h], [
 +              AC_DEFINE(HAVE_GSSAPI,, Build with GSSAPI support)
@@ -49,5 +90,5 @@ $OpenBSD: patch-configure_in,v 1.11 2008
 +      ])
 +      AUTH_LIBS="$LIBS -lkrb5 -lgssapi -lcrypto"
  fi
+ AM_CONDITIONAL(GSSAPI_PLUGIN, test "$have_gssapi_plugin" = "yes")
  
- if test $want_sia = yes; then
Index: patches/patch-dovecot-example_conf
===================================================================
RCS file: /cvs/ports/mail/dovecot/patches/patch-dovecot-example_conf,v
retrieving revision 1.41
diff -u -p -r1.41 patch-dovecot-example_conf
--- patches/patch-dovecot-example_conf  3 Jun 2008 00:16:51 -0000       1.41
+++ patches/patch-dovecot-example_conf  30 Jun 2008 08:08:33 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-dovecot-example_conf,v 1.41 2008/06/03 00:16:51 sthen Exp $
---- dovecot-example.conf.orig  Tue May 27 07:48:26 2008
-+++ dovecot-example.conf       Mon Jun  2 16:52:45 2008
+--- dovecot-example.conf.orig  Thu Jun 12 02:45:10 2008
++++ dovecot-example.conf       Mon Jun 30 04:08:21 2008
 @@ -10,13 +10,12 @@
  # value inside quotes, eg.: key = "# char and trailing whitespace  "
  
@@ -37,7 +37,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  #ssl_key_file = /etc/ssl/private/dovecot.pem
  
  # If key file is password protected, give the password here. Alternatively
-@@ -128,7 +127,7 @@
+@@ -133,7 +132,7 @@
  # which login needs to be able to connect to. The sockets are created when
  # running as root, so you don't have to worry about permissions. Note that
  # everything in this directory is deleted when Dovecot is started.
@@ -46,7 +46,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
  # chroot login process to the login_dir. Only reason not to do this is if you
  # wish to run the whole Dovecot without roots. <doc/wiki/Rootless.txt>
-@@ -138,7 +137,7 @@
+@@ -143,7 +142,7 @@
  # and don't use it anywhere else. The user must also belong to a group where
  # only it has access, it's used to control access for authentication process.
  # Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt>
@@ -55,16 +55,16 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
  # Set max. process size in megabytes. If you don't use
  # login_process_per_connection you might need to grow this.
-@@ -293,7 +292,7 @@
+@@ -307,7 +306,7 @@
  
- # Don't write() to mmaped files. This is required for some operating systems
- # which use separate caches for them, such as OpenBSD.
--#mmap_no_write = no
-+mmap_no_write = yes
- 
- # Rely on O_EXCL to work when creating dotlock files. The default is to use
- # hard linking. O_EXCL makes the dotlocking faster, but it doesn't always
-@@ -451,7 +450,7 @@
+ # Don't use mmap() at all. This is required if you store indexes to shared
+ # filesystems (NFS or clustered filesystem).
+-#mmap_disable = no
++mmap_disable = yes
+ 
+ # 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.
+@@ -448,7 +447,7 @@
  # locking methods as well. Some operating systems don't allow using some of
  # them simultaneously.
  #mbox_read_locks = fcntl
@@ -73,7 +73,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
  # Maximum time in seconds to wait for lock (all of them) before aborting.
  #mbox_lock_timeout = 300
-@@ -506,19 +505,19 @@
+@@ -503,19 +502,19 @@
  
  protocol imap {
    # Login executable location.
@@ -97,7 +97,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
    # Maximum IMAP command line length in bytes. Some clients generate very long
    # command lines with huge mailboxes, so you may need to raise this if you 
get
-@@ -528,7 +527,7 @@ protocol imap {
+@@ -529,7 +528,7 @@ protocol imap {
    # Support for dynamically loadable plugins. mail_plugins is a space 
separated
    # list of plugins to load.
    #mail_plugins = 
@@ -106,16 +106,16 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
    # Send IMAP capabilities in greeting message. This makes it unnecessary for
    # clients to request it with CAPABILITY command, so it saves one round-trip.
-@@ -562,7 +561,7 @@ protocol imap {
+@@ -563,7 +562,7 @@ protocol imap {
    #     but not both. Thunderbird separates these two by forcing server to
    #     accept '/' suffix in mailbox names in subscriptions list.
    # The list is space-separated.
--  #imap_client_workarounds = outlook-idle
-+  imap_client_workarounds = delay-newmail outlook-idle netscape-eoh 
tb-extra-mailbox-sep
+-  #imap_client_workarounds = 
++  imap_client_workarounds = delay-newmail netscape-eoh tb-extra-mailbox-sep
  }
    
  ##
-@@ -571,11 +570,11 @@ protocol imap {
+@@ -572,11 +571,11 @@ protocol imap {
  
  protocol pop3 {
    # Login executable location.
@@ -129,16 +129,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
    # Don't try to set mails non-recent or seen with POP3 sessions. This is
    # mostly intended to reduce disk I/O. With maildir it doesn't move files
-@@ -620,7 +619,7 @@ protocol pop3 {
-   # installations. %08Xu%08Xv will be the new default, so use it for new
-   # installations.
-   #
--  #pop3_uidl_format = 
-+  pop3_uidl_format = %08Xu%08Xv
- 
-   # POP3 logout format string:
-   #  %t - number of TOP commands
-@@ -635,7 +634,7 @@ protocol pop3 {
+@@ -636,7 +635,7 @@ protocol pop3 {
    # Support for dynamically loadable plugins. mail_plugins is a space 
separated
    # list of plugins to load.
    #mail_plugins = 
@@ -147,7 +138,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
    # Workarounds for various client bugs:
    #   outlook-no-nuls:
-@@ -645,7 +644,7 @@ protocol pop3 {
+@@ -646,7 +645,7 @@ protocol pop3 {
    #     Outlook Express and Netscape Mail breaks if end of headers-line is
    #     missing. This option simply sends it if it's missing.
    # The list is space-separated.
@@ -156,20 +147,16 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  }
  
  ##
-@@ -663,10 +662,10 @@ protocol lda {
-   # Support for dynamically loadable plugins. mail_plugins is a space 
separated
-   # list of plugins to load.
-   #mail_plugins = 
--  #mail_plugin_dir = /usr/lib/dovecot/lda
-+  #mail_plugin_dir = _PREFIX_/lib/dovecot/lda
+@@ -678,7 +677,7 @@ protocol lda {
+   #deliver_log_format = msgid=%m: %$
  
    # Binary to use for sending mails.
 -  #sendmail_path = /usr/lib/sendmail
 +  #sendmail_path = /usr/sbin/sendmail
  
-   # UNIX socket path to master authentication server to find users.
-   #auth_socket_path = /var/run/dovecot/auth-master
-@@ -677,7 +676,7 @@ protocol lda {
+   # Human readable error message for rejection mails. Use can use variables:
+   #  %n = CRLF, %r = reason, %s = subject, %t = recipient
+@@ -693,7 +692,7 @@ protocol lda {
  ##
  
  # Executable location
@@ -178,17 +165,17 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
  # Set max. process size in megabytes.
  #auth_process_size = 256
-@@ -793,7 +792,7 @@ auth default {
+@@ -826,7 +825,7 @@ auth default {
    # database (passwd usually), you can use static userdb.
    # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
    # authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
 -  passdb pam {
 +  #passdb pam {
-     # [blocking=yes] [session=yes] [setcred=yes]
+     # [session=yes] [setcred=yes] [failure_show_msg=yes]
      # [cache_key=<key>] [<service name>]
      #
-@@ -826,7 +825,7 @@ auth default {
-     #   args = session=yes *
+@@ -855,7 +854,7 @@ auth default {
+     #   args = session=yes %Ls
      #   args = cache_key=%u dovecot
      #args = dovecot
 -  }
@@ -196,7 +183,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1
  
    # System users (NSS, /etc/passwd, or similiar)
    # In many systems nowadays this uses Name Service Switch, which is
-@@ -846,10 +845,10 @@ auth default {
+@@ -875,10 +874,10 @@ auth default {
  
    # PAM-like authentication for OpenBSD.
    # <doc/wiki/PasswordDatabase.BSDAuth.txt>
Index: pkg/PLIST-server
===================================================================
RCS file: /cvs/ports/mail/dovecot/pkg/PLIST-server,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST-server
--- pkg/PLIST-server    22 Jun 2008 18:36:46 -0000      1.10
+++ pkg/PLIST-server    30 Jun 2008 04:37:44 -0000
@@ -3,6 +3,7 @@
 @newgroup _dovecot:518
 @newuser _dovecot:518:_dovecot:daemon:Dovecot 
Account:/nonexistent:/sbin/nologin
 lib/dovecot/
+lib/dovecot/auth/
 lib/dovecot/imap/
 lib/dovecot/imap/lib01_acl_plugin.so
 lib/dovecot/imap/lib02_lazy_expunge_plugin.so
@@ -12,16 +13,23 @@ lib/dovecot/imap/lib10_quota_plugin.so
 lib/dovecot/imap/lib11_imap_quota_plugin.so
 lib/dovecot/imap/lib11_trash_plugin.so
 lib/dovecot/imap/lib20_convert_plugin.so
+lib/dovecot/imap/lib20_expire_plugin.so
+lib/dovecot/imap/lib20_fts_plugin.so
 lib/dovecot/imap/lib20_mail_log_plugin.so
+lib/dovecot/imap/lib20_mbox_snarf_plugin.so
 @comment lib/dovecot/imap/lib20_zlib_plugin.a
 @comment lib/dovecot/imap/lib20_zlib_plugin.la
 lib/dovecot/imap/lib20_zlib_plugin.so
+lib/dovecot/imap/lib21_fts_squat_plugin.so
 lib/dovecot/lda/
 lib/dovecot/lda/lib01_acl_plugin.so
 lib/dovecot/lda/lib10_quota_plugin.so
 lib/dovecot/lda/lib11_trash_plugin.so
 lib/dovecot/lda/lib20_convert_plugin.so
+lib/dovecot/lda/lib20_expire_plugin.so
+lib/dovecot/lda/lib20_fts_plugin.so
 lib/dovecot/lda/lib20_mail_log_plugin.so
+lib/dovecot/lda/lib21_fts_squat_plugin.so
 @comment lib/dovecot/lib01_acl_plugin.a
 @comment lib/dovecot/lib01_acl_plugin.la
 lib/dovecot/lib01_acl_plugin.so
@@ -37,23 +45,40 @@ lib/dovecot/lib11_trash_plugin.so
 @comment lib/dovecot/lib20_convert_plugin.a
 @comment lib/dovecot/lib20_convert_plugin.la
 lib/dovecot/lib20_convert_plugin.so
[EMAIL PROTECTED] lib/dovecot/lib20_expire_plugin.a
[EMAIL PROTECTED] lib/dovecot/lib20_expire_plugin.la
+lib/dovecot/lib20_expire_plugin.so
[EMAIL PROTECTED] lib/dovecot/lib20_fts_plugin.a
[EMAIL PROTECTED] lib/dovecot/lib20_fts_plugin.la
+lib/dovecot/lib20_fts_plugin.so
 @comment lib/dovecot/lib20_mail_log_plugin.a
 @comment lib/dovecot/lib20_mail_log_plugin.la
 lib/dovecot/lib20_mail_log_plugin.so
[EMAIL PROTECTED] lib/dovecot/lib20_mbox_snarf_plugin.a
[EMAIL PROTECTED] lib/dovecot/lib20_mbox_snarf_plugin.la
+lib/dovecot/lib20_mbox_snarf_plugin.so
[EMAIL PROTECTED] lib/dovecot/lib21_fts_squat_plugin.a
[EMAIL PROTECTED] lib/dovecot/lib21_fts_squat_plugin.la
+lib/dovecot/lib21_fts_squat_plugin.so
 lib/dovecot/pop3/
 lib/dovecot/pop3/lib02_lazy_expunge_plugin.so
 lib/dovecot/pop3/lib10_quota_plugin.so
 lib/dovecot/pop3/lib20_convert_plugin.so
+lib/dovecot/pop3/lib20_expire_plugin.so
 lib/dovecot/pop3/lib20_mail_log_plugin.so
+lib/dovecot/pop3/lib20_mbox_snarf_plugin.so
 libexec/dovecot/
 @bin libexec/dovecot/checkpassword-reply
[EMAIL PROTECTED] libexec/dovecot/convert-tool
 @bin libexec/dovecot/deliver
 @bin libexec/dovecot/dict
 @bin libexec/dovecot/dovecot-auth
[EMAIL PROTECTED] libexec/dovecot/expire-tool
 @bin libexec/dovecot/gdbhelper
 @bin libexec/dovecot/idxview
 @bin libexec/dovecot/imap
 @bin libexec/dovecot/imap-login
[EMAIL PROTECTED] libexec/dovecot/listview
 @bin libexec/dovecot/logview
 @bin libexec/dovecot/pop3
 @bin libexec/dovecot/pop3-login
@@ -79,6 +104,7 @@ share/doc/dovecot/wiki/Authentication.Ca
 share/doc/dovecot/wiki/Authentication.Kerberos.txt
 share/doc/dovecot/wiki/Authentication.MasterUsers.txt
 share/doc/dovecot/wiki/Authentication.Mechanisms.DigestMD5.txt
+share/doc/dovecot/wiki/Authentication.Mechanisms.NTLM.txt
 share/doc/dovecot/wiki/Authentication.Mechanisms.Winbind.txt
 share/doc/dovecot/wiki/Authentication.Mechanisms.txt
 share/doc/dovecot/wiki/Authentication.MultipleDatabases.txt
@@ -93,6 +119,7 @@ share/doc/dovecot/wiki/CommandLine.txt
 share/doc/dovecot/wiki/CompilingSource.txt
 share/doc/dovecot/wiki/Debugging.Authentication.txt
 share/doc/dovecot/wiki/Debugging.ProcessTracing.txt
+share/doc/dovecot/wiki/Debugging.Rawlog.txt
 share/doc/dovecot/wiki/Debugging.Thunderbird.txt
 share/doc/dovecot/wiki/Design.AuthProcess.txt
 share/doc/dovecot/wiki/Design.Indexes.Cache.txt
@@ -106,7 +133,10 @@ share/doc/dovecot/wiki/Design.txt
 share/doc/dovecot/wiki/FindMailLocation.txt
 share/doc/dovecot/wiki/FinishBasicConfiguration.txt
 share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt
+share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt
+share/doc/dovecot/wiki/HowTo.PopRelay.txt
 share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt
+share/doc/dovecot/wiki/HowTo.Rootless.txt
 share/doc/dovecot/wiki/HowTo.SimpleVirtualInstall.txt
 share/doc/dovecot/wiki/HowTo.txt
 share/doc/dovecot/wiki/IndexFiles.txt
@@ -136,12 +166,15 @@ share/doc/dovecot/wiki/MailboxFormat.mai
 share/doc/dovecot/wiki/MailboxFormat.mbox.txt
 share/doc/dovecot/wiki/MailboxFormat.mbx.txt
 share/doc/dovecot/wiki/MailboxFormat.txt
+share/doc/dovecot/wiki/ManageSieve.txt
 share/doc/dovecot/wiki/MboxLocking.txt
 share/doc/dovecot/wiki/MboxProblems.txt
+share/doc/dovecot/wiki/Migration.BincIMAP.txt
 share/doc/dovecot/wiki/Migration.Courier.txt
 share/doc/dovecot/wiki/Migration.Cyrus.txt
 share/doc/dovecot/wiki/Migration.Linuxconf.txt
 share/doc/dovecot/wiki/Migration.MailFormat.txt
+share/doc/dovecot/wiki/Migration.Teapop.txt
 share/doc/dovecot/wiki/Migration.UW.txt
 share/doc/dovecot/wiki/Migration.Vm-pop3d.txt
 share/doc/dovecot/wiki/Migration.txt
@@ -170,17 +203,14 @@ share/doc/dovecot/wiki/Plugins.Lazyexpun
 share/doc/dovecot/wiki/Plugins.MailLog.txt
 share/doc/dovecot/wiki/Plugins.Trash.txt
 share/doc/dovecot/wiki/Plugins.txt
-share/doc/dovecot/wiki/PopBSMTPAndDovecot.txt
-share/doc/dovecot/wiki/PopRelay.txt
 share/doc/dovecot/wiki/PostLoginScripting.txt
 share/doc/dovecot/wiki/QuickConfiguration.txt
+share/doc/dovecot/wiki/Quota.1.1.txt
 share/doc/dovecot/wiki/Quota.Dict.txt
 share/doc/dovecot/wiki/Quota.Dirsize.txt
 share/doc/dovecot/wiki/Quota.FS.txt
 share/doc/dovecot/wiki/Quota.Maildir.txt
-share/doc/dovecot/wiki/Quota.New.txt
 share/doc/dovecot/wiki/Quota.txt
-share/doc/dovecot/wiki/Rootless.txt
 share/doc/dovecot/wiki/RunningDovecot.txt
 share/doc/dovecot/wiki/SSL.CertificateClientImporting.txt
 share/doc/dovecot/wiki/SSL.CertificateCreation.txt
@@ -189,6 +219,7 @@ share/doc/dovecot/wiki/SSL.txt
 share/doc/dovecot/wiki/Sasl.txt
 share/doc/dovecot/wiki/SecurityTuning.txt
 share/doc/dovecot/wiki/SharedMailboxes.txt
+share/doc/dovecot/wiki/ShellEasyConf.txt
 share/doc/dovecot/wiki/SystemUsers.txt
 share/doc/dovecot/wiki/TestInstallation.txt
 share/doc/dovecot/wiki/TestPop3Installation.txt

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to