2015-10-18 21:02:46 +02:00
|
|
|
alias1@localhost.localdomain user1@localhost.localdomain
|
2020-05-06 19:26:47 +02:00
|
|
|
# this is a test comment, please don't delete me :'(
|
2023-10-04 23:53:32 +13:00
|
|
|
# this is also a test comment, :O
|
2015-10-18 21:02:46 +02:00
|
|
|
alias2@localhost.localdomain external1@otherdomain.tld
|
2016-07-23 23:42:18 +02:00
|
|
|
@localdomain2.com user1@localhost.localdomain
|
2024-10-12 00:34:20 +02:00
|
|
|
|
|
|
|
## Dovecot "dummy accounts" for quota support (handled in `helpers/accounts.sh`)
|
|
|
|
# Do not filter alias by substring condition (longer prefix must be before substring alias):
|
|
|
|
# https://github.com/docker-mailserver/docker-mailserver/issues/2639
|
|
|
|
prefixtest@localhost.localdomain user2@otherdomain.tld
|
|
|
|
test@localhost.localdomain user2@otherdomain.tld
|
|
|
|
# Do not filter alias when input be treated as regex tokens (eg `.`):
|
|
|
|
# https://github.com/docker-mailserver/docker-mailserver/issues/4170
|
|
|
|
first-name@localhost.localdomain user2@otherdomain.tld
|
|
|
|
first.name@localhost.localdomain user2@otherdomain.tld
|