• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

SMTP Server (QMail) problem

A

arvin

Guest
Hello

My smtp service was stopped.
When I try to start it return this error:

"Unable to make action: Unable to manage service by mailmng: mailmng: Service qmail failed to start

0: /usr/local/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by mailmng: mailmng: Service qmail failed to start")"

How can I solve it?
 
OK, I solved problem myself.

I see port 25 of my server down, and I get error in outlook,
so restart psa, after that port 25 came UP and no error in outlook.

This means emails sent to server but not deliver. because Qmail have 3 processes, Listen, Change and deliver, so my deliver process had problem,
I use command

/var/qmail/bin/qmail-send

this return error:

alert: cannot start: unable to open mutex

I googled this error and find following and my problem was solve!


If you see this error in your mail log, then, you have to do the following:

touch /var/qmail/queue/lock/sendmutex
chown qmails:qmail /var/qmail/queue/lock/sendmutex
 
Were you trying an upgrade or something? Did this just happen out of the blue?
 
I do that via ssh!
Is it possible to do these any where else?!!
 
Hello,

I have the same problem with the error

Code:
Unable to make action: Unable to manage service by mailmng: mailmng: Service qmail failed to start System error 2: No such file or directory

It was all since I updated Plesk 8.0.0.

If I try to run qmail-send from console the message returned says:
Code:
alert: cannot start: hath the daemon spawn no fire?

I tried arvin's solution but that did not work for me.

May you help me?

Thank you very much.
 
Back
Top