Greylisting TODO: Describe system config

This commit is contained in:
2016-11-09 19:00:00 +01:00
parent 2365d3eae3
commit ccc95b638b
7 changed files with 45 additions and 12 deletions

View File

@@ -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'))
)
)
)

View File

@@ -16,10 +16,10 @@
*/
// Main version variable
$version = '0.9.37-greylist';
$version = '0.9.37-greylist2';
// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201611090';
$dbversion = '201607210';
// Distribution branding-tag (used for Debian etc.)
$branding = '';