annotate TODO @ 7380:dfd811aa0418 HEAD 1.1.rc2

Relased v1.1.rc2.
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Mar 2008 05:59:00 +0200
parents 958e377fc1dc
children c73d6224a96b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7380
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
1 - dbox:
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
2 - "metadata changed unexpectedly" with alt paths - why?
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
3 - check that metadata is always correct and whitespace contains only
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
4 whitespace
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
5 - "File unexpectedly lost" doesn't get fixed by itself
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
6 - doesn't call fsync
7259
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
7 - do something about From_-lines splitting mails with mboxes
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
8 - lucene: handle replacement chars?
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
9 - squat:
7380
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
10 - wrong indexid
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
11 - fts_build_init() assertion failed: (last_uid < last_uid_locked)
dfd811aa0418 Relased v1.1.rc2.
Timo Sirainen <tss@iki.fi>
parents: 7285
diff changeset
12 - nfs support (cache flushes, how can write fail with ESTALE?)
7259
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
13 - is locking done right? it reads header without file being locked?
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
14 - split after ~8 bytes?
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
15 - test replacement chars (SEARCH / SORT / Squat)
6987
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
16
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
17 - cache: compress when we can drop temporary fields.
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
18 - POP3 UIDL caching
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
19 - ACL: "foo/bar" in public namespace -> LIST "" % doesn't show "foo"
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
20 - new %modifier for reverse DNS lookups with a cache
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
21 - auth_gssapi_hostname = %Xl
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
22 - proxying would also want DNS lookups, but not reverse..
7072
238816066c95 updated
Timo Sirainen <tss@iki.fi>
parents: 6987
diff changeset
23 - ldap domain lookups which set the base for user lookup
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
24
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
25 - maildir+pop3/deliver fast updates:
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
26 - with locking enabled, pop3 could just keep the one and same sync lock and
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
27 do the whole thing using sync transaction
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
28 - don't update dovecot-uidlist if dovecot.index.cache doesn't exist /
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
29 there's nothing to cache
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
30 - if all messages are expunged and there are no unknown extensions in index,
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
31 unlink dovecot.index and rotate log and add some initial useful info to
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
32 the log (uidvalidity, nextuid)
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
33
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
34 - maildir
6987
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
35 - don't allow more than 26 keywords
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
36 - physical separator could be configurable
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
37 - setting flags to same as they already are causes unnecessary
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
38 rename()s with identical parameters
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
39 - deliver+maildir: if new mails are in new/ or cur/ they're not added to
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
40 dovecot-uidlist but newly saved mails are, so UIDs will be in wrong order
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
41 - maildir_copy_with_hardlinks: We're currently first hardlinking to tmp/ and
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
42 then rename()ing. This wouldn't be necessary if uidlist syncing noticed
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
43 that someone else already had added them to uidlist, and the existing UIDs
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
44 could be assigned to them in the index.
6754
4b92160ac256 Updated
Timo Sirainen <tss@iki.fi>
parents: 6641
diff changeset
45 - copying should copy already-cached data
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
46 - maildir_copy_preserve_filename=yes has a race condition causing "Append with
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
47 UID n, but next_uid = y" errors when quota plugin is loaded. Practically
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
48 won't happen except in stress testing.
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
49
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
50 - mbox
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
51 - UID renumbering doesn't really work after all?
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
52 - still problems with CRLF mboxes..
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
53
6987
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
54 - mail_log: log appends. support from and subject fields
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
55 - proxy: If remote server disconnects on login:
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
56 login: tried to change state 2 -> 2
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
57 - logging consistency:
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
58 http://www.dovecot.org/list/dovecot/2007-April/021532.html
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
59 - EXPUNGE command in read-only mailbox should give an error message if
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
60 there are messages marked as \Deleted?
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
61 - dovecot -o setting=something overriding
5557
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
62 - file_cache: we're growing the mmap in page size blocks, which is horribly
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
63 slow if mremap() doesn't exist.
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
64 - login_max_processes_count shouldn't count proxying processes
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
65
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
66 - Allow %variables in mail_chroot setting
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
67 - something should be done to umask setting. we should be creating files with
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
68 0666 or 0777 and rely on umask, but we shouldn't do that unless we're sure
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
69 that the umask is the wanted one (ie. imap/pop3 process wasn't started
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
70 directly)
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
71 - ssl_verify_client_cert isn't working if the SSL cert doesn't have CRL
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
72
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
73 - keywords:
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
74 - add some limits to how many there can be
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
75 - don't return \* in PERMANENTFLAGS when we're full
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
76 - remove unused keywords?
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
77
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
78 - caching
3904
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
79 - force bits should be used only for nonregistered fields
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
80 - change envelope parsing not to use get_headers() so imap.envelope can
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
81 actually be cached without all the headers..
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
82 - if there's no other pressure for compression, we should do it when
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
83 enough temp fields are ready to be dropped
3904
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
84 - we could try compressing same field values into a single
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
85 location in cache file.
7259
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
86 - place some maximum limit of fields to cache file? maybe some soft and
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
87 hard limits, so when soft limit is reached drop fields that have
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
88 been used only once. when hard limit is reached drop any fields to get
2aa39f1e3993 Released v1.1.beta16.
Timo Sirainen <tss@iki.fi>
parents: 7180
diff changeset
89 more space. all this to avoid cache file growing infinitely.
2774
689e4235681f updated
Timo Sirainen <tss@iki.fi>
parents: 2143
diff changeset
90
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
91 - mbox
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
92 - dirty state should be stored to index (with mbox_very_dirty_syncs)
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
93 - after some locking timeouts: mbox-lock.c: line 518 (mbox_lock):
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
94 assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type != F_RDLCK)
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
95 - controldir for mboxes too and place subscriptions file there?
3904
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
96 - syncing existing indexes takes 4x longer than creating new one, why?
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
97 - how well does dirty sync + status work? it reads the last mail every
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
98 time? not very good..
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
99 - always add empty line. make the parser require it too? syncing should
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
100 make sure there always exists two LFs at end of file. raw-mbox-stream
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
101 should make sure the last message ends with LF even if it doesn't exist
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
102 in the file
9f8d69605d4b 1.0 beta1 released
Timo Sirainen <tss@iki.fi>
parents: 3744
diff changeset
103 - Quote "From ", unquote ">From "
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
104 - COPY doesn't work to itself (lock assert crash, for now just disallowed)
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
105 - if we can't create dotlock file for mbox, make sure it still can be
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
106 selected in read-only state
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
107
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
108 - index
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
109 - if log file is lost, generate it from old and new index
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
110 - read-only support for mailboxes where we don't have write-access
6105
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
111 - index file format changes:
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
112 - pack UIDs to beginning of file with UID ranges
8f79b333fc47 Updated
Timo Sirainen <tss@iki.fi>
parents: 5621
diff changeset
113 - use squat-like compressed uid ranges everywhere
6782
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
114 - write first extension intros in dovecot.index.log always with names
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
115 - or better yet, drop the intro concept completely as it is now
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
116 - add "transaction boundaries" so we know which records belong to a
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
117 single transaction.
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
118 - only after that we can remove the transaction log offset
4628e3ec65e4 Released v1.1.beta8.
Timo Sirainen <tss@iki.fi>
parents: 6754
diff changeset
119 overwriting (otherwise we can get partial transactions in views)
2143
11c1f1203b65 updated
Timo Sirainen <tss@iki.fi>
parents: 1585
diff changeset
120
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
121 - namespaces
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
122 - namespaces: add new "auto_disable" flag so if the mailbox can't be opened
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
123 (eg. file doesn't exist), just ignore the problem and disable the
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
124 namespace
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
125
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
126 - lib-storage
5557
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
127 - rename: allow moving between storages, as long as they're of same type
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
128 - x search charset asdf all -> should fail
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
129 - should we allow following symlinks in mbox/maildirs? they are now.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
130 - if we implement shared mailboxes with shared indexes, never do that or
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
131 others could symlink your personal mailboxes and see the indexes
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
132 created for it which may contain envelope etc. data
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
133 - this allows circular mailbox hierarchies which should be prevented by
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
134 eg. allowing max. 20 hierarchies.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
135
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
136 - login
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
137 - when pipelining login command + post-login commands, login process should
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
138 pass the command to imap/pop3 process (at least one pop3 client does this)
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
139 - imap-login: Master sent reply with unknown tag 1. client closed
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
140 connection at the exact same time master was logging it in?
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
141 see master_request_abort()
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
142 - Digest-MD5: support integrity protection, and maybe crypting. Do it
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
143 through login process like SSL is done?
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
144 - x login foo bar
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
145 x NO Authentication failed.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
146 x login cras pass
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
147 * BYE Disconnected for inactivity.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
148 ^ but it's not disconnecting! (buggy dovecot-auth not replying)
3744
d362e79fdb97 Alpha5 release
Timo Sirainen <tss@iki.fi>
parents: 3670
diff changeset
149 probably because userdb lookup didn't reply, and fd was already sent
d362e79fdb97 Alpha5 release
Timo Sirainen <tss@iki.fi>
parents: 3670
diff changeset
150 for master.. should imap-login be handling it anymore?..
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
151 - imap-login: Authenticate PLAIN failed: Authentication failed:
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
152 Authentication server isn't connected, try again later.. [127.0.0.1]
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
153 ^ NO Authentication failed. (should be Temporary login failure!)
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
154 - if auth process dies, login process should retry authentication if
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
155 possible. or if not, disconnect the client so it doesn't think the auth
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
156 failed.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
157 - send client IP immediately after accept() to master process. make sure
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
158 master shows the IP if login dies unexpectedly. master should probably
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
159 also kill the login process if it doesn't kill itself soon enough.. or
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
160 maybe just log the IP immediately.
474
47d0c169bdba updated
Timo Sirainen <tss@iki.fi>
parents: 376
diff changeset
161
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
162 - auth
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
163 - with blocking passdb we're not caching lookups if the password was wrong
5557
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
164 - non-plaintext authentication doesn't support all features:
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
165 - multiple passdbs don't work, only the first one is used
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
166 - auth cache's last_success password change check doesn't exist
6987
ad1361eee1ae Updated
Timo Sirainen <tss@iki.fi>
parents: 6782
diff changeset
167 - allow returning multiple gids
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
168 - SIGHUP restarts auth processes .. but does it wait until they've finished
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
169 with all requests? no.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
170 - does dovecot-auth really break when it runs out of fds?
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
171 - dovecot-auth should limit how fast authentication requests are allowed
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
172 from login processes. especially if there's one login/connection the speed
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
173 should be something like once/sec. also limit how fast to accept new
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
174 connections.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
175 - support read-only logins. user could with alternative password get only
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
176 read-access to mails so mails could be read relatively safely with
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
177 untrusted computers. Maybe always send [ALERT] about the previous
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
178 read-only login time with IP?
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
179 - dovecot-auth workers: create a separate dovecot-pam worker which shares
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
180 pretty much all code with dovecot-auth worker but isn't linked against
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
181 any libraries. or..? this might be difficult to do, especially because the
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
182 workers currently can handle any kind of passdb/userb requests. perhaps
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
183 there should be a completely separate simple PAM authenticator binary.
526
ab394352fcb3 updated
Timo Sirainen <tss@iki.fi>
parents: 497
diff changeset
184
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
185 - master
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
186 - configurable syslog prefix
3450
5c92b51f2b38 updated
Timo Sirainen <tss@iki.fi>
parents: 3087
diff changeset
187 - if there are duplicate settings, complain about it
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
188
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
189 - quota
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
190 - if dovecot-uidlist can't be written, assume the new mails have UIDs
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
191 beginning from uidlist.next_uid. Whenever mails are expunged, overwrite
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
192 the next_uid field with the current highest next_uid. Whenever we have
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
193 assumed UIDs and uidlist gets updated, throw the client out with
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
194 "inconsist mailbox".
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
195
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
196 - ssl
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
197 - add setting: ssl_options = bitmask. by default we enable all openssl
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
198 workarounds, this could be used to disable some of them
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
199 - gnutls support isn't working
965
6f005d5d9931 0.99.6 out
Timo Sirainen <tss@iki.fi>
parents: 892
diff changeset
200
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
201 - search
6232
8d4fa6f0b7e6 Released v1.1.alpha2.
Timo Sirainen <tss@iki.fi>
parents: 6105
diff changeset
202 - message header search: we should ignore LWSP between two MIME blocks(?)
8d4fa6f0b7e6 Released v1.1.alpha2.
Timo Sirainen <tss@iki.fi>
parents: 6105
diff changeset
203 - message_search_init() could accept multiple search keywords so we
1250
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
204 wouldn't need to call it separately for each one (so we wouldn't need
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
205 to parse the message multiple times).
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
206 - could optionally support scanning inside file attachments and use
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
207 plugins to extract text out of them (word, excel, pdf, etc. etc.)
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
208 - Create our own extension: When searching with TEXT/BODY, return
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
209 the message text surrounding the keywords just like web search engines
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
210 do. like: SEARCH X-PRINT-MATCHES TEXT "hello" -> * SEARCH 1 "He said:
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
211 Hello world!" 2 "Hello, I'm ...". This would be especially useful with
31510fc5e02f updates
Timo Sirainen <tss@iki.fi>
parents: 1211
diff changeset
212 the above attachment scanning.
0
3b1985cbc908 Initial revision
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
213
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
214 - deliver
5557
Timo Sirainen <tss@iki.fi>
parents: 4449
diff changeset
215 - recipient_delimiter setting so user+mailbox@domain works directly
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
216
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
217 - general
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
218 - stop using atol(), atoi(), strtoul() etc. in places where we actually
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
219 care about what they return, and rather create our own function which
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
220 checks if the input overflows the integer, and if so call i_fatal()
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
221 - rfc2231 continuation support (useless?)
1553
25cef50e3b0e updated
Timo Sirainen <tss@iki.fi>
parents: 1418
diff changeset
222 - rfc2557 support for BODYSTRUCTURE, as specified by RFC3501
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
223 - LMTP server
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
224 - ability to build plugins statically into the binaries
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
225 - ~/.dovecotrc to override system wide settings. namespace settings should
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
226 override all the previous namespace settings instead of adding new.
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
227 - things break if next_uid gets to 2^32
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
228
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
229 capabilities:
4449
a2d8624f8f2e Updated
Timo Sirainen <tss@iki.fi>
parents: 4373
diff changeset
230 - preferrably all should be implemented as plugins
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
231 - possibility to disable them from config file
3087
769e2e2bf1d5 sorted things
Timo Sirainen <tss@iki.fi>
parents: 3048
diff changeset
232 - THREAD=ORDEREDSUBJECT - although pretty useless I'd think.
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
233 - acl (rfc4314)
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
234 - id (rfc2971)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
235 - must be configurable what gets sent, default to only name=Dovecot
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
236 - separate pre/post-login settings
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
237 - optionally log configured parts of the client information, but only
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
238 once, probably at the same time as logging "Logged in",
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
239 "Disconnected", etc.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
240 - remember to force truncating values longer than 30 chars,
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
241 especially before logging
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
242 - mailbox-referrals (rfc2193)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
243 - this is useful whenever we would otherwise need to make the
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
244 connection ourself. for example load balancing and shared mailboxes
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
245 requiring another UID to run.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
246 - this rfc defines no exact way for server to detect if client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
247 supports referrals or not. I don't think there's much point in
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
248 supporting only referrals, as most clients don't support them.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
249 Instead we should return referrals when we know that client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
250 supports them, otherwise do the connecting ourself. If client
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
251 issues RLIST or RLSUB command, it's safe to assume it supports
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
252 referrals.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
253 - for load balancing this works just fine, but what about shared
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
254 mailboxes which require different UID? If we login with our own
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
255 username, we end up with our own UID instead of what we wanted.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
256 IMAP URLs don't support separated authorization id which would
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
257 have made this very easy.. We could give the "userid@group" as
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
258 userid, but clients probably treat it as different userid and
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
259 ask the password again.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
260 - problems, problems, .. maybe not worth the trouble.
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
261 - drafts:
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
262 - http://www.imc.org/ids.html
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
263 - annotate (draft-ietf-imapext-annotate)
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
264 - per-message annotations. this will be major change. especially
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
265 because currently there's no suitable storage for them, and
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
266 they'll probably change all the time.. maybe if we moved into
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
267 berkeley db to store the .data file and these annotations.
1178
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
268 - this is separate problem from index files. indexes are treated as
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
269 temporary files, annotations are permanent data. we'd have to
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
270 support non-db way to do this too, which would probably be just a
933c8f9c241f updated
Timo Sirainen <tss@iki.fi>
parents: 975
diff changeset
271 simple (slow) text file.
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
272 - use lib-dict probably
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
273 - metadata (draft-daboo-imap-annotatemore)
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
274 - server and per-mailbox annotations. much easier than
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
275 per-message annotations, but they'd be easier to place into
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
276 db as well.
5621
eba408782747 updated
Timo Sirainen <tss@iki.fi>
parents: 5557
diff changeset
277 - lib-dict, again
376
fd1fc4cf11b7 updated with lots of new capability comments
Timo Sirainen <tss@iki.fi>
parents: 340
diff changeset
278 - binary (draft-nerenberg-imap-binary)