Hi,
I want to use a specific tls policy for one recipient domain. So I've added it in
Configuration -> Mail Proxy -> TLS -> TLS Domain Policy -> Create
mydomain.org -> policy fingerprint
So, now where do I configure the TLS fingerprint? According to the postfix documentation the tls_policy entry has to look like this:
I can add the fingerprint manually in /etc/pmg/tls_policy and it works. But the GUI doesn't recognize this and gives a parser error afterwards.
Additionally I want to use the SHA1 algo as fingerprint digest. This is achieved by adding "smtp_tls_fingerprint_digest = sha1" to the main.cf. But this change is overwritten with the next update. Where do I put those custom configurations then?
Thanks! And best regards
Oli
I want to use a specific tls policy for one recipient domain. So I've added it in
Configuration -> Mail Proxy -> TLS -> TLS Domain Policy -> Create
mydomain.org -> policy fingerprint
So, now where do I configure the TLS fingerprint? According to the postfix documentation the tls_policy entry has to look like this:
Code:
mydomain.org fingerprint
match=DB:87:57:BC:CA:AC:02:58:92:9B:B9:4D:B9:CD:F5:73:B4:48:7D:D8
I can add the fingerprint manually in /etc/pmg/tls_policy and it works. But the GUI doesn't recognize this and gives a parser error afterwards.
Additionally I want to use the SHA1 algo as fingerprint digest. This is achieved by adding "smtp_tls_fingerprint_digest = sha1" to the main.cf. But this change is overwritten with the next update. Where do I put those custom configurations then?
Thanks! And best regards
Oli