mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
* EMailAdmin/Setup: disabling certificate validation on imaps connection by default for new profiles (can be enabled in EMailAdmin)
This commit is contained in:
parent
ec98f76a19
commit
2d6b9f9065
@ -818,6 +818,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,
|
||||
);
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user