5 Nov
2006
5 Nov
'06
9:23 a.m.
Hello!
I'm having problems with pine (same config with 1.0rc10), Thunderbird is ok, no namespace config:
============================== 00000000 SELECT Mail/folder 00000001 LOGOUT
.... 00000000 NO Mailbox doesn't exist: Mail/folder
BYE Logging out 00000001 OK Logout completed.
Was something changed in namespace handling?
I reverted back to 1.0rc10 ...
Thnx.
Ciao, Gerhard
On Sat, 4 Nov 2006, Timo Sirainen wrote:
http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz http://dovecot.org/releases/dovecot-1.0.rc11.tar.gz.sig
Hopefully the last RC release? As far as I know there are no major problems left now. If nothing big shows up, v1.0 should be out in a couple of weeks.
- Renamed default_mail_env to mail_location. default_mail_env still works for backwards compatibility.
- deliver: When sending rejects, don't include Content-Type in the rejected mail's headers.
- LDAP changes: * If auth binds are used, bind back to the default dn before doing a search. Otherwise it could fail if a user gave an invalid password.
- Initial binding at connect is now done asynchronously.
- Use pass_attrs even with auth_bind=yes since it may contain useful non-password fields.
- passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP environments to the checkpassword binary so we're UCSPI (and vchkpw) compatible.
- mbox handling was a bit broken in rc10
- Using Dovecot via inetd kept crashing dovecot master
- deliver: Don't crash with -f "". Changed the default from envelope to be "MAILER-DAEMON".
- INBOX wasn't shown with LSUB command if only prefixed namespaces were used.
- passdb ldap: Reconnecting to LDAP server wasn't working with auth binds.
- passdb sql: Non-plaintext authentication didn't work
- MySQL passdb ignored all non-password checks, such as allow_nets
- trash plugin was broken