The implementation of TLS reporting with Postfix.

Been thrashing about with this one, tips welcome.

So what have I done/tested?

postfix built with TLSRPT enabled

dns has
Code:
_smtp._tls.example.com. IN TXT "v=TLSRPTv1; rua=mailto:smtp-tls-report@example.com"
postfix main.cf has
Code:
smtp_tlsrpt_enable = yes
smtp_tlsrpt_socket_name = /var/run/tlsrpt/tlsrpt.sock
I suspect the socket is incorrect as I don't see anything related on the system. Anyone messed around with this?
Code:
 grep TLSRPT /var/log/maillog
Aug 28 21:55:47 Mail postfix/smtp[68516]: TLSRPT: status=success, domain=gmail.com, receiving_mx=gmail-smtp-in.l.google.com[66.102.1.26]
 
Back
Top