Re: [PHP] restrictions

2003-01-07 Thread Marco Tabini
Hello Bruce-- That depends on what restrictions are imposed on your box, of course. Does your company use an SMTP-compatible mail server for your internal mail? If so, you could use the server your mail client points to to perform your tests. Cheers, Marco -- php|architect -

RE: [PHP] restrictions

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
This is outgoing traffic the same as if you where surfing the Internet and as the connection is an established one your machine will allow it. I would suggest looking at the (server) as it may not allow relaying etc!! HiTCHO has Spoken! Timothy Hitchens (HiTCHO) [EMAIL PROTECTED]

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Well I can't be totally sure but I think all outgoing mail points to an external SMTP server. -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:11 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: Re: [PHP] restrictions Hello Bruce

RE: [PHP] restrictions

2003-01-07 Thread Marco Tabini
Levick Cc: [EMAIL PROTECTED] Subject: Re: [PHP] restrictions Hello Bruce-- That depends on what restrictions are imposed on your box, of course. Does your company use an SMTP-compatible mail server for your internal mail? If so, you could use the server your mail client points to to perform your

RE: [PHP] restrictions

2003-01-07 Thread Larry Brown
Just use the smtp server you use for mail. Oh you might not use smtp for corporate environment? Just use something like outlook express or some other smtp enabled client to send to these various smtp servers you are trying to use for the php scripts first. Then if it works with the mail client

RE: [PHP] restrictions

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
- From: Bruce Levick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 8 January 2003 9:25 AM To: Marco Tabini Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Well I can't be totally sure but I think all outgoing mail points to an external SMTP server. -Original Message- From

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
restrictions. -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:16 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Couple of suggestions: 1) Try connection to the SMTP server manually with Telnet, and see if you

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Thanks, Tried this and I get. Cannot opeen connection to host on port 23 -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:32 AM To: Bruce Levick; 'Marco Tabini' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions

RE: [PHP] restrictions

2003-01-07 Thread Marco Tabini
To: Bruce Levick; 'Marco Tabini' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions In windowsxp do the following: Start - Run Open: cmd At the shell type: telnet x.x.x.x 25 x.x.x.x being the smtp server If you get a prompt then you have other issues such as relay etc etc

RE: [PHP] restrictions

2003-01-07 Thread Sean Malloy
SMTP = port 25 telnet mailserver 25 should do the trick -Original Message- From: Bruce Levick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 8 January 2003 10:35 AM To: Timothy Hitchens (HiTCHO) Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Thanks, Tried this and I get. Cannot

RE: [PHP] restrictions

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
(HiTCHO) Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Thanks, Tried this and I get. Cannot opeen connection to host on port 23 -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:32 AM To: Bruce

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Hitchens (HiTCHO); [EMAIL PROTECTED] Subject: RE: [PHP] restrictions It should say port 25. If it's just a typo in your message, then it could either be the restrictions or a general network problem--I know this sounds stupid, but can you connect *at all* to anything else--ie. a website? Cheers

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Connection failed on port 25 as well. -Original Message- From: Sean Malloy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:41 AM To: [EMAIL PROTECTED]; Bruce Levick Subject: RE: [PHP] restrictions SMTP = port 25 telnet mailserver 25 should do the trick -Original

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Sorry, I tried this as well and it failed to connect on port 25. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:39 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions You need to follow my

RE: [PHP] restrictions

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions Sorry, I tried this as well and it failed to connect on port 25. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:39 AM To: Bruce Levick Cc: [EMAIL PROTECTED

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
Yes I am and its very strange. I can't even ftp to my own website to test it from there. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:48 AM To: Bruce Levick Cc: [EMAIL PROTECTED] Subject: RE: [PHP] restrictions

RE: [PHP] restrictions

2003-01-07 Thread Bruce Levick
It is using a microsoft exchange server. -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:53 AM To: Bruce Levick Subject: RE: [PHP] restrictions In order to send mail on your mail client you must be able to connect to port 25 on what

RE: [PHP] restrictions

2003-01-07 Thread Timothy Hitchens \(HiTCHO\)
] Subject: RE: [PHP] restrictions Yes I am and its very strange. I can't even ftp to my own website to test it from there. -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:48 AM To: Bruce Levick Cc: [EMAIL