If you have swapped the MTA from postfix back to qmail then the mail() command in php may not work.
This is because the symbolic link to the /usr/sbin/sendmail compatibility program is broken.
Execute these commands as root.
[sourcecode] cd /usr/sbin/
rm sendmail
ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail[/sourcecode]
Leave a Reply