Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dovecot-0.99.14-5.2 RPM for i586

From SuSE Linux 10.0 updates for i386 / rpm / i586

Name: dovecot Distribution: SUSE LINUX 10.0 (i586)
Version: 0.99.14 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 5.2 Build date: Wed Aug 16 16:36:25 2006
Group: Productivity/Networking/Email/Servers Build host: couperin.suse.de
Size: 1665380 Source RPM: dovecot-0.99.14-5.2.src.rpm
Packager: http://www.suse.de/feedback
Url: http://www.dovecot.org
Summary: Dovecot is an IMAP/POP3 server, written primarily with security in mind.
Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written
primarily with security in mind. Although it's written in C, it uses
several coding techniques to avoid most of the common pitfalls.

Dovecot can work with standard mbox and maildir formats and it's fully
compatible with UW-IMAP and Courier IMAP servers as well as mail
clients accessing the mailboxes directly.



Authors:
--------
    Timo Sirainen <tss@iki.fi>

Provides

Requires

Copyright

LGPL, X11/MIT

Signatures

internal MD5: a4a69d215883587f36438df55f4a7ccd
GPG

Changelog

* Mon Aug 07 2006 - mrueckert@suse.de
  - add dovecot-0.99.14_strescape.c.patch:
    Use '' instead of \' to escape ' in str_escape(). As the function
    is only used to escape SQL strings we can savely switch to SQL
    syntax here.
* Fri Jun 03 2005 - mmj@suse.de
  - Compile with -fpie/-pie
* Mon Feb 14 2005 - mmj@suse.de
  - Update to 0.99.14 including:
    o Message address fields are now parsed differently, fixing some
    issues with spaces. Affects only clients which use FETCH ENVELOPE
    command.
    o Message MIME parser was somewhat broken with missing MIME boundaries
    o mbox: Don't allow X-UID headers in mails to override the UIDs we
    would otherwise set. Too large values can break some clients and
    cause other trouble.
    o passwd-file userdb wasn't working
    o PAM crashed with 64bit systems
    o non-SSL inetd startup wasn't working
    o If UID FETCH notices and skips an expunged message, don't return
    a NO reply. It's not needed and only makes clients give error
    messages.
* Sun Jan 23 2005 - mmj@suse.de
  - Update to 0.99.13 including:
    o GNUTLS support hasn't been working for a while, so it's not even
    tried to be used anymore unless explicitly wanted.
    o Added CRAM-MD5 authentication mechanism.
    o Added SMD5 and LDAP-MD5 password schemes and changed MD5
    scheme to use LDAP-MD5 if the password isn't in MD5crypt format.
    o Workaround for some POP3 client bugs: if message doesn't
    contain the "end of headers" empty line, add it automatically.
    o vpopmail supports now all password schemes, most importantly
    MD5crypt works now without support from libc's crypt()
    o SQL and LDAP authentication was broken
    o SEARCH UNKEYWORD wasn't working
* Tue Dec 07 2004 - mmj@suse.de
  - Update to 0.99.12.1 including:
    o Fix memory leaks in LDAP, MySQL and PGSQL userdb/passdb
    o Fix hanging when parsing mails that have over 4096 bytes in one
    line (SMTP servers normally don't allow over 1000 bytes so it
    shouldn't be much of a problem)
    o FETCH BODYSTRUCTURE sometimes gave a wrong reply
    (eg. with FETCH (BODYSTRUCTURE RFC822.SIZE) if it wasn't cached)
    o Never return more than one INBOX in LIST even if there are such
    files. They don't work anyway and it just confuses clients.
    o mbox: Don't allow creating INBOX directory by creating/renaming
    mailboxes under it. They just wouldn't work.
    o POP3: Don't return PLAIN in SASL list. We don't support initial SASL
    responses, so it only breaks with most clients that try to use it.
    o IMAP and POP3 login processes may have sent each line in two IP
    packets, one with the data and another with CR+LF. Some clients
    didn't work because of this.
* Mon Nov 15 2004 - kukuk@suse.de
  - Use common-* PAM config files
* Sat Oct 23 2004 - mmj@suse.de
  - Switch heimdal-* to kerberos-devel-packages in #nfb as pr. requst
    of Mr. Carsten Höger
* Sat Sep 04 2004 - mmj@suse.de
  - Update to dovecot-0.99.11 which mainly is a bugfix release with:
    o 127.* and ::1 IP addresses are treated as secured with
    disable_plaintext_auth = yes
    o auth_debug setting for extra authentication debugging
    o Some documentation and error message updates
    o Create PID file in /var/run/dovecot/master.pid
    o home setting is now optional in static userdb
    o Added mail setting to static userdb
    o After APPENDing to selected mailbox Dovecot didn't always notice the
    new mail immediately which broke some clients
    o THREAD and SORT commands crashed with some mails
    o If APPENDed mail ended with CR character, Dovecot aborted the saving
    o 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.
* Tue Aug 31 2004 - mmj@suse.de
  - Don't create unused directories [#44362]
* Mon Aug 09 2004 - mmj@suse.de
  - Update to dovecot-0.99.10.9 with the following item since .6:
    o MySQL compiling got broken in last release
    o More PostgreSQL reconnection fixing
    o LDAP support compiles now with Solaris LDAP library
    o IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
    didn't contain Content-Type header.
    o MySQL and PostgreSQL auth didn't reconnect if connection was lost
    to SQL server
    o Linking fixes for dovecot-auth with some systems
    o 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.
    o Added outlook-pop3-no-nuls workaround to fix Outlook hang in
    mails with NULs.
    o Config file lines can now contain quoted strings ("value ")
    o 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.
    o Maildir: LIST now doesn't skip symlinks
* Mon Jun 21 2004 - mmj@suse.de
  - Update to dovecot-0.99.10.6 which is a bugfix release
* Sat May 29 2004 - mmj@suse.de
  - Update to dovecot-0.99.10.5 which main feature is mysql support
* Wed May 26 2004 - mmj@suse.de
  - Adjust the modules path to a more suitable place, and work the
    configuration a bit.
* Tue May 18 2004 - mmj@suse.de
  - Initial package of dovecot-0.99.10.4. Thanks to darix for hints.

Files

eļ
"


Generated by rpm2html 1.8.1

Daniel Veillard, Fri Oct 10 04:15:14 2008