I've been trying to get PHP to be able to email from a chrooted apache server. Running without chroot is not an option. I can't find clear documentation on doing this, and the logs don't contain any errors I can find about the problem.
I've put mini_sendmail in /var/www/usr/sbin/sendmail and /bin/sh in /var/www/bin/sh and /etc/resolv.conf in /var/www/etc/resolv.conf but email from PHP is still not working. -- www.johntate.org

