• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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