1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
bors[bot] 15a0d7303c
Merge #1399 #1417
1399: Remove SPF type SPF record #1394 r=mergify[bot] a=bladeswords

As mentioned in #1394 - In accordance with RFC 7208, offer only TXT RRs for SPF.
Agree with @Nebukadneza - but not sure how to go about telling people to remove the old record...

## What type of PR?

Documentation

## What does this PR do?
Removes the recommendation to add a SPF RR for SPF records, as this is no longer RFC complaint and often causes issues to maintain two records.

### Related issue(s)
- closes #1394

## Prerequistes
None


1417: docker-compose exec needs a -T flag if no TTY is allocated r=mergify[bot] a=ofthesun9

This flag is missing in 00_create_users.sh and is failing the tests on travis arm architecture

## What type of PR?
This PR is an enhancement/bugfix needed to allow usage of travis to test and deploy on arm platform
Before the PR, tests are failing with the msg: "the input device is not a TTY"

## What does this PR do?
This PR add -T flag for the docker-compose exec occurences found in 00_create_users.sh


Co-authored-by: bladeswords <bladeswords@users.noreply.github.com>
Co-authored-by: Dario Ernst <dario@kanojo.de>
Co-authored-by: ofthesun9 <olivier@ofthesun.net>
2020-05-01 00:23:11 +00:00
..
assets add app.css and fix align of menu button 2019-07-08 16:53:25 +02:00
mailu Merge #1399 #1417 2020-05-01 00:23:11 +00:00
migrations Fix typo in migration file 2019-02-12 18:17:38 +02:00
.gitignore Move all directories per theme 2017-11-01 12:11:04 +01:00
audit.py Move all directories per theme 2017-11-01 12:11:04 +01:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile fix ARG positions 2019-08-30 10:24:08 -04:00
messages.pot Remove services status localization 2018-04-23 18:59:46 +02:00
package.json Expose jQuery for use outside Webpack build 2019-07-08 18:19:09 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
requirements-prod.txt Bump validators from 0.12.5 to 0.12.6 in /core/admin 2020-03-06 15:33:41 +00:00
requirements.txt Merge #1349 2020-03-06 15:05:43 +00:00
start.py Enable access log of admin service only for log levels of INFO and finer 2019-10-08 07:29:33 +02:00
webpack.config.js Expose jQuery for use outside Webpack build 2019-07-08 18:19:09 +02:00

Mailu Admin container

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

Resources