Skip to content

Alias to multiple recipients? #3805

Answered by polarathene
MarcS1975 asked this question in Q&A
Discussion options

You must be logged in to vote

Did you try it?

# Create some accounts:
$ setup email add [email protected] bad-password
$ setup email add [email protected] bad-password

# Create the alias (or add a new recipient to an existing alias):
$ setup alias add [email protected] [email protected]
$ setup alias add [email protected] [email protected]

# Show the aliases:
$ setup alias list | grep [email protected]
* [email protected] [email protected],[email protected]

# Config file it creates/updates:
$ cat /tmp/docker-mailserver/postfix-virtual.cf
[email protected] [email protected],[email protected]

Note that this won't be supported by Dovecot Quotas (ENABLE_QUOTAS=1), som…

Replies: 7 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by MarcS1975
Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Comment options

You must be logged in to vote
1 reply
@polarathene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants