e-smith-email/root/etc/e-smith/db/configuration/migrate/20smtpd-auth

8 lines
185 B
Plaintext
Raw Permalink Normal View History

{
my $qpsmtpd = $DB->get('qpsmtpd') or return;
my $auth = $DB->get_prop_and_delete('qpsmtpd','authentication') or return;
$qpsmtpd->merge_props('Authentication',$auth);
}