From 5abadead333ae663a059cc62462d6fe86d359f69 Mon Sep 17 00:00:00 2001 From: egavard Date: Wed, 5 Aug 2015 12:09:24 +0200 Subject: [PATCH] Virtuals to must be separated with comma in order to be used directly. --- postfix/redirects.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/redirects.cf b/postfix/redirects.cf index 40eaea6a..c29ec5cc 100644 --- a/postfix/redirects.cf +++ b/postfix/redirects.cf @@ -1 +1 @@ -user@domain.tld | otheruser@domain.tld otheruser@otherdomain.tld \ No newline at end of file +user@domain.tld | otheruser@domain.tld,otheruser@otherdomain.tld \ No newline at end of file