• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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