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

ERROR: PleskUtilException mailmng-service failed:

Vladimir_Milosevic

New Pleskian
OK when i try to start SMTP Server (Postfix) - got this:
ERROR: PleskUtilException
mailmng-service failed:

-There is no error why mailmng-service failed. I'll try many things like reinstall services, mail restore etc.

Any suggestion would be good to come.

Regards,
Vladimir
 
Hi Vladimir_Milosevic,

is this a NEW installation? Which OS?
Did you update/upgrade/patch your Plesk version to the latest MU?

A lot of issues can be solved by using several commands:

  • Update/patch to the most recent Plesk version:
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base

  • Use the "bootstrapper repair" procedure, which detects and solves quite a lot of issues/problems:
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
  • If you have problems with postfix, switch to qmail and back to postfix again ( or the other way round ):
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component qmail
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component postfix
  • Investigate issues and problems in log - files and configuration files:
 
Thx for the replay,

I solve the problem.

For some reason the port 25 was occupied by ipv6 - xinetd.
So I only regulate what will be where.

Sorry for bad english.
 
i had the same issue,

i just check the /ect/postfix/master.cf
and i realize (comparing with another file) that some values for ipv6 was add it
i just remove and works fine.
 
Back
Top