commented-out example settings to match compiled-in defaults, instead
of changing the defaults only in the configfile, as per #179432
- fix#179574 by providing a default uidl_format for pop3
- half-fix #179620 by having plaintext auth enabled by default... this
needs more thinking (which one we really want) and documentation either
way
Wed Sep 08 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.1
- bring up to latest upstream, comments from Timo Sirainen <tss at iki.fi>
on release v0.99.11 2004-09-04
127.* and ::1 IP addresses are treated as secured with
disable_plaintext_auth = yes
auth_debug setting for extra authentication debugging
Some documentation and error message updates
Create PID file in /var/run/dovecot/master.pid
home setting is now optional in static userdb
Added mail setting to static userdb
- After APPENDing to selected mailbox Dovecot didn't always notice the new
mail immediately which broke some clients
- THREAD and SORT commands crashed with some mails
- If APPENDed mail ended with CR character, Dovecot aborted the saving
- Output streams sometimes sent data duplicated and lost part of it. This
could have caused various strange problems, but looks like in practise
it rarely caused real problems.
Mon Aug 02 2004 John Dennis <jdennis@redhat.com> 0.99.10.9-1,FC3,1
- bring up to date with latest upstream, fixes include:
- LDAP support compiles now with Solaris LDAP library
- IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
didn't contain Content-Type header.
- MySQL and PostgreSQL auth didn't reconnect if connection was lost to SQL
server
- Linking fixes for dovecot-auth with some systems
- Last fix for disconnecting client when downloading mail longer than
30 seconds actually made it never disconnect client. Now it works properly:
disconnect when client hasn't read _any_ data for 30 seconds.
- MySQL compiling got broken in last release
- More PostgreSQL reconnection fixing
Mon Jul 26 2004 John Dennis <jdennis@redhat.com> 0.99.10.7-1,FC3,1
- enable postgres and mySQL in build
- fix configure to look for mysql in alternate locations
- nuke configure script in tar file, recreate from configure.in using
autoconf
- bring up to latest upstream, which included:
- Added outlook-pop3-no-nuls workaround to fix Outlook hang in mails with
NULs.
- Config file lines can now contain quoted strings ("value ")
- If client didn't finish downloading a single mail in 30 seconds, Dovecot
closed the connection. This was supposed to work so that if client
hasn't read data at all in 30 seconds, it's disconnected.
- Maildir: LIST now doesn't skip symlinks