• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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