• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

create new mailbox problem

MichaelWo

New Pleskian
Hi all,

I am trying to create a new mailbox using Plesk API RPC by sending the following packet:

<?xml version="1.0" encoding="UTF-8" ?>
<packet version="1.6.3.0">
<mail>
<create>
<filter>
<site-id>'. DOMAIN_ID .'</site-id>
<mailname>
<name>'. $mailName .'</name>
<mailbox>
<enabled>true</enabled>
<quota>'. QUOTA .'</quota>
</mailbox>
<password>
<value>'. $mailPass .'</value>
</password>
</mailname>
</filter>
</create>
</mail>
</packet>

and it was working OK up to the beginning of last month, but when I tried creating a new mail this month I got error 1023 which is "operation failed" even though I didn't change anything in the packet sent

so can someone please help me and tell me what I might be doing wrong here?

Thanks
 
Last edited:
Back
Top