Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package opensuse-postfix-image for
openSUSE:Factory checked in at 2024-02-20 21:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-postfix-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-postfix-image"
Tue Feb 20 21:13:16 2024 rev:11 rq:1147548 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-postfix-image/opensuse-postfix-image.changes
2022-08-17 18:21:23.466959621 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.1706/opensuse-postfix-image.changes
2024-02-20 21:13:17.379531695 +0100
@@ -1,0 +2,6 @@
+Mon Feb 19 10:08:34 UTC 2024 - [email protected]
+
+- Update to version 20240219.6a78d47:
+ * Update entrypoint.sh (add SMTP_TLS_WRAPPERMODE)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.opl5L5/_old 2024-02-20 21:13:17.983553614 +0100
+++ /var/tmp/diff_new_pack.opl5L5/_new 2024-02-20 21:13:17.983553614 +0100
@@ -4,6 +4,6 @@
</service>
<service name="tar_scm">
<param
name="url">https://github.com/thkukuk/containers-mailserver.git</param>
- <param
name="changesrevision">7d0bf3a1eabe7dbab68506de5ff6264f146008f4</param></service></servicedata>
+ <param
name="changesrevision">6a78d47e390a8a72210e808a8ba8458d280eba40</param></service></servicedata>
(No newline at EOF)
++++++ entrypoint.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/entrypoint/entrypoint.sh new/entrypoint/entrypoint.sh
--- old/entrypoint/entrypoint.sh 2022-08-17 11:51:44.000000000 +0200
+++ new/entrypoint/entrypoint.sh 2024-02-19 11:06:56.000000000 +0100
@@ -324,6 +324,9 @@
set_config_value "default_database_type" "lmdb"
sed -i -e 's|hash:|lmdb:|g' /etc/postfix/main.cf
## TLS
+ if [ -n "${SMTP_TLS_WRAPPERMODE}" ]; then
+ set_config_value "smtp_tls_wrappermode" "${SMTP_TLS_WRAPPERMODE}"
+ fi
SMTP_TLS_SECURITY_LEVEL=${SMTP_TLS_SECURITY_LEVEL:-"may"}
set_config_value "smtp_tls_security_level" "${SMTP_TLS_SECURITY_LEVEL}"
set_config_value "smtp_tls_CApath" "/etc/postfix/ssl/cacerts"