From 1f4e066529121920183c1f8aa0c6083bec400c96 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 7 Aug 2016 03:08:14 -0400 Subject: [PATCH] Move cert to new local-certs directory --- main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cf b/main.cf index b6681fb..01a23ee 100644 --- a/main.cf +++ b/main.cf @@ -272,7 +272,7 @@ smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth -smtpd_tls_cert_file=/etc/ssl/certs/postfix.crt +smtpd_tls_cert_file=/etc/ssl/local-certs/postfix.crt smtpd_tls_key_file=/etc/ssl/private/postfix.key smtpd_use_tls = yes smtpd_tls_auth_only = yes -- 2.34.1