1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
bors[bot] c15e4e6015
Merge #2276
2276: Autoconfig of email clients r=mergify[bot] a=nextgens

## What type of PR?

Feature

## What does this PR do?

It provides auto-configuration templates for email clients and encourages them to use implicit TLS (see https://nostarttls.secvuln.info/)

There are numerous caveats:
- it will only work if suitable DNS records are created and certificates obtained (autoconfig, autodiscover, ...)
- the mobileconfig file isn't signed
- the credentials will be prompted... we could/should provision a token on each request instead
- it currently doesn't advertise caldav
- it's IMAP only

### Related issue(s)
- close #224 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2022-03-22 08:53:47 +00:00
..
assets fixed auto reply form 2021-11-12 12:19:45 +01:00
mailu Merge #2276 2022-03-22 08:53:47 +00:00
migrations update tenacity 2021-11-03 21:30:34 +01:00
.gitignore Move all directories per theme 2017-11-01 12:11:04 +01:00
audit.py duh 2021-11-02 16:21:31 +01:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile Merge #2281 #2285 #2286 #2287 2022-03-18 22:36:50 +00:00
messages.pot Remove services status localization 2018-04-23 18:59:46 +02:00
package.json fix #2220 2022-02-13 15:40:20 +01:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
requirements-prod.txt Reflect the data from the POST 2022-03-16 14:43:14 +01:00
requirements.txt Reflect the data from the POST 2022-03-16 14:43:14 +01:00
start.py Change link in warning to master. Master is always available. 1.9 will be unavaiable in the future. 2022-02-23 10:48:53 +00:00
webpack.config.js AdminLTE3 optimizations & compression and caching 2021-09-02 22:49:36 +02:00

Mailu Admin container

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

Resources