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 2021-01-22 21:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-postfix-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-postfix-image"
Fri Jan 22 21:52:49 2021 rev:7 rq:865995 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-postfix-image/opensuse-postfix-image.changes
2021-01-08 17:40:35.173056310 +0100
+++
/work/SRC/openSUSE:Factory/.opensuse-postfix-image.new.28504/opensuse-postfix-image.changes
2021-01-22 21:53:17.141930914 +0100
@@ -1,0 +2,5 @@
+Fri Jan 22 12:34:54 UTC 2021 - Thorsten Kukuk <[email protected]>
+
+- Make sure LMDB is used for /etc/aliases by newaliases
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ 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 2021-01-08 15:35:41.000000000 +0100
+++ new/entrypoint/entrypoint.sh 2021-01-22 13:35:14.000000000 +0100
@@ -89,6 +89,7 @@
}
echo "Building /etc/aliases.lmdb."
+ set_config_value "alias_database" "lmdb:/etc/aliases"
/usr/bin/newaliases
ALLMAPS="lmdb:/etc/aliases"