Admin Beckspaced:
anyway I was thinking that every incoming message postfix receives will
get send to postfwd for further inspections?
That depends on where in smtpd_mumble_restrictions
the 'check_policy_service' appears.
Wietse
it appears here -> smtpd_end_of_data_restrictions
...
smtpd_sender_restrictions = warn_if_reject reject_unknown_sender_domain
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_non_fqdn_recipient,
reject_non_fqdn_sender,
reject_unknown_recipient_domain,
reject_unauth_destination,
check_helo_access hash:/etc/postfix/helo_access,
check_client_access hash:/etc/postfix/client_access,
check_sender_access hash:/etc/postfix/access,
check_recipient_access hash:/etc/postfix/recipient_accept,
check_recipient_access hash:/etc/postfix/recipient_reject,
check_recipient_access
hash:/etc/postfix/roleaccount_exceptions,
permit
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10040
...