Postfix: Difference between revisions
outgoing traffic on port 25 |
add category |
||
(2 intermediate revisions by the same user not shown) | |||
Line 53: | Line 53: | ||
# hostname of mail server, should be fqdn | # hostname of mail server, should be fqdn | ||
hostname = "mail.${domainName}"; | hostname = "mail.${domainName}"; | ||
# domain of the email address that this postfix is hosting | |||
domain = "${domainName}"; | |||
sslCert = "${sslCertDir}/fullchain.pem"; | sslCert = "${sslCertDir}/fullchain.pem"; | ||
Line 58: | Line 61: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
You also need to set proper file permissions on the cert directory and key files. | |||
See [[ACME#Integration_with_service_modules]]. | |||
= Setup virtual map with regex = | = Setup virtual map with regex = | ||
Line 107: | Line 113: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Mail Server]] | |||
[[Category:Server]] |