Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postfix-image for openSUSE:Factory checked in at 2026-01-27 16:16:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix-image (Old) and /work/SRC/openSUSE:Factory/.postfix-image.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix-image" Tue Jan 27 16:16:15 2026 rev:33 rq:1329483 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postfix-image/postfix-image.changes 2026-01-02 14:27:36.958208381 +0100 +++ /work/SRC/openSUSE:Factory/.postfix-image.new.1928/postfix-image.changes 2026-01-27 16:16:17.095964076 +0100 @@ -1,0 +2,5 @@ +Tue Jan 27 10:20:55 UTC 2026 - SUSE Update Bot <[email protected]> + +- check that config exists before adding it + remove compat setting + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.hw1M0P/_old 2026-01-27 16:16:20.328096339 +0100 +++ /var/tmp/diff_new_pack.hw1M0P/_new 2026-01-27 16:16:20.372098104 +0100 @@ -192,8 +192,6 @@ SMTPD_TLS_CRT=${SMTPD_TLS_CRT:-"/etc/postfix/ssl/certs/tls.crt"} SMTPD_TLS_KEY=${SMTPD_TLS_KEY:-"/etc/postfix/ssl/certs/tls.key"} - # smtpd_use_tls is deprecated and only for compatibility - set_config_value "smtpd_use_tls" "yes" set_config_value "smtpd_tls_security_level" "may" set_config_value "smtpd_tls_CApath" "/etc/ssl/certs" set_config_value "smtpd_tls_cert_file" "${SMTPD_TLS_CRT}" @@ -346,6 +344,7 @@ # Add maps to config and create database for i in canonical relocated sender_canonical transport virtual; do + test -f "/etc/postfix/${i}" || continue set_config_value "${i}_maps" "lmdb:/etc/postfix/${i}" update_db "${i}" done ++++++ entrypoint.sles.sh ++++++ --- /var/tmp/diff_new_pack.hw1M0P/_old 2026-01-27 16:16:20.540104842 +0100 +++ /var/tmp/diff_new_pack.hw1M0P/_new 2026-01-27 16:16:20.588106767 +0100 @@ -192,8 +192,6 @@ SMTPD_TLS_CRT=${SMTPD_TLS_CRT:-"/etc/postfix/ssl/certs/tls.crt"} SMTPD_TLS_KEY=${SMTPD_TLS_KEY:-"/etc/postfix/ssl/certs/tls.key"} - # smtpd_use_tls is deprecated and only for compatibility - set_config_value "smtpd_use_tls" "yes" set_config_value "smtpd_tls_security_level" "may" set_config_value "smtpd_tls_CApath" "/etc/ssl/certs" set_config_value "smtpd_tls_cert_file" "${SMTPD_TLS_CRT}" @@ -346,6 +344,7 @@ # Add maps to config and create database for i in canonical relocated sender_canonical transport virtual; do + test -f "/etc/postfix/${i}" || continue set_config_value "${i}_maps" "lmdb:/etc/postfix/${i}" update_db "${i}" done
