|
|
@@ -145,6 +145,8 @@ class CreateAccount extends AddonController
|
|
|
$attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
|
|
|
}
|
|
|
$attr['domainQuota']['email'] = $params['clientsdetails']['email'];
|
|
|
+ // enable DKIM signature by default
|
|
|
+ $attr['isDkimEnabled'] = true;
|
|
|
try {
|
|
|
$result = $api->modifyDomain($domainID, $attr);
|
|
|
} catch (KerioApiException $error) {
|