mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-10-26 20:00:48 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| database | ||
| accounts.sh | ||
| aliases.sh | ||
| change-detection.sh | ||
| dns.sh | ||
| error.sh | ||
| index.sh | ||
| lock.sh | ||
| log.sh | ||
| network.sh | ||
| postfix.sh | ||
| relay.sh | ||
| rspamd.sh | ||
| ssl.sh | ||
| utils.sh | ||