initial commit of file from CVS for smeserver-dovecot on Thu 26 Oct 11:25:44 BST 2023

This commit is contained in:
2023-10-26 11:25:44 +01:00
parent 1cc640641d
commit ca0b639483
61 changed files with 766 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
foreach my $sservice qw(imap imaps pop3 pop3s) {
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
}
}