Victor Duchovni:
> I avoid the need for such empty relay tables, by making all my
> externally-facing domains (the domains in which users get their
> primary email addresses) be virtual alias domains. All internal
> delivery is to "mailbox" domains that are the result of virtual
> alias rewrites:
>
> main.cf:
> virtual_alias_domains = example.com
>
> indexed = ${default_database_type}:${config_directory}/
> virtual_alias_maps = ${indexed}virtual
> transport_maps = ${indexed}transport
>
> virtual:
> [email protected] [email protected]
...
That is simpler, but I tried to avoid this, because sometimes the
back-end MTA is configured to accept [email protected] but not
[email protected].
Wietse