Files
webmin/postfix/help/sni.html
2020-06-19 10:22:50 -07:00

14 lines
471 B
HTML

<header>Certificate mapping</header>
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 :
<ul>
<li><b>Hostname</b> - A hostname or wildcard like <tt>*.example.com</tt> to match the hostname in the SSL SNI connection against.
<li><b>Certificate files</b> - Path to a PEM format file containing the private key and certificate to use.
</ul>
<footer>