Postfix: Difference between revisions

Tie-ling (talk | contribs)
outgoing traffic on port 25
Tie-ling (talk | contribs)
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";