bug-mailfromd
Re: [Bug-mailfromd] Postfix TLS Macros?
> On 19 Nov 2024, at 18:47, Sergey Poznyakoff <gray@xxxxxxxxxx> wrote:
>
>> But if that was the case I shouldn't see the client cert information
>> in the Received header either right?
>
> Yes, definitely.
I found it with the help of "smtpd_tls_loglevel=2" it looks like the information is passed to milter only if the cert is verified.
Untrusted TLS connection established from ...
I only get the tls_version
Trusted TLS connection established from ...
I get cert_subject, cert_issuer, etc. on milter.
Now I can go after why I am not verifying google/o365, probably CA issue.
Thanks for all the help.
--
Mehmet