mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
3f23e199f6
- the session key is now generated using - a hash of the uid seeded by the apps secret_key (size: SESSION_KEY_BITS) - a random token (size: 128 bits) - the session's creation time (size: 32 bits) - redis server side sessions are now refreshed after 1/2 the session lifetime even if not modified - the cookie is also updated if necessary |
||
---|---|---|
.. | ||
assets | ||
mailu | ||
migrations | ||
.gitignore | ||
audit.py | ||
babel.cfg | ||
Dockerfile | ||
messages.pot | ||
package.json | ||
README.md | ||
requirements-prod.txt | ||
requirements.txt | ||
start.py | ||
webpack.config.js |
Mailu Admin container
This is the web-based administrative interface for the Mailu containerized mail server.
Resources
- Report issues and send Pull Requests in the main Mailu repository