smeserver-dovecot/root/etc/e-smith/db/configuration/migrate/dovecot

6 lines
153 B
Plaintext
Raw Normal View History

{
foreach my $sservice qw(imap imaps pop3 pop3s) {
2024-03-30 12:02:41 +01:00
$DB->set_prop($sservice, "type", "configuration") if $DB->${$sservice}->{type} eq "service";
}
}