Eric Cunningham: > Oct 4 11:53:53 postal1 postfix/smtpd[19496]: NOQUEUE: reject: RCPT from > fwall.fidcouns.com[207.109.19.34]: 554 5.7.1 <[email protected]>: Recipient > address rejected: Access denied; from=<[email protected]> > to=<[email protected]> proto=ESMTP helo=<STPAUL.FIDCOUNS.COM>
This means that the recipient address is blocked by one of your Postfix check_recipient_access rules. I hope that this direct statement of fact does not offend anyone; we just had an incident on this list today. The check_recipient_access feature searches "pcre" tables with the full recipient address (it does not try recipients without domain, or without address extensions). So this should be easy enough to find with postmap -q [email protected] pcre:/the/file/name Wietse
