On Mon, Oct 20, 2025 at 10:11:46AM -0400, Wietse Venema via Postfix-users wrote:

> Try: "postmap -s hash:/etc/postfix/domain_ssl.map" and see what
> lookup keys it will match. Keys that start with '.' will match
> subdomains of that suffix.

Or, in this case, perhaps just:

    # postmap -q mail.example.nl $(postconf -xh tls_server_sni_maps)

This should return a base64 encoded-blob, if it returns nothing the map
is missing the expected key.  DO NOT post the blob, it contains
sensitive private key material.

-- 
    Viktor.  🇺🇦 Слава Україні!
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to