The SNI certificate mapping file associates domain names with certificate
files, for use when Postfix receives an SMTP connection in SSL mode. The
format of the table is :
- Hostname - A hostname or wildcard like *.example.com to match the hostname in the SSL SNI connection against.
- Certificate files - Path to a PEM format file containing the private key and certificate to use.