php and mail

bigbr0thr

Verified User
Joined
Feb 2, 2004
Messages
5
Hi there,

i have a problem when sending mail trough the php mail function.
Sending and receiving with a pop account is no problem.
But when i use the mail function the eximlogs show the error:
R=userforward defer (-1) : failed to stat /home/apache/. (No such file or directory)
When i use a phpinfo page, the sendmail_path points to sendmail -t -i, but i notice that sendmail_from is empty.
The symb. link points to exim, so that looks ok also.
In the php.ini file there was no value for sendmail_path, so i added it and recompiled php. I could have saved myself the trouble, didn't work.
Someone a clou ?
Is the problem in the sendmail_from ?

Greetzzz,
Harry
 
Back
Top