* EMailAdmin/Setup: disabling certificate validation on imaps connection by default for new profiles (can be enabled in EMailAdmin)

This commit is contained in:
Ralf Becker 2013-07-25 09:05:04 +00:00
parent 2fd1e98eee
commit 8695076798
2 changed files with 2 additions and 0 deletions

View File

@ -835,6 +835,7 @@ class emailadmin_bo extends so_sql
'userDefinedIdentities' => 'yes',
'ea_user_defined_signatures' => 'yes',
'editforwardingaddress' => 'yes',
'ea_imap_tsl_auth' => 'no', // switch validate certificate off for new profile
'defaultQuota' => 2048,
);
}

View File

@ -307,6 +307,7 @@ class emailadmin_ui extends emailadmin_bo
$content['ea_user_defined_signatures'] = 'yes';
$content['ea_editforwardingaddress'] = 'yes';
$content['ea_smtp_type'] = 'emailadmin_smtp';
$content['ea_imap_tsl_auth'] = 'no'; // switch validate certificate off for new profile
}
}
else