Mercurial > masqmail
annotate TODO @ 354:08932c629849
reworked the route concept; removed the idea of the localnet
Renamed to reflect the actual meaning more clearly:
s/online_routes/query_routes/g
s/local_net_route/permanent_routes/g
Removed local_nets, which are now represented by allowed_recipients
in a permanent route. (See. examples/localnet.route)
There is no more abiguity between `local' and `local net'.
Run admin/config-transition on your config to learn how to update it.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 11:25:38 +0200 |
parents | c5e964e6ddbe |
children |
rev | line source |
---|---|
197
50011f65bd35
added comment: TODO file may not be up-to-date
meillo@marmaro.de
parents:
192
diff
changeset
|
1 Todo list for masqmail |
50011f65bd35
added comment: TODO file may not be up-to-date
meillo@marmaro.de
parents:
192
diff
changeset
|
2 ---------------------- |
50011f65bd35
added comment: TODO file may not be up-to-date
meillo@marmaro.de
parents:
192
diff
changeset
|
3 (Note: This file may not be up-to-date.) |
50011f65bd35
added comment: TODO file may not be up-to-date
meillo@marmaro.de
parents:
192
diff
changeset
|
4 |
0 | 5 general: |
6 - look carefully were memory is not freed | |
7 - add forwarding support | |
8 - improve Mailer-Daemon error messages | |
9 - ODMR support | |
10 - temporary delivery delay notifications | |
122 | 11 - check data types (int may only cover -32767 to +32767!) |
0 | 12 |
13 conf: | |
198 | 14 - less configuration options |
0 | 15 - make conf more fool proof |
16 | |
17 lookup: | |
18 - optimize MX lookup | |
19 | |
20 ...update this file from time to time... | |
21 | |
22 ...and (you guessed it): | |
23 - bug fixing |