Hi,
with my current configuration (relevant part):
smtpd_client_restrictions =
check_client_access hash:$config_directory/client_access
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_relay_restrictions =
reject_non_fqdn_recipient
reject_non_fqdn_sender
Hi,
I have postfix setup with opendmarc and opendkim:
milter_default_action = accept
smtpd_milters = inet:127.0.0.1:8891,inet:127.0.0.1:8893
non_smtpd_milters = $smtpd_milters
This works as intended (rejecting mails which violate dmarc policies).
There are some "valid" senders which seem to vio