• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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