Postfix: Difference between revisions
outgoing traffic on port 25 |
→Domain and SSL setup: use domain name |
||
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"; |