• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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