I'm putting this in the WHM forum because I used easyapache to configure php with phpsuexec. I have the mail() function enabled in WHM, and this was working for some time, but I have just been alerted that php's mail() function on this server no longer sends emails. I haven't made any changes to apache or php. I'm running php 4.4.2 configured with:
$ ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib --with-gd --with-jpeg-dir=/usr/ --with-png-dir=/usr/
Same script sends emails on other servers, but I have no way of finding out the php version or whether they use phpsuexec.
$ ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib --with-gd --with-jpeg-dir=/usr/ --with-png-dir=/usr/
Same script sends emails on other servers, but I have no way of finding out the php version or whether they use phpsuexec.