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

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