16 Dec
2004
16 Dec
'04
3:58 a.m.
- Fixed APPEND hanging in some situations. Didn't happen with mail_save_crlf=yes.
- Added pop3_uidl_format setting. No need to patch sources anymore if you don't want the default. Does anyone want pop3_uidl_xuidl_header yes/no setting, with fallbacking to pop3_uidl_format if X-UIDL header isn't found? Shouldn't be difficult to do..
- Added mbox_very_dirty_syncs setting which tries to avoid re-reading mbox as long as possible.
- CREATE dir/ wasn't working
- If login_process_per_connection=no and auth process count > 1, each auth process listens in different socket. Login processes then connect to all these sockets and send requests to them in round robin.
- Multiple auth sections in config file work now a bit better. dovecot-auth might still complain about timeouts though.