Re: [PHP-WIN] Fwd: php-windows Digest 25 Jun 2008 00:22:47 -0000 Issue 3494

2008-06-24 Thread Sukhwinder Singh
Hello Sandeep, Yes I am using exit. The strange thing is if webserver is apache and the web browser is IE it still works. Problem is only IE / PHP/ IIS combination. Sukhwinder Singh - Original Message - From: "sandeep khokher" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 25, 200

[PHP-WIN] Fwd: php-windows Digest 25 Jun 2008 00:22:47 -0000 Issue 3494

2008-06-24 Thread sandeep khokher
hi sukhwinder r u using "exit" after header. use exit after redirecting. there might be chance that will solve a problem bcz i have already heard abt this kind of problem with IE. -- Forwarded message -- From: <[EMAIL PROTECTED]> Date: Wed, Jun 25, 2008 at 12:22 PM Subject: php-w

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Dan Mashal
That is correct Neil. The second you try to add a display name to the RCPT command it fails. I think windows only accepts a display name in the DATA field. I'm thinking this is a Mediawiki problem at this point.. not a PHP problem. Dan -Original Message- From: Niel Archer [mailto:[EMAIL P

[PHP-WIN] IE/ IIS / PHP - Form posted twice in case of redirection

2008-06-24 Thread Sukhwinder Singh
I am facing a strange problem of IE double posting in case of self post. PHP 5.2.6 / IIS 5.1 on windows XP. Before starting I must tell you that: It works with firefox, Apache / PHP combination. It works with IE / Apache / PHP combination But it DOES NOT work with IE/PHP/ IIS This is the c

Re: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Niel Archer
> Hello, > > > > We are running MediaWiki on PHP 5.2.6 with Apache for Windows. > > > > Every time we try to use an IIS mail server as an MTA we receive a 501 > error. When we use a Unix postfix based MTA it works fine. > > > > Could anyone please tell me what I need to do to modify my

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Dan Mashal
OK but why is PHP mail doing this and how do I get IIS to accept the message? Is there anything in the PHP.ini I can add/change to fix this? It works fine with Unix mail servers. Dan -Original Message- From: Brereton, Stephen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 3:54 AM

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Brereton, Stephen
Just a thought, and may be wrong, but as RCPT TO in rfc 2821 (http://www.rfc-editor.org/rfc/rfc2821.txt) Only one layer of backets is used? -Original Message- From: Dan Mashal [mailto:[EMAIL PROTECTED] Sent: 23 June 2008 19:42 To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail 501