• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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