• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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