Greylisting TODO: Describe system config
This commit is contained in:
@@ -50,7 +50,8 @@ return array(
|
||||
'values' => array(
|
||||
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
||||
),
|
||||
'value' => array()
|
||||
'visible' => (Settings::Get('mail.greylist_enabled') == '1' ? true : false),
|
||||
'value' => array(Settings::Get('mail.greylist_disabled_default'))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user