[Typo3-linux] Configuring Linux/Sendmail/PHP/Typo to use a remote SMTP Server
Fredy Klammsteiner
fredy.k at gmx.net
Sun Oct 30 20:04:16 CET 2005
Jason, could you explain me how you did the configuration in order to
get the sendmail working. I have the same problem now and would
appreciate any hints on it.
Thanks and regards Fredy
Jason Brock schrieb:
> Thanks Dimitri, we've modified our sendmail config and all's working well!
>
> Jason.
> --
>
>
>>On 5/1/05, Jason Brock <jasonrbrock at gmail.com> wrote:
>>
>>
>>>I've modified the php.ini file to point to the I.P address of the
>>>remote mail server... is that all should have to do? or have I missed
>>>something?
>>
>>>; #### Start my php.ini extract ####
>>>[mail function]
>>>; For Win32 only.
>>
>>^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>>>; SMTP = localhost
>>>; smtp_port = 25
>>>
>>>; Added by Jason Brock 29/4/05
>>>SMTP = XXX.XXX.XXX.XXX
>>>smtp_port = 25
>>>
>>>; For Win32 only.
>>>sendmail_from = my.validaccount at theremotesmtpserver.com
>>>
>>>; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
>>>;sendmail_path =
>>>; #### End my php.ini extract ####
>>
>>These PHP.INI directives work on W32 only. To do what you are trying
>>to do you probably would need to create an alternative sendmail
>>configuration that relays all mail to your SMTP and tell PHP to use it
>>instead (-Cfilename option), changing sedmail_path setting.
>>
>>--
>>Dimitri Tarassenko
More information about the TYPO3-linux
mailing list