* 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]
This commit is contained in:
Jean-Philippe Pialasse 2024-12-23 00:33:21 -05:00
parent 23c9a3a595
commit 8dff3cd3fc
2 changed files with 5 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -1,6 +1,6 @@
%define name smeserver-postfix
%define version 1.0
%define release 8
%define release 9
Summary: This is what smeserver-postfix does.
Name: %{name}
Version: %{version}
@ -24,6 +24,9 @@ AutoReqProv: no
Koozali SME Server wrapper to configure postfix
%changelog
* 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