Merge branch 'master' into chore/log-correct-sa-env-for-inbox

This commit is contained in:
Brennan Kinney 2024-01-08 14:45:24 +13:00 committed by GitHub
commit 7fa6597494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1062 additions and 1058 deletions

7
.gitattributes vendored
View File

@ -20,9 +20,8 @@
## BUILD: ## BUILD:
.dockerignore text .dockerignore text
Dockerfile text Dockerfile text eol=lf
Makefile Makefile
VERSION
## EXAMPLE (RUNTIME): ## EXAMPLE (RUNTIME):
*.env text *.env text
@ -75,8 +74,8 @@ target/postsrsd/** text
################################################# #################################################
## BATS ## BATS
*.bash text *.bash text eol=lf
*.bats text *.bats text eol=lf
## CONFIG (test/config/) ## CONFIG (test/config/)
### OpenLDAP image ### OpenLDAP image

View File

@ -17,6 +17,11 @@ All notable changes to this project will be documented in this file. The format
- Revised the SpamAssassin ENV docs to better communicate configuration and their relation to other ENV settings. ([#3756](https://github.com/docker-mailserver/docker-mailserver/pull/3756)) - Revised the SpamAssassin ENV docs to better communicate configuration and their relation to other ENV settings. ([#3756](https://github.com/docker-mailserver/docker-mailserver/pull/3756))
### Fixes
- **Internal:**
- `.gitattributes`: Always use LF line endings on checkout for files with shell script content ([#3755](https://github.com/docker-mailserver/docker-mailserver/pull/3755))
## [v13.2.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.2.0) ## [v13.2.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.2.0)
### Security ### Security

File diff suppressed because it is too large Load Diff