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
Since the exit status is non-zero, this indicates some problem with this
file, correct?
-Eric