generated from smedev/Template-for-SMEServer-Core-Package
Compare commits
2 Commits
1_0-7_el8_
...
1_0-9_el8_
Author | SHA1 | Date | |
---|---|---|---|
8dff3cd3fc | |||
23c9a3a595 |
@@ -25,6 +25,6 @@
|
||||
push @members, $user;
|
||||
}
|
||||
my $members = join(' ', @members);
|
||||
$OUT .= "$acct\t\t\t$members\n";
|
||||
$OUT .= "$acct\t\t\t$members\n" if $members;
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
%define name smeserver-postfix
|
||||
%define version 1.0
|
||||
%define release 7
|
||||
%define release 9
|
||||
Summary: This is what smeserver-postfix does.
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
@@ -24,7 +24,10 @@ AutoReqProv: no
|
||||
Koozali SME Server wrapper to configure postfix
|
||||
|
||||
%changelog
|
||||
* Fri Dec 20 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-7.sme
|
||||
* Mon Dec 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-9.sme
|
||||
- fix virtual expected format: key whitespace value for empty group [SME: 12834]
|
||||
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user