diff -ruN dovecot-0.99.10.9/Makefile dovecot/Makefile --- dovecot-0.99.10.9/Makefile Tue Sep 7 15:25:35 2004 +++ dovecot/Makefile Tue Sep 7 15:27:42 2004 @@ -7,7 +7,7 @@ # PORTNAME= dovecot -PORTVERSION= 0.99.10.9 +PORTVERSION= 0.99.11 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ diff -ruN dovecot-0.99.10.9/distinfo dovecot/distinfo --- dovecot-0.99.10.9/distinfo Tue Sep 7 15:25:35 2004 +++ dovecot/distinfo Tue Sep 7 15:29:07 2004 @@ -1,2 +1,2 @@ -MD5 (dovecot-0.99.10.9.tar.gz) = db002224ab32d29fb4ffbd58920bcf26 -SIZE (dovecot-0.99.10.9.tar.gz) = 861605 +MD5 (dovecot-0.99.11.tar.gz) = 05090ad784540b96c84f32080ada9f97 +SIZE (dovecot-0.99.11.tar.gz) = 863370 diff -ruN dovecot-0.99.10.9/files/patch-dovecot-example.conf dovecot/files/patch-dovecot-example.conf --- dovecot-0.99.10.9/files/patch-dovecot-example.conf Tue Sep 7 15:25:35 2004 +++ dovecot/files/patch-dovecot-example.conf Fri Sep 10 17:32:08 2004 @@ -1,5 +1,5 @@ ---- dovecot-example.conf.orig Tue Jul 13 10:56:55 2004 -+++ dovecot-example.conf Fri Jul 23 13:41:17 2004 +--- dovecot-example.conf.orig Fri Sep 10 17:27:41 2004 ++++ dovecot-example.conf Fri Sep 10 17:31:39 2004 @@ -3,7 +3,7 @@ # Default values are shown after each value, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples @@ -36,7 +36,7 @@ # SSL parameter file. Master process generates this file for login processes. # It contains Diffie Hellman and RSA parameters. -@@ -82,12 +82,12 @@ +@@ -84,12 +84,12 @@ login = imap # Executable location. @@ -51,7 +51,7 @@ # Set max. process size in megabytes. If you don't use # login_process_per_connection you might need to grow this. -@@ -127,7 +127,7 @@ +@@ -129,7 +129,7 @@ login = pop3 # Exception to above rule being the executable location. @@ -60,7 +60,7 @@ ## ## Mail processes -@@ -140,7 +140,7 @@ +@@ -142,7 +142,7 @@ # Show more verbose process titles (in ps). Currently shows user name and # IP address. Useful for seeing who are actually using the IMAP processes # (eg. shared mailboxes or if same uid is used for multiple accounts). @@ -69,7 +69,7 @@ # Show protocol level SSL errors. #verbose_ssl = no -@@ -156,7 +156,7 @@ +@@ -158,7 +158,7 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -78,7 +78,7 @@ #last_valid_gid = 0 # Grant access to these extra groups for mail processes. Typical use would be -@@ -169,7 +169,7 @@ +@@ -171,7 +171,7 @@ # WARNING: Never add directories here which local users can modify, that # may lead to root exploit. Usually this should be done only if you don't # allow shell access for users. See doc/configuration.txt for more information. @@ -87,7 +87,7 @@ # Default chroot directory for mail processes. This can be overridden by # giving /./ in user's home directory (eg. /home/./user chroots into /home). -@@ -192,7 +192,7 @@ +@@ -194,7 +194,7 @@ # default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u # default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n # @@ -96,7 +96,7 @@ # Space-separated list of fields to cache for all mails. Currently these # fields are allowed followed by a list of commands they speed up: -@@ -240,7 +240,7 @@ +@@ -242,7 +242,7 @@ # outlook-pop3-no-nuls: # Outlook and Outlook Express hang if mails contain NUL characters. # This setting replaces them with 0x80 character. @@ -105,7 +105,7 @@ # Dovecot can notify client of new mail in selected mailbox soon after it's # received. This setting specifies the minimum interval in seconds between -@@ -284,7 +284,7 @@ +@@ -286,7 +286,7 @@ # know any MUA which would modify mail files directly. IMAP protocol also # requires that the mails don't change, so it would be problematic in any case. # If you care about performance, enable it. @@ -114,7 +114,7 @@ # Check if mails' content has been changed by external programs. This slows # down things as extra stat() needs to be called for each file. If changes are -@@ -333,7 +333,7 @@ +@@ -335,7 +335,7 @@ ## # Executable location @@ -123,7 +123,7 @@ # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -341,14 +341,14 @@ +@@ -343,14 +343,14 @@ # Support for dynamically loadable modules. #imap_use_modules = no @@ -140,7 +140,7 @@ # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -356,7 +356,7 @@ +@@ -358,7 +358,7 @@ # Support for dynamically loadable modules. #pop3_use_modules = no @@ -149,7 +149,7 @@ ## ## Authentication processes -@@ -406,9 +406,9 @@ +@@ -431,9 +431,9 @@ # vpopmail: vpopmail authentication # ldap : LDAP, see doc/dovecot-ldap.conf # pgsql : a PostgreSQL database, see doc/dovecot-pgsql.conf @@ -161,12 +161,12 @@ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -439,7 +439,7 @@ +@@ -464,7 +464,7 @@ # More verbose logging. Useful for figuring out why authentication isn't # working. -#auth_verbose = no +auth_verbose = yes - # digest-md5 authentication process. It requires special MD5 passwords which - # /etc/shadow and PAM doesn't support, so we never need roots to handle it. + # Even more verbose logging for debugging purposes. Shows for example SQL + # queries.