From 23c9a3a595fe5acb92c76fc4e464a0cc690ac4d2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Fri, 20 Dec 2024 07:24:15 -0500 Subject: [PATCH] * Fri Dec 20 2024 Jean-Philippe Pialasse 1.0-8.sme - fix catch-all behaviour [SME: 12382] myorigin now is hostname in case email sent outside by deamon generic rewrite occurs --- root/sbin/e-smith/systemd/postfix-pre | 1 - root/sbin/e-smith/systemd/postfix-reload | 2 +- smeserver-postfix.spec | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/root/sbin/e-smith/systemd/postfix-pre b/root/sbin/e-smith/systemd/postfix-pre index db4ce00..2f6d269 100755 --- a/root/sbin/e-smith/systemd/postfix-pre +++ b/root/sbin/e-smith/systemd/postfix-pre @@ -9,7 +9,6 @@ touch /etc/postfix/sasl_passwd.db chmod 0600 /etc/postfix/sasl_passwd.db chown root:root /etc/postfix/sasl_passwd.db -/usr/sbin/postmap /etc/aliases /usr/sbin/postmap /etc/postfix/virtual /usr/sbin/postmap /etc/postfix/sasl_passwd /usr/sbin/postmap /etc/postfix/transport diff --git a/root/sbin/e-smith/systemd/postfix-reload b/root/sbin/e-smith/systemd/postfix-reload index 81a87b8..18302f5 100755 --- a/root/sbin/e-smith/systemd/postfix-reload +++ b/root/sbin/e-smith/systemd/postfix-reload @@ -9,7 +9,7 @@ touch /etc/postfix/sasl_passwd.db chmod 0600 /etc/postfix/sasl_passwd.db chown root:root /etc/postfix/sasl_passwd.db -/usr/sbin/postmap /etc/aliases +/usr/libexec/postfix/aliasesdb /usr/sbin/postmap /etc/postfix/virtual /usr/sbin/postmap /etc/postfix/sasl_passwd /usr/sbin/postmap /etc/postfix/transport diff --git a/smeserver-postfix.spec b/smeserver-postfix.spec index 1c751a3..f0a28f0 100644 --- a/smeserver-postfix.spec +++ b/smeserver-postfix.spec @@ -1,6 +1,6 @@ %define name smeserver-postfix %define version 1.0 -%define release 7 +%define release 8 Summary: This is what smeserver-postfix does. Name: %{name} Version: %{version} @@ -24,7 +24,7 @@ AutoReqProv: no Koozali SME Server wrapper to configure postfix %changelog -* Fri Dec 20 2024 Jean-Philippe Pialasse 1.0-7.sme +* Fri Dec 20 2024 Jean-Philippe Pialasse 1.0-8.sme - fix catch-all behaviour [SME: 12382] myorigin now is hostname in case email sent outside by deamon generic rewrite occurs