Add domain to mail server
|
POST api/2.0/mailserver/domains/add
|
Associate a web domain with tenant
|
Check domain ownership.
|
GET api/2.0/mailserver/domains/ownership/check
|
Check web domain name ownership over txt record in dns
|
Get common web domain
|
GET api/2.0/mailserver/domains/common
|
Returns the common web domain
|
Get tenant web domain list
|
GET api/2.0/mailserver/domains/get
|
Returns list of the web domains associated with tenant
|
Is domain name exists.
|
GET api/2.0/mailserver/domains/exists
|
Check web domain name existance
|
Remove domain from mail server
|
DELETE api/2.0/mailserver/domains/remove/{id}
|
Deletes the selected web domain
|