Am 19.06.25 um 11:24 schrieb Michael Webb via Postfix-users:
In my master.cf I have defined a dedicated listener (port 10032) to receive TLS 
reports from the tlsrpt-reporter package so they can be relayed without 
generating another TLS report (to avoid a report loop).

I tried to use these 2 overrides for this control:

"-o smtp_tlsrpt_enable=no" and

"-o smtp_tlsrpt_socket_name="

Hello Michael,

read the fine documentation :-)
https://www.postfix.org/TLSRPT_README.html#delivering

I've in main.cf
        smtp_tlsrpt_enable = yes
        smtp_tlsrpt_socket_name = /path/to/tlsrpt-reporter.socket
        sender_dependent_default_transport_maps =
         inline:{
          { tlsrpt-reporter@example = smtp_without_tlsrpt }
          {  dmarc-reporter@example = smtp_without_tlsrpt }
         }

in master.cf
        smtp_without_tlsrpt unix - - - - - smtp
         -o smtp_tls_policy_maps=
         -o smtp_tls_security_level=may
         -o smtp_tlsrpt_enable=no
         -o syslog_name=postfix/without_tlsrpt

master.cf is not exactly as documented but it works. I'll adjust my setup to 
match the docs soon.

Andreas

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to