From bc50f35e6de5387a9606da8f6845e4dbcd39e089 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 May 2010 19:50:22 -0300 Subject: Changing smtpd_tls_cert_file on nodo::mail --- manifests/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/mail.pp b/manifests/mail.pp index c21de6d..30fe688 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -48,6 +48,6 @@ class nodo::mail { value => 'permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service inet:127.0.0.1:10023' } # TLS - postfix::config { "smtpd_tls_cert_file": value => '/etc/ssl/private/cert.pem' } + postfix::config { "smtpd_tls_cert_file": value => '/etc/ssl/certs/cert.crt' } postfix::config { "smtpd_tls_key_file": value => '/etc/ssl/private/cert.pem' } } -- cgit v1.2.3