pifoot: > *smtpd_recipient_restrictions = check_recipient_access > hash:/etc/postfix/recipient_access, reject* > > /etc/postfix/recipient_access contains: > > *[email protected] OK*
Hopefully the "*" are not included.
You can test the access table with:
$ postmap -q [email protected] hash:/etc/postfix/recipient_access
The result should be
OK
If the result is different then the access table won't work.
Wietse
