Mdaemon Dmci Exclusive -
To set this up: In DMCI, go to > select a domain > Edit Domain > Domain Administrators – add a user and check the box "Domain Admin."
REM Create a new domain MDConfig.exe -Domains -Add example.com mdaemon dmci
Enables efficient hosting of email services for hundreds of clients with tiered administration. To set this up: In DMCI, go to
stands for MDaemon Domain Management and Configuration Interface . Historically, MDaemon administration was primarily performed through the local Windows GUI application (the MDaemon console). While effective, this required direct access to the server via RDP or physical presence. To set this up: In DMCI
$cred = Get-Credential $body = @ "action"="create_user"; "domain"="contoso.com"; "username"="jsmith"; "password"="P@ssw0rd" Invoke-WebRequest -Uri "https://mail.contoso.com:1001/api.cgi" -Credential $cred -Body $body