mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
docs(bin/setup): Add an example for an alias with multiple recipients (#3600)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
cb62ce20e6
commit
097dc6c9a4
|
@ -33,6 +33,9 @@ ${ORANGE}EXAMPLES${RESET}
|
|||
${LWHITE}./setup.sh alias add alias@example.com recipient@example.com${RESET}
|
||||
Add the alias 'alias@example.com' for the mail account 'recipient@example.com'.
|
||||
|
||||
${LWHITE}./setup.sh alias add alias@example.com 'recipient@example.com, another-recipient@example.com'${RESET}
|
||||
Multiple recipients are separated by comma.
|
||||
|
||||
${ORANGE}EXIT STATUS${RESET}
|
||||
Exit status is 0 if command was successful. If wrong arguments are provided
|
||||
or arguments contain errors, the script will exit early with exit status 1.
|
||||
|
|
Loading…
Reference in a new issue