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

can't send any emails - chkrcptto child crashed

F

FranzP

Guest
hi

im always getting the failure
451 qmail-spp failure: plugins/chkrcptto: child crashed (#4.3.0)

i can't send any emails from my server - any ideas what to do?!

i already restarted qmail, nothing happend :(
 
i have EXACTLY the same problem.

is there no solution???????
 
I found this one one of the servers and the problem was that /dev/null was a file instead of a device.

/dev/null should look like:

crw-rw-rw- 1 root root 1, 3 Nov 1 07:57 /dev/null

if it is:
-rw-rw-rw- then it is a file not a device.

remove the file and create a new device with the following

mknod /dev/null c 1 3

After you create the new device you should have no more issues with this 451 error.
 
Back
Top