• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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