Jump to content

nand

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by nand

  1. smtp settings affect only windows phps (read at php.net). On linux you need mta like sendmail or qmail and in php.ini something like: sendmail_path = /usr/sbin/sendmail -t -i
  2. this issue is not about core php hacking, but I guess this topic fits here best. I want to make php mail() function send emails using remote smtp server. I want to force this to all mail() users at my servers. However I use linux php so I cant specify remote smtp in php.ini cause php passes emails directly to sendmail/qmail ... (ps. I dont need script to use with remote smtp by socket connections, i want to make MAIL() do it so my users dont have to change anything at their source). So what I need is a) MTA like sendmail that actualy dont send mails to repicients, but it transfers it to remote mta-smtp (ps. I dont want relay, cause I dont want relaing to be visible in source of message) or b) some core hack-mod to make php mail() with php.ini work like on windows - not with sendmail/qmail but with socket connection to smtp. Any ideas.. I guess not
  3. this job is for some core php hacker (c++) to modify php source so when php mod is running with apache and safe mode is on you still can open files beloging to user that runs apache (nobody) someone allready did it for php4.x http://titov.net/safemodepatch/ but I'm looking forward to patch for php5.x
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.