Re: [PHP] fsockopen to own server

2004-12-22 Thread Doc
Thanks for your (and everyone else's) help so far. I've given up on this. Got another one off the web which uses pop3 and mail() to achieve the same thing. Thanks anyway Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fsockopen to own server

2004-12-20 Thread Richard Lynch
Doc wrote: > On Mon, 20 Dec 2004 07:51:46 -0800, Richard Lynch wrote: >> >> WILD GUESS ALERT! >> >> What you got in /etc/hosts.allow and /etc/hosts.deny?... > > nothing in there other than default install comments. > >> Or any kind of other anti-bad-guy technology?... > > nope. > >> Does it work if

Re: [PHP] fsockopen to own server

2004-12-20 Thread Doc
On Mon, 20 Dec 2004 07:51:46 -0800, Richard Lynch wrote: > > WILD GUESS ALERT! > > What you got in /etc/hosts.allow and /etc/hosts.deny?... nothing in there other than default install comments. > Or any kind of other anti-bad-guy technology?... nope. > Does it work if you use 127.0.0.1 for t

Re: [PHP] fsockopen to own server

2004-12-20 Thread Richard Lynch
Doc wrote: >> not sure what you are trying to do but it sounds like you are using unix >> domain sockets where you should be using tcp. That's why it might work >> on one machine (where web and imap are both installed) and not on the >> other where you only have the web server but the imap server i

Re: [PHP] fsockopen to own server

2004-12-20 Thread Doc
On Thu, 16 Dec 2004 23:37:36 +0600, Raditha Dissanayake wrote: > >> Escape character is '^]'. >>* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] >>serverip IMAP4rev1 2003.339-cpanel at Wed, 15 Dec 2004 >>19:33:27 + (GMT) >> >>so I don't think it's the firewall. >> > usually a good idea

Re: [PHP] fsockopen to own server

2004-12-20 Thread Doc
On Thu, 16 Dec 2004 10:02:02 -0800, Richard Lynch wrote: > Doc wrote: >> I'm having a problem with fsockopen and was wondering has anyone ever >> noticed a case where it will work from machine1 (dev machine) to machine2. >> But when the was placed onto machine2 it wouldn't work connecting to it's

Re: [PHP] fsockopen to own server

2004-12-16 Thread Richard Lynch
Doc wrote: > I'm having a problem with fsockopen and was wondering has anyone ever > noticed a case where it will work from machine1 (dev machine) to machine2. > But when the was placed onto machine2 it wouldn't work connecting to it's > own ip address; > > when connecting via telnet it returns: >

Re: [PHP] fsockopen to own server

2004-12-16 Thread Raditha Dissanayake
Doc wrote: Hello. I'm having a problem with fsockopen and was wondering has anyone ever noticed a case where it will work from machine1 (dev machine) to machine2. happens all the time :-) But when the was placed onto machine2 it wouldn't work connecting to it's own ip address; when connecting

[PHP] fsockopen to own server

2004-12-16 Thread Doc
Hello. I'm having a problem with fsockopen and was wondering has anyone ever noticed a case where it will work from machine1 (dev machine) to machine2. But when the was placed onto machine2 it wouldn't work connecting to it's own ip address; when connecting via telnet it returns: Escape charac