Compare commits
1 Commits
11_0_0-3_e
...
11_0_0-4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
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]
|
||||
|
||||
|
Reference in New Issue
Block a user