On 10/4/2011 5:42 PM, Eric Cunningham wrote: > On 10/4/2011 4:19 PM, wolfgang wrote: >> On 2011-10-04 21:36, Eric Cunningham wrote: >>>> postmap -q '[email protected]' >>>> pcre:/etc/postfix/access/final_recipient_access >>> >>> Great suggestion for this, unfortunately, it returns nothing: >>> >>> # postmap -q '[email protected]' >>> pcre:/etc/postfix/access/final_sender_access # >> >> Use >> pcre:/etc/postfix/access/final_recipient_access >> >> _not_ pcre:/etc/postfix/access/final_sender_acces >> > > Yes, sorry, thanks. > > In any event, still nothing returned: > > # postmap -q '[email protected]' > pcre:/etc/postfix/access/final_recipient_access > # echo $? > 1
This means you need to check all other maps that use check_recipient_access. This one just looked the most suspicious. The rejection message is definitely from a check_recipient_access map. > > Since the exit status is non-zero, this indicates some problem with > this file, correct? No, that means the key wasn't found. -- Noel Jones
