]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated.
authorTimo Sirainen <tss@iki.fi>
Tue, 10 Feb 2009 02:04:08 +0000 (21:04 -0500)
committerTimo Sirainen <tss@iki.fi>
Tue, 10 Feb 2009 02:04:08 +0000 (21:04 -0500)
--HG--
branch : HEAD

NEWS
TODO

diff --git a/NEWS b/NEWS
index fe4c48ef9941b90dab03308bda08f9e4c9b1857e..0e21990ce074a0347da412ef27261dc42dce027d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ v1.2.UNSTABLE  Timo Sirainen <tss@iki.fi>
        + Full support for shared mailboxes and IMAP ACL extension.
          The code is mainly from Sascha Wilde and Bernhard Herzog.
        + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
-         SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+         ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
        + SEARCH supports INTHREAD search key, but the rest of the INTHREAD
          draft isn't implemented yet and isn't advertised.
        + THREAD X-REFERENCES2 algorithm where threads are sorted by their
diff --git a/TODO b/TODO
index b529802fb2037a19b74946c5a2cfdf787cbb50ba..3946f84b89749bb8c9313f0d977c235ed1ece9a9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,27 +1,6 @@
-dovecot: Jan 17 17:04:38 Panic: dict: file driver-pgsql.c: line 202 (driver_pgsql_init_v): assertion failed: (connect_string != NULL)
-  ^ kun puuttui connect setting
-
-dovecot: Jan 17 17:05:58 Error: dict: io_loop_handle_remove: epoll_ctl(2, 9): No such file or directory
-dovecot: Jan 17 17:05:58 Error: dict: pgsql: Connect failed to mails: FATAL:  password authentication failed for user "timo"
-
-dovecot: Jan 17 17:13:07 Error: dict: dict sql lookup failed: FATAL:  terminating connection due to administrator command
-dovecot: Jan 17 17:13:07 Error: dict: io_loop_handle_remove: epoll_ctl(2, 9): Bad file descriptor
-
-Jan 16 02:30:12 vh3 dovecot: auth(default): sql(user@ex2.com): User query failed: FATAL:  terminating connection due to administrator command
-Jan 16 02:30:12 vh3 deliver(user@ex2.com): Auth lookup returned failure
-Jan 16 02:30:12 vh3 dovecot: auth(default): kevent(EV_DELETE, 10) failed: Bad file descriptor
-
  - namespace shared: prefix = shared/%%d/%%u/: LIST shared/% doesn't work
- - index_removal_timeout leak when copy&pasting:
-     10 myrights "INBOX"
-     11 getacl "INBOX"
  - proxying: support fallbacking to local (or other?) server if the first
    one is down
-user_attrs {
-  uid = %{ldap:uidNumber}
-  home = %{ldap:homeDirectory}
-  quota_bytes = *:bytes=%{ldap:quota}
-}
 
 fts_solr: select() failed: Interrupted system call
 fts_solr: Indexing failed: (null)
@@ -112,9 +91,16 @@ safe_mkstemp(/usr/local/var/run/dovecot/user-not-found/test/temp.hurina.12890.87
  - new %modifier for reverse DNS lookups with a cache
    - auth_gssapi_hostname = %Xl
    - proxying would also want DNS lookups, but not reverse..
- - ldap domain lookups which set the base for user lookup
- - ldap: same attribute can't be used for multiple values.
- - ldap: multiple attributes can't be merged to a single value.
+ - ldap:
+   - domain lookups which set the base for user lookup
+   - same attribute can't be used for multiple values.
+   - multiple attributes can't be merged to a single value.
+   - implement something like:
+       user_attrs {
+        uid = %{ldap:uidNumber}
+        home = %{ldap:homeDirectory}
+        quota_bytes = *:bytes=%{ldap:quota}
+       }
 
  - Per-user options:
    - Deny deleting non-empty mailboxes