|
Posted by Jerry Stuckle on 05/01/07 03:11
Max wrote:
> On Apr 27, 9:30 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> Max wrote:
>>> I have a question related to this post:
>>> We are using 2 different Linux based servers: one for web (PHP, MySQL)
>>> and another for the mail (Qmail, SquirrelMail e.t.c.). Our webserver
>>> is co-located and mail server is installed here. For the PHP mail()
>>> function to be able to use the mail server, I modified php.ini for
>>> SMTP to pointi to the mail server' IP. Yet it still uses web server's
>>> sendmail as SMTP MTA.
>>> Please help
>> Did you define sendmail_path in your php.ini? Also, after changing your
>> php.ini, did you stop and restart your server?
>>
>> What do you have for your sendmail parameters in your php.ini?
>>
>> --
>> ==================
>> Remove the "x" from my email address
>> Jerry Stuckle
>> JDS Computer Training Corp.
>> jstuck...@attglobal.net
>> ==================
>
> The sendmail_path in php.ini was commented out. I have uncommened it
> and set the value to nothing. I did restart Apache after that.
>
True, I forgot - that's a Windows only parameter. For Linux you need
sendmail or sendmail substitute on your system.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|