Wietse Venema: > Pim Zandbergen: > > On 12/12/2011 7:47 PM, Wietse Venema wrote: > > > Pim Zandbergen: > > >> I can now reproduce the bouncing. Out of 22 tested recipients in > > >> the relocated file, 7 consistently bounce, and 15 others consistently > > >> reject. > > > What do you mean by that: you talked to the Postfix SMTP daemon > > > from one IP address, sent all 22 addresses in an RCPT TO command, > > > and 15 of those RCPT TO commands did not receive a REJECT reply? > > > > > I sent, from one IP address, to the same Postfix SMTP daemon, 22 > > separate messages > > to single recipients, all in the same domain, all matching a relocated user. > > > > Of 22 messages, 15 were rejected immediately. 7 others were accepted > > and were returned shortly later. > > What is the output of: > > postconf smtpd_reject_unlisted_recipient > > Reason I ask is that the "unlisted recipient" check also > does the relocated check.
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