initial commit of file from CVS for e-smith-email on Wed 12 Jul 08:53:55 BST 2023
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
my $MD5Patch = $DB->get_prop_and_delete('smtp-auth-proxy','MD5Patch') or return;
|
||||
|
||||
if ($MD5Patch eq 'enabled')
|
||||
{
|
||||
$DB->set_prop('smtp-auth-proxy','Blacklist', 'CRAM-MD5 DIGEST-MD5');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user