Exim Error internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory’

Sometimes while sending emails from the website using scripts, you will get the following error:

internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory’

The above error occurred because of issues with the exim service.

To fix the issue run the command as follows:

chmod +s /usr/sbin/exim

Now the issue will be fixed.