implementation start of rspam/antispam feature
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -111,7 +111,7 @@ return [
|
||||
'selected' => 0
|
||||
],
|
||||
'dkim' => [
|
||||
'visible' => Settings::Get('dkim.use_dkim') == '1',
|
||||
'visible' => Settings::Get('antispam.activated') == '1',
|
||||
'label' => 'DomainKeys',
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
|
||||
@@ -129,7 +129,7 @@ return [
|
||||
'selected' => $result['subcanemaildomain']
|
||||
],
|
||||
'dkim' => [
|
||||
'visible' => Settings::Get('dkim.use_dkim') == '1',
|
||||
'visible' => Settings::Get('antispam.activated') == '1',
|
||||
'label' => 'DomainKeys',
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
|
||||
Reference in New Issue
Block a user