(06.04.12 kl.11:08) Timo Sirainen skrev f?ljande till dovecot at dovecot.org:> * Killing dovecot master process now kills all IMAP and POP3 > processes also.Does this mean I cannot upgrade dovecot on my production server without all currently logged on users being thrown out? If so they wont like it :-). Could this be configurable ? Thanks for the great software, Jens ----------------------------------------------------------------------- 'Old C programmers don't die ... they're just cast into void*' ----------------------------------------------------------------------- Jens L??s Email: jens.laas at data.slu.se Department of Computer Services, SLU Phone: +46 18 67 35 15 Vindbrov?gen 1 P.O. Box 7079 S-750 07 Uppsala SWEDEN -----------------------------------------------------------------------
Fixes, mostly: * The login and master usernames were reversed when using master_user_separator (now the order is UW-IMAP compatible). * Killing dovecot master process now kills all IMAP and POP3 processes also. + -a parameter to dovecot prints now all settings that Dovecot uses. -n prints all settings that are different from defaults. + Added pop3_lock_session setting + %M modifier returns string's MD5 sum. Patch by Ben Winslow - PLAIN SASL authentication wasn't working properly, causing failed logins with some clients (broken in beta4) - Fixes to Maildir++ quota, should actually work now - Don't crash if passwd-file has entries without passwords (eg. deny=yes databases) - Fixed prefetch userdb to work nicely with other userdbs - If master process runs out of file descriptors, don't go to infinite loop (unlikely to have happened unless the OS's default fd limit was too low) - Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman - %U modifier was actually lowercasing the string. Patch by Ben Winslow -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20060412/37289fe8/attachment.pgp
Ignacio Vazquez-Abrams
2006-Apr-12 11:49 UTC
Fedora Packages (was: Re: [Dovecot] 1.0.beta6 released)
Fedora Core 4: http://fedora.ivazquez.net/yum/4/i386/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.i386.rpm http://fedora.ivazquez.net/yum/4/i386/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.src.rpm http://fedora.ivazquez.net/yum/4/ppc/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.ppc.rpm http://fedora.ivazquez.net/yum/4/ppc/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.src.rpm http://fedora.ivazquez.net/yum/4/x86_64/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.x86_64.rpm http://fedora.ivazquez.net/yum/4/x86_64/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc4.src.rpm Fedora Core 5: http://fedora.ivazquez.net/yum/5/i386/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.i386.rpm http://fedora.ivazquez.net/yum/5/i386/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.src.rpm http://fedora.ivazquez.net/yum/5/ppc/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.ppc.rpm http://fedora.ivazquez.net/yum/5/ppc/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.src.rpm http://fedora.ivazquez.net/yum/5/x86_64/RPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.x86_64.rpm http://fedora.ivazquez.net/yum/5/x86_64/SRPMS.alternatives/dovecot-1.0-0.iva.9.beta6.fc5.src.rpm -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060412/c873de60/attachment.bin>
# Keep the mailbox locked for the entire POP3 session. pop3_lock_session = yes This doesn't seem to work yet. (linux, dovecot beta 7 with default locking) I can telnet to the server, login and then hit it with a normal pop3 client and I'm still able to download mail. I'd expect to see an error message "Mailbox locked, Is another session active?" Ken Pacific.Net Timo Sirainen wrote:> Fixes, mostly: > > * The login and master usernames were reversed when using > master_user_separator (now the order is UW-IMAP compatible). > * Killing dovecot master process now kills all IMAP and POP3 > processes also. > > + -a parameter to dovecot prints now all settings that Dovecot uses. > -n prints all settings that are different from defaults. > + Added pop3_lock_session setting > + %M modifier returns string's MD5 sum. Patch by Ben Winslow > - PLAIN SASL authentication wasn't working properly, causing failed > logins with some clients (broken in beta4) > - Fixes to Maildir++ quota, should actually work now > - Don't crash if passwd-file has entries without passwords > (eg. deny=yes databases) > - Fixed prefetch userdb to work nicely with other userdbs > - If master process runs out of file descriptors, don't go to > infinite loop (unlikely to have happened unless the OS's default > fd limit was too low) > - Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman > - %U modifier was actually lowercasing the string. Patch by Ben Winslow >