mail/postfix: bump cert.pem location

This commit is contained in:
Franco Fichtner
2024-12-03 20:29:04 +01:00
parent 29efc900c4
commit e2ec34bc2d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= postfix
PLUGIN_VERSION= 1.23
PLUGIN_REVISION= 3
PLUGIN_REVISION= 4
PLUGIN_COMMENT= SMTP mail relay
PLUGIN_DEPENDS= postfix
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -37,7 +37,7 @@ recipient_bcc_maps = hash:/usr/local/etc/postfix/recipientbcc
sender_canonical_maps = regexp:/usr/local/etc/postfix/sendercanonical
header_checks = pcre:/usr/local/etc/postfix/header_checks_receiving
smtp_header_checks = pcre:/usr/local/etc/postfix/header_checks_delivering
smtp_tls_CAfile = /etc/ssl/cert.pem
smtp_tls_CAfile = /usr/local/etc/ssl/cert.pem
##########################
# END SYSTEM DEFAULTS
##########################
@@ -120,7 +120,7 @@ smtpd_tls_cert_file = /usr/local/etc/postfix/cert_opn.pem
{% if helpers.exists('OPNsense.postfix.general.ca') and OPNsense.postfix.general.ca != '' %}
smtpd_tls_CAfile = /usr/local/etc/postfix/ca_opn.pem
{% else %}
smtpd_tls_CAfile = /etc/ssl/cert.pem
smtpd_tls_CAfile = /usr/local/etc/ssl/cert.pem
{% endif %}
{% if helpers.exists('OPNsense.postfix.general.tls_server_compatibility') %}
{% if OPNsense.postfix.general.tls_server_compatibility == 'modern' %}