Default mail folder for new user
-
Hello everyone. Please help me. Creating a user via the XML API. The default mail folder is created in d:\MDaemon\Data\Domain\Users\.
Through the web interface, the user folder is created in d:\MDaemon\Users\Domain\.
I need the folder to be created using the API in the same way - d:\MDaemon\Users\Domain\. Any ideas?
<?xml version="1.0" encoding="utf-8"?> <MDaemon> <API productversion="23.5.0" serviceversion="23.5.0.2"> <Request version="23.5" echo="1" verbose="0"> <Operation>CreateUser</Operation> <Parameters> <Domain>{mail_domain}</Domain> <Mailbox>{mail_name}</Mailbox> <Details> <Frozen>No</Frozen> <Disabled>No</Disabled> <MustChangepassword>No</MustChangepassword> <DontExpirePassword>Yes</DontExpirePassword> <Password>{mail_password}</Password> <FullName>{full_name}</FullName> <Suffix><![CDATA[]]></Suffix> </Details> <Permissions> <EditPassword>Yes</EditPassword> <AccessWorldClient>Yes</AccessWorldClient> </Permissions> <Quotas> <ApplyQuotas>Yes</ApplyQuotas> <MaxMessageCount>1000</MaxMessageCount> <MaxDiskSpace>500000</MaxDiskSpace> </Quotas> </Parameters> </Request> <Response version="23.5" et="1.563126"> <Status id="0" value="0x00000000" message="The operation completed successfully."/> </Response> </API> </MDaemon>
-
Keith Staff
-
Keith Staff
-
-
Keith Staff
-
Keith Staff
-
Keith Staff
-
-
Keith Staff
Please login to reply to this topic!

