• 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.

domain error

W

WF_H

Guest
Hi,
I simply cannot add a domain without getting this error reteurned.

Failed domain creation: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager-addDomain() failed: mailmng failed:
MEAOPO.PostOffice.AddPostOffice failed for name domain.ext [domain.ext]
---------------------- Debug Info -------------------------------
0: C:\Program Files (x86)\SWsoft\Plesk\admin\htdocs\domains\create_domain.php:146

What is wrong?
 
Actually this error means that domain with such name already exists within Mail Server Configuration. Please check it in Mail Enable Administrator > Postoffices and remove if necessary. Probably, you already tried to add such domain before :) But some how it was not removed from ME properly.
 
Hi,

The domain was indeed still listed. I've deleted the domain and tried again, but I now recieve this error:
Failed domain creation: Unable to update domain data: Unable to create dumps directory: Execute websrvmng --add-domain "--domain-name=domain.ext" failed: Invalid pointer (COM Error 80004003) at addLinkSite(webmail, D:\inetpub\vhosts\webmail)
---------------------- Debug Info -------------------------------
0: C:\Program Files (x86)\SWsoft\Plesk\admin\htdocs\domains\create_domain.php:146

Any other suggestions?
 
try to perform the following commands in command line:

cd %plesk_bin%
websrvmng --remove-sites-cache

Hope it will help you
 
after runing that I have the following error

C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng --remove-sites-cache
Invalid pointer (COM Error 80004003) at addLinkSite(webmail, C:\inetpub\vhosts\w
ebmail)
 
Please try to remove site cache directly from the registry. The exact registryt branch is:

HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config\SitesCache

Then reconfigure IIS in accordance with Plesk database:

> %plesk_bin%\websrvmng.exe --reconfigure-all

This should finally resolve the issue.
 
Back
Top