
04-12-2008, 07:14 AM
|
|
New Member
|
|
Join Date: Apr 2008
Posts: 2
|
|
PHP mail problem
My PHP programs like WordPress can't send any mail by LSWS, the error:
Quote:
|
Apr 11 23:54:30 box2 postfix/sendmail[32684]: fatal: no login name found for user ID 1026
|
I set sendmail_path = /usr/sbin/sendmail -t -i in php.ini and set the PHP_SuEXEC External App environment:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
but no helps. Thanks for your help. 
|