Skip to content

[pull] master from docker-mailserver:master - #59

Open
pull[bot] wants to merge 652 commits into
tabulon-ext:masterfrom
docker-mailserver:master
Open

[pull] master from docker-mailserver:master#59
pull[bot] wants to merge 652 commits into
tabulon-ext:masterfrom
docker-mailserver:master

Conversation

@pull

@pull pull Bot commented Mar 12, 2023

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 14 commits July 23, 2024 09:12
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…eatures (#4138)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
`stderr` is filtered by `grep` to discard unwanted (expected) log noise when appending the override `postfix-main.cf` content (_updated settings did not replace earlier defined instances_).

That `grep` filter introduced a regression into DMS v14 release, since any other `stderr` content not being excluded was now blended into `stdout` and redirected with the original `stdout` output for the `postconf -n` command.

The fix is to ensure the `grep` output is redirect to `stderr` to avoid that mishap.
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Changes ClamAV image source from DockerHub clamav/clamav (Alpine) to clamav/clamav-debian. Only the Debian variant offers multi-platform images.

This isn't too important since we are only interested in taking a copy of the database from the image. It should however resolve a CI warning.
LordVetard and others added 12 commits August 24, 2024 20:42
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The config was not copied over during image build, and the associated auth config had a typo for the `mechanisms` key.
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.7.0...v6.9.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
georglauterbach and others added 30 commits August 28, 2026 14:02
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
The `OmitHeaders` line in `target/opendkim/opendkim.conf` ended with the
literal string `<Paste>`, a bracketed-paste escape artifact committed by
accident in 0290eca (2017-01-11) and carried through every edit since.

The final list entry therefore parsed as a header named
`DKIM-Signature<Paste>`, which matches nothing, so `DKIM-Signature` was
never omitted from the signed header set.

The practical impact is limited, since `RemoveOldSignatures Yes` strips an
existing signature before signing, but the file is read and copied by
users and should say what it means.

Fixes #4750


Claude-Session: https://claude.ai/code/session_01QB33XJHB14e2XjErqhcE76

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
…ps (#4653)

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
* docs: add uChecker to the DNS check tools list

* docs: fix uChecker DKIM checker URL

---------

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
…paths of `find` (#4696)

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: neil <neil@noreply.example.org>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.4.0 to 7.4.2.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@v7.4.0...v7.4.2)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-version: 7.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.8...v4.37.9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Restored default inclusion of dovecot-solr and updated related tutorial. Adjusted Dovecot LDAP configurations and improved permission repair process.
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
…ain setups (#4653)"

This reverts commit dd3e49e.

For 16.0.1, breaking changes are not allowed
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
…ps (#4653)

This reverts commit 4ff20e7 which reverted
dd3e49e for the v16.0.1 release, i.e. the new Rspamd is now in the image again.
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
* Update Solr image and clean up FTS configuration

Updated Solr image version,  fixed SOLR_MODULES format and explictly start solr in user-managed mode. Removed commented-out FTS decoder configuration: it is not advised and incorrect for the debian provided dovecot packages. Tika is a better alternative and easy to implement but this is a dovecot fts feature and not fts solr specific so that doesn't belong in the solr tutorial.

* Fix Dovecot FTS solr configuration

Pinned FTS solr config to solr:10.0, started solr in user managed mode, and removed the attachment text extraction example.

---------

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
* docs: add Dovecot 2.4 mailbox compression guide

Document the supported global mail-compress configuration, verification steps, and troubleshooting guidance for DMS 16 and later.

Co-authored-by: Eric <dev@derewonko.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>

* docs: remove trailing whitespace from compression guide

---------

Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* docs: Revise `bind-smtp-network-interface.md`

* chore: apply MR feedback

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>

---------

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.