• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

qmail start error

S

sharstine

Guest
Hello,

I have a VPS that operates fine, but qmail will not start:

----------
Operation restart with the VPS(s) VEIDXX service "qmail" is started.
(Status: Completed)

Starting qmail: [FAILED]

Operation restart with the VPS(s) VEIDXX service "qmail" is finished with errors: #703 Can not start/stop/restart service: Starting qmail: [FAILED].
----------

----------
bash-3.00# service qmail start
Starting qmail: [FAILED]
----------

What does error #703 mean? I do not see any references to this error under /usr/local/psa/var/log. I also do not see any reference to the error under /var/log. There is no /var/log/qmail on the server. I do not see any resolution to the error here on the forums or after spending 30 minutes searching Google.

Note: xinetd restarts fine.

Any suggestions?
 
Hi,
Have you tried to check /var/log/messages for error messages?

Also try:
# cat /proc/user_beancounters

There should be zero values in the "failcnt" column.
 
Originally posted by sharstine
Hello,

I have a VPS that operates fine, but qmail will not start:

----------
Operation restart with the VPS(s) VEIDXX service "qmail" is started.
(Status: Completed)

Starting qmail: [FAILED]

Operation restart with the VPS(s) VEIDXX service "qmail" is finished with errors: #703 Can not start/stop/restart service: Starting qmail: [FAILED].
----------

----------
bash-3.00# service qmail start
Starting qmail: [FAILED]
----------

What does error #703 mean? I do not see any references to this error under /usr/local/psa/var/log. I also do not see any reference to the error under /var/log. There is no /var/log/qmail on the server. I do not see any resolution to the error here on the forums or after spending 30 minutes searching Google.

Note: xinetd restarts fine.

Any suggestions?

Error #703, simply means "Cannot start/stop/restart service":

http://kb.swsoft.com/en/1989

Try investigating why qmail could not be started.
First of all, specify what operating system are you running and how do you exactly start the service.

./anb
 
Back
Top