• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Qmail Failed After i Update Plesk to 8.0

O

openloop

Guest
heres the error im getting
0: /usr/local/psa/admin/plib/common_func.php3:169
psaerror(string 'Unable to make action: Unable to manage service by mailmng: mailmng: Service qmail failed to start System error 2: No such file or directory')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:30

any ideas on what i can do to start my qmail?
 
Originally posted by openloop
heres the error im getting
0: /usr/local/psa/admin/plib/common_func.php3:169
psaerror(string 'Unable to make action: Unable to manage service by mailmng: mailmng: Service qmail failed to start System error 2: No such file or directory')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:30

any ideas on what i can do to start my qmail?

The support said that i need to rebuild queue for the qmail how can i do this?

thanks for the precious reply all our emails are down ****. . .
 
That does not help. . . also im not familiar with that command.

What i have is a dedicated server from go daddy and they keep on saying to rebuild queue but nothing seems to happen in this script
To Recreate Qmail's Queue

1. Log in to your server using SSH.
2. Type su - root.
3. Enter the password you used to log in to your server.
4. At the command prompt, stop Qmail by typing /etc/init.d/qmail stop.
5. Then, type the following:
cd /var/qmail/queue
rm -rf info intd local mess remote todo

mkdir mess

for i in `seq 0 22`; do
mkdir mess/$i
done

cp -r mess info
cp -r mess intd
cp -r mess local
cp -r mess remote
cp -r mess todo

chmod -R 750 mess todo
chown -R qmailq:qmail mess todo

chmod -R 700 info intd local remote
chown -R qmailq:qmail intd
chown -R qmails:qmail info local remote

6. Start Qmail by typing /etc/init.d/qmail start.

Could some master help me thanks
 
Back
Top