>Agree this is likely the problem, unfortunately in PHP-land sometimes >you can't avoid it. For platforms such as Drupal (just to pick an >example I am familiar with) some of the modules will run shell commands >to do things such as send email. > >Allan
The php mail() function runs /bin/sh sendmail. I used to replace /bin/sh in the chroot but I've moved to golang now :)