diff --git a/postfix/virtual b/postfix/virtual index 9fc19fb0..7718604a 100644 --- a/postfix/virtual +++ b/postfix/virtual @@ -1,4 +1,4 @@ #Mail redirection from user@domain.tld to otheruser@domain.tld and otheruser@otherdomain.tld -user@domain.tld|otheruser@domain.tld,otheruser@otherdomain.tld +user1@domain.tld otheruser@domain.tld otheruser@otherdomain.tld #Mail redirection from postmaster@domain.tld and hostmaster@domain.tld to user@domain.tld -user@domain.tld| postmaster,hostmaster \ No newline at end of file +user2@domain.tld postmaster hostmaster \ No newline at end of file