Paul Richards:
> Can I just use:
> #in /etc/postfix/main.cf
> virtual_alias_maps = hash:/etc/postfix/domain_copy.conf
> 
> #in /etc/postfix/domain_copy.conf
> @mydomain.edu @host1.mydomain.edu @host2.mydomain.edu

This should not loop, because you are not sending @host1.mydomain.edu
to @host2.mydomain.edu or vice versa.

However, the use of wildcards breaks address validation. See today's
email thread "Problem with virtual_alias_maps and backscatter" for
possible remediation.

That said, I think that the replicated message store would be the
better approach because the replication enforces consistency.

        Wietse

Reply via email to