mailu/admin
Pierre Jaury 4e4f2b8037 First shot at improving access control, related to
A couple of things are important to note for this commit:
- it only implements the new access control for alias and admin management
- the access control code is located in access.py

The idea behind simpler access control is auditability. There have been a
couple of bugs related to functions not checking permissions properly. If
checking permissions is as simple as decorating a function, exporting the
permission scheme for an audit should be simple.

Also, this still does not address the information leakage related to 404 errors
when an object does not exist, independently of permissions the user has over
the domain.
..
freeposte First shot at improving access control, related to
migrations Fix the wildcard migration script, fixes
Dockerfile Add migratoin scripts to the docker container
manage.py Fix the admin creation command
requirements.txt Handle DKIM key generation and storage
start.sh Perform automatic database migration