Sometimes while sending emails from the website using scripts, you will get the following error:
[wpfmb type=’error’ theme=2]internal problem in system filter: failure to transfer data from subprocess: status=0100 readerror=’No such file or directory'[/wpfmb]
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.