1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-10-26 20:00:48 +01:00
docker-mailserver/target/scripts/helpers
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
..
database chore: fix various typos across codebase (#4552) 2025-08-12 21:55:53 +00:00
accounts.sh fix: accounts.sh - Support first valid local account (#4581) 2025-10-08 19:58:49 +00:00
aliases.sh fix: Ensure configs are sanitized for parsing (#3819) 2024-01-26 10:28:26 +13:00
change-detection.sh fix: include all files in change detection of Rspamd (#4418) 2025-03-18 00:08:14 +01:00
dns.sh chore: fix various typos across codebase (#4552) 2025-08-12 21:55:53 +00:00
error.sh chore: fix various typos across codebase (#4552) 2025-08-12 21:55:53 +00:00
index.sh misc: final Rspamd adjustments for v13 (#3599) 2023-10-30 10:20:37 +01:00
lock.sh Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
log.sh fix: Prevent logs leaking into config files (FETCHMAIL_PARALLEL=1) (#4586) 2025-10-06 20:25:13 +02:00
network.sh Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
postfix.sh refactor: relay.sh (#3845) 2024-01-31 10:24:43 +13:00
relay.sh refactor: relay.sh (#3845) 2024-01-31 10:24:43 +13:00
rspamd.sh release: v15.0.0 (#4373) 2025-03-01 12:14:57 +00:00
ssl.sh chore: fix various typos across codebase (#4552) 2025-08-12 21:55:53 +00:00
utils.sh refactor: setup CLI open-dkim (#4375) 2025-03-31 11:27:28 +02:00