File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5252 },
5353 "kubevirt" : {
5454 "16.0" : " 1.5.2" ,
55- "Tumbleweed" : " 1.6.3 "
55+ "Tumbleweed" : " 1.7.0 "
5656 },
5757 "mariadb" : {
5858 "16.0" : " 11.8" ,
Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ setup_submission() {
192192 SMTPD_TLS_CRT=${SMTPD_TLS_CRT:- " /etc/postfix/ssl/certs/tls.crt" }
193193 SMTPD_TLS_KEY=${SMTPD_TLS_KEY:- " /etc/postfix/ssl/certs/tls.key" }
194194
195- # smtpd_use_tls is deprecated and only for compatibility
196- set_config_value " smtpd_use_tls" " yes"
197195 set_config_value " smtpd_tls_security_level" " may"
198196 set_config_value " smtpd_tls_CApath" " /etc/ssl/certs"
199197 set_config_value " smtpd_tls_cert_file" " ${SMTPD_TLS_CRT} "
@@ -346,6 +344,7 @@ configure_postfix() {
346344
347345 # Add maps to config and create database
348346 for i in canonical relocated sender_canonical transport virtual; do
347+ test -f " /etc/postfix/${i} " || continue
349348 set_config_value " ${i} _maps" " lmdb:/etc/postfix/${i} "
350349 update_db " ${i} "
351350 done
Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ setup_submission() {
192192 SMTPD_TLS_CRT=${SMTPD_TLS_CRT:- " /etc/postfix/ssl/certs/tls.crt" }
193193 SMTPD_TLS_KEY=${SMTPD_TLS_KEY:- " /etc/postfix/ssl/certs/tls.key" }
194194
195- # smtpd_use_tls is deprecated and only for compatibility
196- set_config_value " smtpd_use_tls" " yes"
197195 set_config_value " smtpd_tls_security_level" " may"
198196 set_config_value " smtpd_tls_CApath" " /etc/ssl/certs"
199197 set_config_value " smtpd_tls_cert_file" " ${SMTPD_TLS_CRT} "
@@ -346,6 +344,7 @@ configure_postfix() {
346344
347345 # Add maps to config and create database
348346 for i in canonical relocated sender_canonical transport virtual; do
347+ test -f " /etc/postfix/${i} " || continue
349348 set_config_value " ${i} _maps" " lmdb:/etc/postfix/${i} "
350349 update_db " ${i} "
351350 done
You can’t perform that action at this time.
0 commit comments