• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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