1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-10 23:12:02 +02:00

Added information about "from" and "to" separator which MUST be a space

This commit is contained in:
Thomas VIAL
2016-01-20 17:46:43 +01:00
parent f866359809
commit 77f4a61412

View File

@@ -1,7 +1,7 @@
# #
# ALIAS => from alias@domain.tld (alias) to user@domain.tld (real account) # ALIAS => from alias@domain.tld (alias) to user@domain.tld (real account), space separated
# alias@domain.tld user@domain.tld # alias@domain.tld user@domain.tld
# #
# FORWARD => from redirect@domain.tld to a list of internal/external email addresses # FORWARD => from redirect@domain.tld to a list of internal/external email addresses, space separated
# redirect@domain.tld otheruser@domain.tld otheruser@otherdomain.tld # redirect@domain.tld otheruser@domain.tld otheruser@otherdomain.tld
# #