From 77f4a61412668084a82a5d00902f1a999062a507 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 20 Jan 2016 17:46:43 +0100 Subject: [PATCH] Added information about "from" and "to" separator which MUST be a space --- postfix/virtual | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/virtual b/postfix/virtual index 03991098..7d6adf3b 100644 --- a/postfix/virtual +++ b/postfix/virtual @@ -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 # -# 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 # \ No newline at end of file