http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig Changes since rc1: * mail_extra_groups setting was commonly used insecurely. This setting is now deprecated. Most users should switch to using mail_privileged_group setting, but if you really need the old functionality use mail_access_groups instead. + Expire plugin now supports wildcards in mailbox names. + dbox: Expire plugin supports moving old mails to alternative dbox directory + Maildir++ quota: quota_rule=?:<rule> specifies a default rule which is used only if the maildirsize file doesn't exist. + If SSL/TLS connection isn't closed cleanly, log the last error in the disconnection line. + EXPUNGE: If new \Deleted messages were found while expunging, do it again and expunge them as well (Outlook workaround) - IMAP: SEARCH, LIST and THREAD command correctness fixes - Maildir++ quota: Quota rules and warnings with % rules didn't work if the default limits were taken from maildirsize file. - Maildir++ quota: If both byte and message limits weren't specified, maildirsize file was recalculated all the time - mbox: Flag and keyword updates may have gotten lost in some situations (happens with v1.0 too) - ldap: Don't crash if userdb lookup fails - Squat fixes and performance improvements Things left to do for v1.1.0: - dbox has a metadata corruption bug, find and fix it - Squat has some locking issues that causes errors when stress testing with multiple connections - Squat doesn't do NFS cache flushing and has some other NFS problems. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080308/6b4bfead/attachment-0002.bin>
Timo Sirainen wrote:> http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz > http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig > >Timo, FYI, that file is not in the rc directory. It is just in the 1.1 directory. Jeff
Timo Sirainen wrote:> - Squat fixes and performance improvements > > >I am not getting as much errors as I was with RC1 in regards to Squat, but I am still getting these: Mar 7 20:29:52 apple dovecot: child 23968 (imap) killed with signal 11 Mar 7 20:29:52 apple dovecot: imap-login: Login: user=<jeff>, method=PLAIN, rip=10.10.10.10, lip=10.10.10.100 Mar 7 20:29:55 apple dovecot: child 23970 (imap) killed with signal 11 Mar 7 20:29:55 apple dovecot: imap-login: Login: user=<jeff>, method=PLAIN, rip=10.10.10.10, lip=10.10.10.100 Here is my dovecot -n (without the squat entries): # 1.1.rc2: /usr/local/etc/dovecot.conf base_dir: /var/run/dovecot/ log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/ssl/certs/stikman-godaddy.crt ssl_key_file: /etc/ssl/private/stikman-godaddy.key disable_plaintext_auth: no login_dir: /var/run/dovecot//login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login verbose_proctitle: yes mail_access_groups: mail mail_location: maildir:~/Maildir dotlock_use_excl: no fsync_disable: yes lock_method: dotlock maildir_copy_with_hardlinks: no mail_executable(default): /usr/local/libexec/dovecot/imap mail_executable(imap): /usr/local/libexec/dovecot/imap mail_executable(pop3): /usr/local/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/local/lib/dovecot/imap mail_plugin_dir(imap): /usr/local/lib/dovecot/imap mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3 auth default: mechanisms: plain login passdb: driver: pam userdb: driver: passwd
Timo Sirainen wrote:> http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz > http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig >I refreshed the managesieve patch for the new dovecot-1.1.rc2 release: http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc2-managesieve-0.10.1.diff.gz http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc2-managesieve-0.10.1.diff.gz.sig Regards, Stephan.
On Mar 7, 2008, at 11:10 PM, Timo Sirainen wrote:> http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz > http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig > > Changes since rc1: > > * mail_extra_groups setting was commonly used insecurely. This > setting > is now deprecated. Most users should switch to using > mail_privileged_group setting, but if you really need the old > functionality use mail_access_groups instead.Timo, When I set... mail_privileged_group = mail ...dovecot refuses to start. We are NOT using mbox here, only Maildir. mail_access_groups = mail works as before just fine. Output of working 'dovecot -n' (with mail_access_groups set as above) # 1.1.rc2: /usr/local/etc/dovecot.conf protocols: imap pop3 ssl_disable: yes disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login login_process_per_connection: no mail_max_userip_connections(default): 25 mail_max_userip_connections(imap): 25 mail_max_userip_connections(pop3): 10 first_valid_uid: 490 mail_access_groups: mail mail_location: maildir:~/Maildir mail_executable(default): /usr/local/libexec/dovecot/imap mail_executable(imap): /usr/local/libexec/dovecot/imap mail_executable(pop3): /usr/local/libexec/dovecot/pop3 mail_plugins(default): mail_log mail_plugins(imap): mail_log mail_plugins(pop3): mail_plugin_dir(default): /usr/local/lib/dovecot/imap mail_plugin_dir(imap): /usr/local/lib/dovecot/imap mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3 mail_log_max_lines_per_sec: 0 pop3_client_workarounds(default): pop3_client_workarounds(imap): pop3_client_workarounds(pop3): oe-ns-eoh namespace: type: private separator: / inbox: yes list: yes subscriptions: yes namespace: type: public separator: / prefix: Public/ location: maildir:/var/mail/shared:CONTROL=~/Maildir/control/ public:INDEX=~/Maildir/index/public list: yes subscriptions: yes auth default: mechanisms: plain login passdb: driver: pam userdb: driver: passwd