1478: Allow to enforce TLS for outbound r=mergify[bot] a=micw using OUTBOUND_TLS_LEVEL=encrypt (default is 'may') ## What type of PR? enhancement ## What does this PR do? Add an option to postfix to enforce outbound traffic to be TLS encrypted. ## Prerequistes 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/guide.html#changelog) entry file. 1501: In setup/flavor, change DMARC RUA and RUF email default settings r=mergify[bot] a=ofthesun9 ## What type of PR? bug-fix ## What does this PR do? This PR changes the default value used to set DMARC_RUA and DMARC_RUF: DMARC_RUA and DMARC_RUF defaults will reuse the value defined for POSTMASTER, instead of 'admin' as previously. Please note that the setup tool doesn't allow (yet?) to define dmarc_rua nor dmarc_ruf, so the default value is indeed used for the time being. ### Related issue(s) closes #1463 ## Prerequistes - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. 1532: Replace SMPT with SMTP r=mergify[bot] a=dhoppe 1543: Disable Health checks on swarm mode r=mergify[bot] a=ofthesun9 ref: https://github.com/moby/moby/issues/35451 ## What type of PR? bug-fix ## What does this PR do? Modify the docker-compose.yml template used by setup (swarm flavor) to disable Health checks on swarm mode for each service ### Related issue(s) closes #1289 ## Prerequistes - [x] add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Michael Wyraz <michael@wyraz.de> Co-authored-by: ofthesun9 <olivier@ofthesun.net> Co-authored-by: Dennis Hoppe <github@debian-solutions.de>master
commit
64f21d5b84
@ -0,0 +1 @@
|
|||||||
|
Allow to enforce TLS for outbound mail by setting OUTBOUND_TLS_LEVEL=encrypt for postfix.
|
@ -0,0 +1 @@
|
|||||||
|
Disable Health checks on swarm mode
|
@ -0,0 +1 @@
|
|||||||
|
Defining POSTMASTER through setup tool apply also to DMARC_RUA and DMARC_RUF settings
|
Loading…
Reference in New Issue