[twsocket] HttpTst demo problem (BandwidthControl)

2005-10-05 Thread Arno Garrels
By default UseBandwidthControl is defined in the project options. However the D7 compiler complains on these lines: {$IFDEF UseBandwidthControl} HttpCli1.BandwidthLimit := StrToInt(BandwidthEdit.Text); HttpCli1.BandwidthSampling:= 1000;// mS sampling interval HttpCli1.Options

[twsocket] Sync THttpConnection derivative

2005-10-05 Thread Fastream Technologies
Hello, I know most of you are very inclined to say that "sync is no good!" but it is not that simple. I have licensed code from BPDX.com for ISAPI and ISAPI filters andt hese units (more than 100k!) need to read, write and alter header or an existing THttpConnection derivative class. Starting w

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Guillaume MAISON
Wilfried Mestdagh a écrit : > Hello, Hi Wilfried, >>1. using a sniffer (look for Ethereal) check for what is sent through > Or SocketSpy (user made). Yep sorry :) i'll remember next time ;) >>No need. I think this is mainly due to some protocol requirements, not > > Or some email header. Some c

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Wilfried Mestdagh
Hello, > 1. using a sniffer (look for Ethereal) check for what is sent through Or SocketSpy (user made). > No need. I think this is mainly due to some protocol requirements, not Or some email header. Some companies are 100% relying on their spam filters, specially the ones who have spam filters

Re: [twsocket] [tsyncsmtpcli] Problem sending emailtoExchange2000server

2005-10-05 Thread Pete Williams
Thanks Francois I'll do that and report back. Pete - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, October 05, 2005 12:20 PM Subject: Re: [twsocket] [tsyncsmtpcli] Problem sending emailtoExchange2000server > > We are at a los

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Guillaume MAISON
Pete Williams a écrit : > Outlook Express works and can send external emails. *Also, Phoenix > (which is an open source application and nothing to do with OE) can > also send external emails*. > So this seems to be a problem with ICS. One thing which may/may no be > significant: our app just sends

Re: [twsocket] [tsyncsmtpcli] Problem sending email toExchange2000server

2005-10-05 Thread Francois Piette
> We are at a loss at the moment. Does anyone > have any idea what could be causing this? Use the sample program MailSnd delivered with ICS to send an email and show us the log of messages exchanged with the server (this log is simply shown in a TMemo in the demo, copy and paste it). If the log

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Pete Williams
Just a recap on this one: more info now. We have an ICS-based email app that is having difficulty sending messages to Exchange 2000 server. Specifically, we can send internal emails but not emails that would need to be sent over the internet. No error is reported by ICS, the email just disappears.