From c1f0a2ebfe262345f527ff161d8eecef3a5dc2a2 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Mon, 4 May 2020 20:14:53 +0200 Subject: [PATCH] making sure the repo's version is up to date --- roles/shell/files/etc/postfix/main.cf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/shell/files/etc/postfix/main.cf b/roles/shell/files/etc/postfix/main.cf index 3872444b..7dbfb641 100644 --- a/roles/shell/files/etc/postfix/main.cf +++ b/roles/shell/files/etc/postfix/main.cf @@ -11,8 +11,8 @@ readme_directory = no compatibility_level = 2 # TLS parameters -smtpd_tls_cert_file=/etc/letsencrypt/live/thunix.net-0001/fullchain.pem -smtpd_tls_key_file=/etc/letsencrypt/live/thunix.net-0001/privkey.pem +smtpd_tls_cert_file=/etc/letsencrypt/live/deb.thunix.net/fullchain.pem +smtpd_tls_key_file=/etc/letsencrypt/live/deb.thunix.net/privkey.pem smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache @@ -76,8 +76,8 @@ policyd-spf_time_limit = 3600 milter_protocol = 2 milter_default_action = accept -smtpd_milters = inet:localhost:12301 -non_smtpd_milters = inet:localhost:12301 +#smtpd_milters = inet:localhost:12301 +#non_smtpd_milters = inet:localhost:12301 # message delivery requests that any client is allowed (50/hr) smtpd_client_auth_rate_limit = 50