1
Getting List of Disabled domains in SmarterMail 10.7
Question asked by Bheesham Lohana - 7/3/2017 at 1:19 PM
Unanswered
There is no option of disabled domains in SmarterMail 10.7. Is there any easy option to display list of disabled domain using script or any API?

4 Replies

Reply to Thread
0
User Replied
You should be able to pull this information from the domainlist.xml file found within your SmarterMail install. This file should contain the domains configured on your server, and their status information including "disabled." Hope this helps!
0
Bheesham Lohana Replied
Kyle....

I have already applied this trick but this doesn't work. The domainlist.xml file doesn't show list of disabled domains. You may try this at your end. Please suggest for something else that can be done at backend using powershell script or some other API
0
echoDreamz Replied
svcDomainAdmin.asmx you should be able to do a GetAllDomains which returns a list of domains, then foreach domain you can use GetDomainInfo2 to get the domain's enabled status. I am not sure though if SmarterMail 10.7 has the GetDomainInfo2 method though.
 
0
Bheesham Lohana Replied
Hello Christopher,
 
This doesn't work. GetDomainInfo2 method is not enabled in SmarterMail 10.7. Any other suggestions?

Reply to Thread