1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-10-08 23:51:57 +02:00

2883 Commits

Author SHA1 Message Date
Brennan Kinney
e5185e0e84 fix: accounts.sh - Support first valid local account (#4581)
- Ensure catch-all alias entries (eg: `@example.test`) are also skipped. Adding a dummy account for catch-all will not match a `quota-status` query to Dovecot by Postfix for a recipient.
- When there are multiple addresses provided, they will now be iterated through by the `,` delimiter, instead of as a single value that fails. This way the first valid aliased address to a local Dovecot mailbox account will now be used for the dummy alias account.
- The common logic for extracting the quota user attribute is now split out to a common function call.
2025-10-08 19:58:49 +00:00
Brennan Kinney
5e5e005162 chore: Revise inline docs for Fetchmail (#4587) 2025-10-08 10:33:26 +13:00
Lars K.W. Gohlke
9eb3fa73e5 fix: Prevent logs leaking into config files (FETCHMAIL_PARALLEL=1) (#4586) 2025-10-06 20:25:13 +02:00
dependabot[bot]
d0a915bd65 chore(deps): Bump anchore/scan-action from 6.5.1 to 7.0.0 (#4573) 2025-10-02 17:45:06 +02:00
Brennan Kinney
4a45053c03 tests: Temoporary fix for LDAP via Bitnami Legacy (#4583) 2025-10-02 16:07:43 +02:00
Brennan Kinney
369f357351 docs: Proxy Protocol share postscreen_cache_map (#4571) 2025-09-21 14:19:42 +02:00
lalalala
f343f7d960 fix RSPAMD_LEARN with mbsync (#4569)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-09-11 19:03:01 +02:00
Georg Lauterbach
0cf26f0100 fix: Postfix: disable_dns_lookups => smtp_dns_support_level (#4568) 2025-09-10 09:17:40 +02:00
dependabot[bot]
92c834a2e8 chore(deps): Bump actions/stale from 9 to 10 (#4566)
* chore(deps): Bump actions/stale from 9 to 10

Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update permissions

---------

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>
2025-09-08 23:41:27 +02:00
dano19
e78801b5f2 Delete user without prompt but keep mailbox data (#4565) 2025-09-08 22:46:49 +02:00
dependabot[bot]
5f4e868c54 chore(deps): Bump actions/checkout from 4 to 5 (#4560)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 23:13:57 +02:00
Georg Lauterbach
c1da4265d3 chore: apt - Migrate format from .list to .sources (DEB822) (#4556)
* chore: switch to `.sources` layout from `.list`

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

* chore: update CHANGELOG

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

* Apply suggestions from code review

---------

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2025-08-18 12:45:20 +12:00
Georg Lauterbach
9e4749e718 chore: update externally installed software (#4557) 2025-08-17 13:20:21 +02:00
Georg Lauterbach
da61eb21a3 chore: Remove Pyzor + Razor packages (#4548) 2025-08-17 11:00:01 +02:00
Jam Balaya
726e2a5c3d ci: update & streamline GH Actions runner images (#4553) 2025-08-13 22:53:07 +02:00
Jam Balaya
c1a5eabc94 chore: fix various typos across codebase (#4552)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-08-12 21:55:53 +00:00
Georg Lauterbach
060bf9a474 release: v15.1.0 (#4547)
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
v15.1.0
2025-08-12 23:45:21 +02:00
dependabot[bot]
beabb4bea1 chore(deps): Bump anchore/scan-action from 6.5.0 to 6.5.1 (#4550)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 12:24:10 +02:00
dependabot[bot]
8168ae6671 chore(deps): Bump actions/download-artifact from 4 to 5 (#4549)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 13:27:01 +12:00
Dan Marks
69e2b56def docs: Add warning about broken apple push notifications support (#4541)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2025-08-05 11:30:13 +02:00
dependabot[bot]
0ffcb002f5 chore(deps): Bump docker/metadata-action from 5.7.0 to 5.8.0 (#4540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 18:29:40 +02:00
Georg Lauterbach
e448b5e53e chore: disable F2B postfix-sasl jail (#4535)
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-08-03 10:37:41 +02:00
RoelSG
b6e5d34cd4 docs: Podman - Document how to setup DMS with Quadlet (#4183)
Merged in it's current state due to time constraints to revise to desired state when the revised docs would still be beneficial to users. Final revision deferred to a follow-up PR.

---------

Co-authored-by: Casper <casperklein@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>
2025-08-01 12:24:55 +12:00
fim-sh
7a0b499c18 docs: Fix path in dkim helper script (rspamd) (#4531)
The path was still referring to an internal location used prior to preferring the DMS config volume, this has been corrected.

---------

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2025-08-01 12:06:40 +12:00
dependabot[bot]
8011772feb chore(deps): Bump anchore/scan-action from 6.4.0 to 6.5.0 (#4533)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 18:22:24 +02:00
Mahdi Baghbani
e4c319b39c docs: fix minor typo (#4532) 2025-07-27 12:10:40 +00:00
Ivan Filonenko
fcd9909841 fix(fail2ban): configure logrotate only when Fail2Ban is enabled (#4523)
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2025-07-11 17:02:42 +02:00
Andreas Perhab
337ae071d2 open-dkim: use numerical uid and gid for chown (#4517)
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2025-07-10 22:14:39 +00:00
dependabot[bot]
20798411a3 chore(deps): Bump anchore/scan-action from 6.3.0 to 6.4.0 (#4519)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-07 20:12:30 +02:00
Éric Veiras
6bc4d243e2 docs: fix minor typo (#4513)
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2025-06-23 20:18:15 +02:00
dependabot[bot]
63f183dfc1 chore(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#4514)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 20:16:00 +02:00
Brennan Kinney
eb87c88339 docs: Adjust PROXY Protocol port names (#4511) 2025-06-20 06:42:12 +02:00
dependabot[bot]
ade4ef528e chore(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#4509)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2025-06-17 18:52:04 +02:00
dependabot[bot]
5fb87e11ac chore(deps): Bump anchore/scan-action from 6.2.0 to 6.3.0 (#4510)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 18:46:01 +02:00
dependabot[bot]
0c3aff21ff chore(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 (#4500)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 15:00:35 +02:00
Brennan Kinney
3c193a101e chore: Simplify compose.yaml healthcheck (#4498) 2025-06-02 07:27:53 +00:00
s0ftcorn
e296eb4f26 docs: Revise docs for the OVERRIDE_HOSTNAME ENV (#4492)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2025-06-02 19:22:04 +12:00
Brennan Kinney
8fa6e6deba chore: Avoid logging a warning when LOG_LEVEL is unset (#4497) 2025-06-02 17:01:00 +12:00
Brennan Kinney
ea03808c8f fix: packages.sh - Remove Postfix hostname workaround (#4493) 2025-05-27 23:03:10 +02:00
Brennan Kinney
f6381d3bb0 fix: Ensure DMS config volume can be accessed by non-root users (#4487) 2025-05-23 16:05:20 +12:00
Ionut
61c9b21f94 docs: PROXY protocol (Traefik) - Fix config typo (#4483) 2025-05-23 10:49:50 +12:00
Brennan Kinney
e5728cf7b6 docs: Revise TLS_LEVEL ENV description (#4482) 2025-05-21 21:06:32 +12:00
Brennan Kinney
a0e0013260 chore: Typo fix for debug log (#4480) 2025-05-21 11:50:05 +12:00
dependabot[bot]
7b6f1cf7ea chore(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0 (#4477)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 16:19:46 +02:00
Alessio Artoni
53c36194d9 feat: Enable reading env vars from files (#4359)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-05-17 23:37:43 +02:00
worldworm
c9aac24a72 docs: mailserver.env - Remove unsupported SASL auth mechanisms (#4472) 2025-05-11 12:16:04 +12:00
dependabot[bot]
902354552f chore(deps): Bump anchore/scan-action from 6.1.0 to 6.2.0 (#4468)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](https://github.com/anchore/scan-action/compare/v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-version: 6.2.0
  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>
2025-05-06 13:52:44 +02:00
Brennan Kinney
fc51996e43 docs(xapian): Add note about config compatibility (#4464) 2025-05-02 09:44:52 +12:00
dependabot[bot]
0ee8d83764 chore(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 (#4459)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.16.0
  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>
2025-05-01 11:47:21 +02:00
Brennan Kinney
491c30b194 fix: setup email list should only work with ACCOUNT_PROVISIONER=FILE (#4453)
---------

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-04-25 10:06:35 +12:00