1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-10-26 20:00:48 +01:00
docker-mailserver/test/tests/parallel/set3/mta
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
..
account_management.bats fix: accounts.sh - Support first valid local account (#4581) 2025-10-08 19:58:49 +00:00
default_relay_host.bats ci: move tests than can be run in parallel now (#3038) 2023-01-30 09:19:47 +01:00
dsn.bats tests: new sending and filtering functions (#3786) 2024-01-25 11:06:05 +13:00
lmtp_ip.bats tests: streamline tests and helpers further (#3747) 2024-01-11 10:34:08 +01:00
privacy.bats tests: streamline tests and helpers further (#3747) 2024-01-11 10:34:08 +01:00
smtp_delivery.bats tests: new sending and filtering functions (#3786) 2024-01-25 11:06:05 +13:00
smtponly.bats tests: Use swaks instead of nc for sending mail (#3732) 2024-01-03 13:17:54 +13:00