That did not work either. Do you know what permissions are suppose to be on the /var/qmail/bin/sendmail file. Right now they are owner: root/group: qmail permissions of 775.
my server just updated to Plesk 12.0.18. After doing so I cannot get the php mail() function to work, this is server wide. php.ini is set to sendmail_path = /var/qmail/bin/sendmail -t -i. When I run the following command, the test will come thru.
echo "Subject: test" | /var/qmail/bin/sendmail...
Hello,
I am hoping somebody can help me here. I have an opt-in mailing list and have written a php application that will send the emails using mail(). When I test this it will send the 5 test emails through okay. My problem is when I send the list of 500 thru they all hangup in the mail queue...