Hello

I had the same behavior with Dotclear-2.0-beta6.  I just modifiy auth.php
which was using a class :

 //mail::sendMail($user_email,$subject,$message,$headers);

replaced by :

mail($user_email,$subject,$message);

And now it works. I know it's not a fine solution but i haven't enough time
to debug....
I'm not really sure it's the fact of suphp....

Pat

----- Original Message ----- 
From: "Alessandro De Zorzi" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, June 08, 2007 2:25 PM
Subject: [suPHP] Apache says: fatal: no login name found for user ID...


> Hello there, I am new subscriber, I try suPHP on
> my web server (Debian PHP 4.4.4 Apache 2.2.3) all
> works fine, but some users that use different classes
> to send e-mail give these errors:
> 
> Jun  8 13:42:23 web postfix/sendmail[4284]: fatal: no login name found
> for user ID 3210
> Jun  8 13:50:42 web postfix/sendmail[4480]: fatal: no login name found
> for user ID 3210
> Jun  8 13:55:54 web postfix/sendmail[4670]: fatal: no login name found
> for user ID 3210
> Jun  8 14:01:40 web postfix/sendmail[4757]: fatal: no login name found
> for user ID 3210
> 
> 
> I try simple mail() function and it works, but some different software
> (like WordPress, MediaWiki...) does not be able to send email, someone
> can suggest to me hot so solve this problem? I do not want to remove
> suphp from my server ;-)
> 
> thanks in advance
> Alessandro De Zorzi
> 
> _______________________________________________
> suPHP mailing list
> [email protected]
> http://lists.marsching.biz/mailman/listinfo/suphp
> 
> 


_______________________________________________
suPHP mailing list
[email protected]
http://lists.marsching.biz/mailman/listinfo/suphp

Reply via email to