hi, I am currently running a website which is pretty much all php, part of
the websites function is to send user's their username and password via
email, this was all working fine with sendmail.. so my problem is when a
user signs up or requests a password they get the message that the password
is sent although nothing shows up in the email log as the mail being sent
and i get an error is httpd logs, the error in the httpd log is 

newaliases: fatal: unable to create /etc/aliases.tmp: access denied
newaliases: fatal: unable to create /etc/aliases.tmp: access denied
newaliases: fatal: unable to create /etc/aliases.tmp: access denied

The email is being sent using the php mail function which is the same as
just using the "mail" command. The mail command works fine from the command
line, if anyone could give me an idea as to why this is happening it would
be greatly appreciated

Cheers
Danny

Reply via email to