2927: Remove the usage of capabilities, use port 8080 for admin (backport #2924) r=mergify[bot] a=mergify[bot] This is an automatic backport of pull request #2924 done by [Mergify](https://mergify.com). Cherry-pick of562cd8c135has failed: ``` On branch mergify/bp/2.0/pr-2924 Your branch is up to date with 'origin/2.0'. You are currently cherry-picking commit562cd8c1. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Changes to be committed: modified: core/admin/Dockerfile modified: core/base/Dockerfile modified: core/dovecot/start.py modified: core/nginx/conf/nginx.conf modified: core/postfix/start.py modified: core/rspamd/conf/arc.conf modified: core/rspamd/conf/dkim_signing.conf modified: core/rspamd/conf/multimap.conf modified: core/rspamd/conf/whitelist.conf modified: core/rspamd/start.py modified: docs/faq.rst modified: optional/fetchmail/fetchmail.py new file: towncrier/newsfragments/2906.bugfix Unmerged paths: (use "git add/rm <file>..." as appropriate to mark resolution) both modified: core/admin/start.py deleted by us: core/nginx/dovecot/login.lua ``` Cherry-pick ofb2a5a80e12has failed: ``` On branch mergify/bp/2.0/pr-2924 Your branch is ahead of 'origin/2.0' by 1 commit. (use "git push" to publish your local commits) You are currently cherry-picking commitb2a5a80e. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Changes to be committed: modified: core/dovecot/conf/dovecot.conf modified: towncrier/newsfragments/2906.bugfix Unmerged paths: (use "git add/rm <file>..." as appropriate to mark resolution) deleted by us: core/nginx/dovecot/proxy.conf ``` To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - ``@Mergifyio` refresh` will re-evaluate the rules - ``@Mergifyio` rebase` will rebase this PR on its base branch - ``@Mergifyio` update` will merge the base branch into this PR - ``@Mergifyio` backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details> Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.
Most of the documentation is available on our Website, you can also try our demo server before setting up your own, and come talk to us on Matrix.
Features
Main features include:
- Standard email server, IMAP and IMAP+, SMTP and Submission with autoconfiguration profiles for clients
- Advanced email features, aliases, domain aliases, custom routing
- Web access, multiple Webmails and administration interface
- User features, aliases, auto-reply, auto-forward, fetched accounts
- Admin features, global admins, announcements, per-domain delegation, quotas
- Security, enforced TLS, DANE, MTA-STS, Letsencrypt!, outgoing DKIM, anti-virus scanner, Snuffleupagus, block malicious attachments
- Antispam, auto-learn, greylisting, DMARC and SPF, anti-spoofing
- Freedom, all FOSS components, no tracker included
Contributing
Mailu is free software, open to suggestions and contributions. All components are free software and compatible with the MIT license. All specific configuration files, Dockerfiles and code are placed under the MIT license.

