1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-11-09 14:18:43 +01:00
docker-mailserver/test
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
..
bats@e8c840b58f update BATS & helper + minor updates to BATS variables (#2988) 2023-01-09 08:54:04 +01:00
config fix: Avoid alias being used as regex during dovecot dummy account userdb detection (#4222) 2024-10-12 11:34:20 +13:00
files fix: Correctly support multiple Dovecot PassDBs (#3812) 2024-01-23 19:11:05 +01:00
helper chore: fix various typos across codebase (#4552) 2025-08-12 21:55:53 +00:00
linting Update .ecrc.json to exclude CONTRIBUTORS.md (#4020) 2024-05-17 09:57:07 +02:00
test_helper Change 'until' style (#3366) 2023-05-26 07:42:03 +02:00
tests fix: accounts.sh - Support first valid local account (#4581) 2025-10-08 19:58:49 +00:00