Merge branch 'master' into chore/log-correct-sa-env-for-inbox
This commit is contained in:
commit
7fa6597494
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2108
CONTRIBUTORS.md
2108
CONTRIBUTORS.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue