-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
35 lines (22 loc) · 971 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
For 1.0:
* User feedback after actions using html:messages.
* Filter DomainAdmin by first letter
Not sure when:
* Generate passwords for accounts and/or aliases
Port diceware to Java?
* Send e-mail after account creation to assure creation of user directory
* A configurable limit of the number of accounts/aliases a domain
can have.
* Quota editor?
* Let root change where postmaster@domain mail goes to.
Post 1.0:
* Have an account from one domain be a postmaster for multiple domains
- Backend supports this, must be built into webapp
Bugs to be fixed:
Bugs Fixed:
* When a domain is set to be deleted, its catchall is still
active. Must set to inactive or set delete flag.
* Postmaster account and alias can be created by users.
Really hoses shit up.
Question: Should postmaster dn be "mail=" instead of "cn="? Special
case code wouldn't be needed then.