2009-12-11 21:57:13 by Geert Hendrickx | Files touched by this commit (15) | |
Log message:
Merged into pkgsrc/mail/dovecot.
|
2009-11-24 10:25:01 by Mihai Chelaru | Files touched by this commit (1) |
Log message:
bad sync
Problem is fixed in 1.2.8
|
2009-11-24 10:15:21 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Append to PATCHFILES instead of setting it, for dovecot-managesieve patch.
This will allow for additional distribution patches later. From Edgar FuÃ.
|
2009-11-24 10:09:05 by Mihai Chelaru | Files touched by this commit (1) |
Log message:
add sec. issue
|
2009-11-24 10:06:47 by Geert Hendrickx | Files touched by this commit (2) | |
Log message:
Update to Dovecot 1.2.8.
* Dovecot v1.2.x had been creating base_dir (and its parents if
necessary) with 0777 permissions. The base_dir's permissions get
changed to 0755 automatically at startup, but you may need to
chmod the parent directories manually.
- acl: If user has rights from more than one group, merge them instead
of choosing one group's rights and ignoring others.
- virtual: When using a lot of mailboxes, the virtual mailbox's header
could have grown over 32 kB and caused "out of memory" crashes. Also
over 64 kB headers couldn't even be updated with existing transaction
log records. Added a new record type that gets used with >=64 kB
headers. Older Dovecot versions don't understand this header and
will log errors if they see it.
- FETCH BODYSTRUCTURE didn't return RFC 2231 "key*" fields correctly
Plus some small documentation issues for dovecot-managesieve.
|
2009-11-18 16:54:30 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Require sufficiently recent OpenSSL (for SSL_get_current_compression).
|
2009-11-14 16:52:13 by Geert Hendrickx | Files touched by this commit (4) |
Log message:
Update to Dovecot 1.2.7.
Changes in 1.2.6:
* Upgraded to Unicode 5.2.0
+ Added authtest utility for doing passdb and userdb lookups.
+ login: ssl_security string now also shows the used compression.
- quota: Don't crash with non-Maildir++ quota backend.
- imap proxy: Fixed crashing with some specific password characters.
- dovecot --exec-mail was broken.
- Avoid assert-crashing when two processes try to create index at the
same time.
Changes in 1.2.7:
* IMAP: IDLE now sends "Still here" notifications to same user's
connections at the same time. This hopefully reduces power usage
of some mobile clients that use multiple IDLEing connections.
* IMAP: If imap_capability is set, show it in the login banner.
+ IMAP: Implemented SORT=DISPLAY extension.
- Login process creation could have sometimes failed with epoll_ctl()
errors or without epoll probably some other strange things could
have happened.
- Maildir: Fixed some performance issues
- Maildir: Fixed crash when using a lot of keywords.
- Several fixes to QRESYNC extension and modseq handling
- mbox: Make sure failed saves get rolled back with NFS.
- dbox: Several fixes.
|
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2009-10-05 14:24:57 by Geert Hendrickx | Files touched by this commit (3) |
Log message:
Update to Dovecot 1.2.5, from Edgar Fuss <ef@math.uni-bonn.de>.
Changes in Dovecot 1.2.5:
* Authentication: DIGEST-MD5 and RPA mechanisms no longer require
user's login realm to be listed in auth_realms. It only made
configuration more difficult without really providing extra security.
* zlib plugin: Don't allow clients to save compressed data directly.
This prevents users from exploiting (most of the) potential security
holes in zlib/bzlib.
+ Added pop3_save_uidl setting.
+ dict quota: When updating quota and user isn't already in dict,
recalculate and save the quota.
- file_set_size() was broken with OSes that didn't support
posix_fallocate() (almost everyone except Linux), causing all kinds
of index file errors.
- v1.2.4 index file handling could have caused an assert-crash
- IMAP: Fixes to QRESYNC extension.
- virtual plugin: Crashfix
- deliver: Don't send rejects to any messages that have Auto-Submitted
header. This avoids emails loops.
- Maildir: Performance fixes, especially with maildir_very_dirty_syncs.
- Maildir++ quota: Limits weren't read early enough from maildirsize
file (when quota limits not enforced by Dovecot)
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).
|
2009-09-08 10:27:19 by Geert Hendrickx | Files touched by this commit (3) |
Log message:
Update to Dovecot 1.2.4, Sieve to 0.1.12 and ManageSieve to 0.11.9, provided by
Edgar Fuss <ef@math.uni-bonn.de>.
Changes in Dovecot 1.2.4:
* acl: When looking up ACL defaults, use global/local default files if they
exist. So it's now possible to set default ACLs by creating dovecot-acl file
to the mail root directory.
+ imap/pop3 proxy: If proxy destination is known to be down, fail connections
to it immediately.
+ imap/pop3 proxy: Added proxy_timeout passdb extra field to specify proxy's
connect timeout.
- Fixed a crash in index file handling.
- Fixed a crash in saving messages where message contained a CR character that
wasn't followed by LF (and the CR happened to be the last character in an
internal buffer).
- v1.2.3 crashed when listing shared namespace prefix.
- listescape plugin: Several fixes.
- autocreate plugin: Fixed autosubscribing to mailboxes in subscriptions=no
namespaces.
Changes in Sieve 0.1.12:
+ Testsuite: added support for testing binaries stored on disk.
+ Implemented the new date extension. This allows matching against date values
in header fields and the current date at the time of script evaluation.
Changes in ManageSieve 0.11.9:
* Adjusted to changes in the Dovecot login proxy API. This release therefore
depends on Dovecot v1.2.4.
+ Reintroduced ability to abort SASL with "*" response. Latest ManageSieve
specification includes it.
|