Hi,
I usually browse the topics here to find help but in this case I just was not able to find anything.
After confirming the new updates to the EMAIL options today that came up when logging in as root to WHM, suddnly the mail() function of PHP quit working. I am not sure if the two are related but currently phpmail is not sending emails.
- I already checked the php.ini and the function is not disabled
- I then checked php and suexep, it was on so I turned it off as suggested in one post - mail() still won't work
- next I checked the exim_maillog for some errors, this is what I got when sending a mail via php mail():
So there seems to be a minsconfiguration somewhere. I reset Exim to the standard configuration but that didn't help also.
Can you find anything in this error that tells me where the problem is? I can't seem to figure it out.
Thanks a lot.
Tino
BTW: regular mail sending via mail accounts is working fine. It's really just phpmail.
I usually browse the topics here to find help but in this case I just was not able to find anything.
After confirming the new updates to the EMAIL options today that came up when logging in as root to WHM, suddnly the mail() function of PHP quit working. I am not sure if the two are related but currently phpmail is not sending emails.
- I already checked the php.ini and the function is not disabled
- I then checked php and suexep, it was on so I turned it off as suggested in one post - mail() still won't work
- next I checked the exim_maillog for some errors, this is what I got when sending a mail via php mail():
Code:
2013-03-12 09:09:10 cwd=/root 3 args: /usr/sbin/sendmail.real -i root
2013-03-12 09:09:10 1UFPt8-0005tO-QV F=<[email protected]> rejected by non-SMTP ACL: failed to expand ACL string "${if eq{$originator_uid}{${perl{user2uid}{nobody}}}{1}{0}}": Undefined subroutine &main::user2uid called.
2013-03-12 09:09:10 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1UFPt8-0005tO-QV
2013-03-12 09:09:10 1UFPt8-0005tQ-Qy F=<> rejected by non-SMTP ACL: failed to expand ACL string "${if eq{$originator_uid}{${perl{user2uid}{nobody}}}{1}{0}}": Undefined subroutine &main::user2uid called.
2013-03-12 09:09:10 1UFPt8-0005tQ-Qy Error while reading message with no usable sender address (R=1UFPt8-0005tO-QV): rejected by non-SMTP ACL: local configuration problem
2013-03-12 09:09:10 1UFPt8-0005tO-QV Child mail process returned status 1
Can you find anything in this error that tells me where the problem is? I can't seem to figure it out.
Thanks a lot.
Tino
BTW: regular mail sending via mail accounts is working fine. It's really just phpmail.