template fix as per [SME: 12562]
This commit is contained in:
parent
df2a984573
commit
718f4ea6aa
@ -1,5 +1,5 @@
|
||||
{
|
||||
foreach my $sservice qw(imap imaps pop3 pop3s) {
|
||||
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
||||
$DB->set_prop($sservice, "type", "configuration") if $DB->${$sservice}->{type} eq "service";
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define version 11.0.0
|
||||
%define release 3
|
||||
%define release 4
|
||||
%define name smeserver-dovecot
|
||||
|
||||
|
||||
@ -38,6 +38,9 @@ Configure the dovecot IMAP server with sieve scripts support,
|
||||
quota, ACL, extended logging, master user
|
||||
|
||||
%changelog
|
||||
* Sat Mar 30 2024 Trevor Batley <trevor@batley.id.au> 11.0.0-4.sme
|
||||
- template fix as per [SME: 12562]
|
||||
|
||||
* Sat Mar 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
|
||||
- Provides smeserver-imap smeserver-pop3 [SME: 12521]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user