PGNd skrev den 2015-06-27 02:53:
I've added an opendmarc milter to a service
[127.0.0.1]:10031 inet n - n - -
smtpd
-o syslog_name=postfix/postQ-rcv
-o milter_protocol=6
-o smtpd_milters=inet:localhost:8893
-o non_smtpd_milters=inet:localhost:8893
-o content_filter=relay2vpn:[internal.mail-backend.DDDD.com]:12345
-o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
-o mynetworks=127.0.0.0/8,10.1.0.25
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_sender_restrictions=
-o smtpd_relay_restrictions=permit_mynetworks,reject
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_data_restrictions=
-o smtpd_end_of_data_restrictions=
-o smtpd_etrn_restrictions=
note missing ipv6 on above ?
localhost is resolvin dual stacking, so make sure postfix accept aswell
:-)
opendmarc is listening
telnet localhost 8893
Trying ::1...
telnet: connect to address ::1: Connection refused
is opendmarc compiled with ipv6 support ?
change smtpd_milters= to be inet:[127.0.0.1]:8893 so it does not use
ipv6 there, this should all needed
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
this tells me something about it
Why is the message not making it to that milter for processing?
some loves dual stacking, some hate it