On Fri, Mar 20, 2009 at 12:00:25PM -0700, Post Freak wrote:
> Hello,
> Yes, postconf did respond with one line and 3 restrictions. Here are the
> results:
>
> [r...@myhost postfix]# postconf smtpd_recipient_restrictions
> smtpd_recipient_restrictions = reject_unauth_destination,
> check_recipient_access hash:/etc/postfix/allowed_users, reject
Now prove with unedited log entries that the Postfix configured via this
main.cf file (set syslog_name=postfix-test to show that the server is
using this main.cf file and restart Postfix) accepts "RCPT TO:" commands
with a recipient that is not the $address_verify_sender and is not listed
in the allowed_users table via any of the documented access(5) lookup keys.
Show logging.
postconf -n output
postmap -q results for each full address and domain part.
postmap -q [email protected] hash:/etc/postfix/allowed_users
postmap -q example.com hash:/etc/postfix/allowed_users
postmap -q com hash:/etc/postfix/allowed_users
consider removing "smtpd_access_maps" from "parent_domain_matches_subdomains"
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.