On Wed, Sep 20, 2000 at 09:26:07AM +1000, Danny Hay wrote:
> 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
This looks like sendmail stuff. Did you make /usr/sbin/sendmail (and
/usr/lib/sendmail if you have it) a symlink to /var/qmail/bin/sendmail?
Chris