* Fri Dec 20 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-8.sme

- fix catch-all behaviour [SME: 12382]
  myorigin now is hostname
  in case email sent outside by deamon generic rewrite occurs
This commit is contained in:
Jean-Philippe Pialasse 2024-12-20 07:24:15 -05:00
parent abba39ab3c
commit 23c9a3a595
3 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@
touch /etc/postfix/sasl_passwd.db touch /etc/postfix/sasl_passwd.db
chmod 0600 /etc/postfix/sasl_passwd.db chmod 0600 /etc/postfix/sasl_passwd.db
chown root:root /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/virtual
/usr/sbin/postmap /etc/postfix/sasl_passwd /usr/sbin/postmap /etc/postfix/sasl_passwd
/usr/sbin/postmap /etc/postfix/transport /usr/sbin/postmap /etc/postfix/transport

View File

@ -9,7 +9,7 @@
touch /etc/postfix/sasl_passwd.db touch /etc/postfix/sasl_passwd.db
chmod 0600 /etc/postfix/sasl_passwd.db chmod 0600 /etc/postfix/sasl_passwd.db
chown root:root /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/virtual
/usr/sbin/postmap /etc/postfix/sasl_passwd /usr/sbin/postmap /etc/postfix/sasl_passwd
/usr/sbin/postmap /etc/postfix/transport /usr/sbin/postmap /etc/postfix/transport

View File

@ -1,6 +1,6 @@
%define name smeserver-postfix %define name smeserver-postfix
%define version 1.0 %define version 1.0
%define release 7 %define release 8
Summary: This is what smeserver-postfix does. Summary: This is what smeserver-postfix does.
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -24,7 +24,7 @@ AutoReqProv: no
Koozali SME Server wrapper to configure postfix Koozali SME Server wrapper to configure postfix
%changelog %changelog
* Fri Dec 20 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-7.sme * Fri Dec 20 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-8.sme
- fix catch-all behaviour [SME: 12382] - fix catch-all behaviour [SME: 12382]
myorigin now is hostname myorigin now is hostname
in case email sent outside by deamon generic rewrite occurs in case email sent outside by deamon generic rewrite occurs