• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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