I am programming a website with php+linix+mysql +apache, I used 2 days to
fighting with the php's mail() function.
This is a new linux Fedora 3 system, clean install.
Apache/2.0.53 (Fedora)
PHP 4.3.11
Sendmail works fine from the linux system, I mean in linux, I can send mail
out.
But when I try to use mail() in php, I will get the error message in
maillog.
SYSERR(APACHE), Can't write, ... Pedrmission denied.
I have changed the /spool/mqueue to even 755, still same problem.
Please help.
Ben
fighting with the php's mail() function.
This is a new linux Fedora 3 system, clean install.
Apache/2.0.53 (Fedora)
PHP 4.3.11
Sendmail works fine from the linux system, I mean in linux, I can send mail
out.
But when I try to use mail() in php, I will get the error message in
maillog.
SYSERR(APACHE), Can't write, ... Pedrmission denied.
I have changed the /spool/mqueue to even 755, still same problem.
Please help.
Ben
Comment