mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
mail/postfix: bump cert.pem location
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user