http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz.sig I think this release is finally feature complete. There are still some bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1 should hopefully be out in a couple of weeks. After that v2.0.0 will be released after no serious bugs have been found for a couple of weeks. Major changes since beta3: - auth process now runs as $dovecot_internal_user ("dovecot") by default. Auth worker processes still run as root by default, so this won't break PAM etc, but it could break passwd-file configurations. - It can now read v1.2's dovecot.conf file. If you find that it won't read your config, let me know and I'll see about adding code to fix it. It'll log warnings about each obsolete setting it sees. The easiest way to get rid of the warnings is to just translate your old config to v2.0: doveconf -n -c old.conf > new.conf - auth passdb/userdb configuration in example-config is now a bit different .. hopefully less confusing to new people than the old one. - added support for auth settings (including passdb/userdb) inside protocol sections, so it'll affect only those protocols - mail_plugins can now be set more easily. you can have a single global mail_plugins and then add more plugins to it like protocol imap { mail_plugins = $mail_plugins imap_quota } - doveconf finally shows all settings, including all protocol, local and remote sections - doveadm quota get|recalc command added. This is a plugin (yeah, doveadm now supports plugins!), so you must have a global mail_plugins=quota setting for the command to show up. - doveadm kick user/network to kick out logged in users (by sending TERM signal to processes). This was written by Pascal Volk. - and of course tons and tons of fixes all around -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20100322/f99556f6/attachment-0002.bin>
On Mon, Mar 22, 2010 at 02:11:35AM +0200, Timo Sirainen wrote:> I think this release is finally feature complete. There are still some > bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1 > should hopefully be out in a couple of weeks. After that v2.0.0 will be > released after no serious bugs have been found for a couple of weeks.Hi, when you say feature complete, has the "--exec-mail" option been dropped? Regards Thomas
On 03/22/2010 09:37 AM Thomas Leuxner wrote:> Hi, > > when you say feature complete, has the "--exec-mail" option been dropped?--exec-mail is no longer needed. If you want for example start a imap session, just enter the command: /usr/local/libexec/dovecot/imap And you will see: * PREAUTH [CAPABILITY IMAP4rev1 ? Logged in as $USER Regards, Pascal -- The trapper recommends today: cafebabe.1008109 at localdomain.org
On Mon, Mar 22, 2010 at 09:48:21AM +0100, Pascal Volk wrote:> --exec-mail is no longer needed. If you want for example start a imap > session, just enter the command: /usr/local/libexec/dovecot/imap > And you will see: > * PREAUTH [CAPABILITY IMAP4rev1 ? Logged in as $USERFair enough, thanks :)
On 22/03/2010 01:11, Timo Sirainen wrote:> http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz > http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta4.tar.gz.sig > > I think this release is finally feature complete. There are still some > bugs left to be fixed, but it's mainly in the dsync/mdbox area. v2.0.rc1 > should hopefully be out in a couple of weeks. After that v2.0.0 will be > released after no serious bugs have been found for a couple of weeks. >In my (autoconverted) config, I have: service auth { unix_listener /var/run/dovecot/auth-client { mode = 0666 } user = _exim } Which is the only place auth-client appears. However, dovecot is unable to start and logs this: 2010-03-24_13:26:41.22996 Fatal: Failed to start listeners 2010-03-24_13:26:42.26488 Error: service(auth): Socket already exists: /var/run/dovecot/auth-client Whether I remove the socket or not, the socket is recreated and the error appears again. If I remove the aforementioned conf snippet, then dovecot starts just fine and still creates the socket (but unwriteable from _exim user). -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5130 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20100324/fb08cb44/attachment-0002.bin>