You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/admin
Robert Meijers 989e4d5db5 Don't remove the address extension in postfix
Currently when the mail address is looked up by Postfix (using the admin
part) the address extension is removed. This is due to the address
extension being removed to look up the user, and afterwards returning
the users mail address. But by not returning the mail address including
the address extension it also isn't part anymore in the LMTP
communication to Dovecot. So Dovecot doesn't know about the extension,
and in turn the address extension can't be used in Sieve mail filtering.

This change fixes that by returning the original address by just
concatinating the "localpart" and domain again when the user is found.

Fixes #982
5 years ago
..
assets add app.css and fix align of menu button 5 years ago
mailu Don't remove the address extension in postfix 5 years ago
migrations Fix typo in migration file 6 years ago
.gitignore Move all directories per theme 7 years ago
Dockerfile fix ARG positions 5 years ago
README.md Move all directories per theme 7 years ago
audit.py Move all directories per theme 7 years ago
babel.cfg Move all directories per theme 7 years ago
messages.pot Remove services status localization 7 years ago
package.json Expose jQuery for use outside Webpack build 5 years ago
requirements-prod.txt Bump werkzeug from 0.15.2 to 0.15.3 in /core/admin 5 years ago
requirements.txt Remove the dependency to mailustart, introducing socrate 5 years ago
start.py Enable access log of admin service only for log levels of INFO and finer 5 years ago
webpack.config.js Expose jQuery for use outside Webpack build 5 years ago

README.md

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources