Andrew Beverley: > Normally I would avoid a catch-all for the obvious reasons, but we're > undertaking a migration, and for a short period we want to have the > Postfix server relay to another MX server any messages that it has no > specific action for (and that it would otherwise normally reject).
I think that's what relay_domains (without relay_recipient_maps) and reject_unverified_recipient are for. See the gateway examples in STANDARD_CONFIGURATION_README. Wietse