1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Mailu/tests
bors-mailu[bot] d91a04dd00
Merge #3221
3221: Better PROXY_PROTOCOL r=mergify[bot] a=nextgens

## What type of PR?

Feature

## What does this PR do?

- Disable IMAP, POP3 and Submission by default; see https://nostarttls.secvuln.info/ on why explicit TLS is going away.
- Change the semantic of PROXY_PROTOCOL to make it configurable per port
- fix TLS_FLAVOR=notls not working with snappymail
- fix TLS_PERMISSIVE
- remove KUBERNETES_INGRESS; shouldn't be needed anymore
- update the documentation and the reverse proxy example

### Related issue(s)
- close #3162
- close #3061

## 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>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
2024-06-09 10:17:32 +00:00
..
certs Implemented sending/reading email(local tests) 2018-11-01 11:40:54 +02:00
compose Merge #3221 2024-06-09 10:17:32 +00:00
alias_test.py Removed unused imports and fixed indentation 2019-01-11 12:13:52 +02:00
build-ci.hcl Switch to upstream's clamav image 2023-10-13 16:24:10 +02:00
build.hcl Switch to upstream's clamav image 2023-10-13 16:24:10 +02:00
email_test.py Only return 25 when it's a permanent error 2023-11-15 10:33:02 +01:00
forward_test.py Removed unused imports and fixed indentation 2019-01-11 12:55:47 +02:00
reply_test.py Unused imports and bad indentation 2019-01-11 12:57:45 +02:00
requirements.txt Pin a version of requests that works 2024-05-21 10:36:53 +02:00
smtp.py Add a very simple test script for sending mails 2018-09-27 07:52:43 +02:00