What is the output of:
postconf smtpd_reject_unlisted_recipient
Reason I ask is that the "unlisted recipient" check also
does the relocated check.
smtpd_reject_unlisted_recipient = no
I have to accept unlisted recipients as there are no local users.
Everything is being relaid to an Exchange server using the transport map,
except for a few addresses delivered "locally" using LMTP.
Unfortunately, the relocated check will be missed when the
recipient address exists in virtual_alias_maps or in *canonical_maps,
because those can change the address into something else.
Wietse
The opposite seems to be true for me. If I send 22 messages to
relocated_u...@my-other-domain.nl
all messages are rejected, none are bounced.
In this example, "@my-other-domain.nl" is mapped to "@my-domain.nl" in
canonical_maps.
Pim