Am 10.05.2014 17:17, schrieb deoren: >> check_recipient_access, check_sender_access and check_client_access >> with no relay and smtpd restricitons before makes you sooner or >> later to a open-realy, why was discussed here many times > > That's not my setup. > >>> Settings on the primary MX: >>> >>> smtpd_recipient_restrictions = >>> permit_mynetworks >>> reject_unauth_destination >>> check_recipient_access hash:/etc/postfix/recipient_access.conf >>> check_sender_access hash:/etc/postfix/sender_access.conf >>> check_client_access hash:/etc/postfix/client_access.conf >>> check_policy_service inet:127.0.0.1:10023 >>> reject_invalid_helo_hostname >>> reject_non_fqdn_helo_hostname >>> reject_unknown_client_hostname >>> reject_unknown_sender_domain >>> reject_unknown_recipient_domain >>> reject_non_fqdn_sender >>> reject_non_fqdn_recipient >>> reject_unauth_pipelining >>> reject_rbl_client zen.spamhaus.org >>> reject_rbl_client b.barracudacentral.org > > What you're seeing there is the results of me running: > > postconf smtpd_recipient_restrictions | sed 's/, /\n/g' > so the output would be formatted for easier reading
and that is why you should use "postconf -n" as statet in the welcome message refering to http://www.postfix.org/DEBUG_README.html (scroll down to "Reporting problems to [email protected]" on that page) it makes little sense to post configurations which are not your setup
