Re: [twsocket] Proposal for new feature in OverbyteIcsSmtpProt.pas

2008-03-26 Thread DZ-Jay
Hello: I don't think this is necessary. First, this headers should be handled by the application (and indeed can easily be done as you pointed out). Second, there is a conventional X-Loop header used and supported by many MTAs.

[twsocket] Fw: ICS issue.. (Access violation at address 7C92BD02 in module 'ntdll.dll')

2008-03-26 Thread Arno Garrels
Makhanev Alexander wrote: Hello! We're using ICS v6 in our delphi app. There is an issue with EAccessViolation: Access violation at address 7C92BD02 in module 'ntdll.dll'. Read of address 0001. It happens in TWSocketServer on client connect when there are many clients (1000+).

Re: [twsocket] Proposal for new feature in OverbyteIcsSmtpProt.pas

2008-03-26 Thread Bjørnar Nielsen
I did not know of this header-field. Why not add properties for both? The xautogeneratedreply works for my purpose and the mailservers I have testet against. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DZ-Jay Sent: 26. mars 2008

Re: [twsocket] Proposal for new feature in OverbyteIcsSmtpProt.pas

2008-03-26 Thread DZ-Jay
Bjørnar Nielsen wrote: I did not know of this header-field. Why not add properties for both? The xautogeneratedreply works for my purpose and the mailservers I have testet against. Regards Bjørnar Well, because delivery loops are a server problem, and a mail user agent not only should

[twsocket] HttpCli for https

2008-03-26 Thread George
Hello, how can I use HttpCli component to access secure web servers (https) ? Thanks -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] HttpCli for https

2008-03-26 Thread Fastream Technologies
Please post SSL related questions to ICS-SSL list on the same server. Also, you may need to register with Overbyte for access to ICS-SSL source code and list. Regards, SZ On Wed, Mar 26, 2008 at 4:40 PM, George [EMAIL PROTECTED] wrote: Hello, how can I use HttpCli component to access secure

Re: [twsocket] Fw: ICS issue.. (Access violation at address 7C92BD02 inmodule 'ntdll.dll')

2008-03-26 Thread Arno Garrels
Hello, Is this AV happening randomly or always when more than 1000 users are connected? I cannot reproduce this with latest ICS v6 on a clean W2K3 SP1 so far. How long do I have to run the test? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Arno Garrels wrote:

Re: [twsocket] HttpCli for https

2008-03-26 Thread Francois PIETTE
how can I use HttpCli component to access secure web servers (https) ? You need ICS-SSL. See there: http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be

Re: [twsocket] Proposal for new feature in OverbyteIcsSmtpProt.pas

2008-03-26 Thread Bjørnar Nielsen
I have made a sollution where I send a receipt to the sender of an email, telling, Thanks for your reply, your case nr is: #234 etc. The loop is when the mail I send the receipt to is a similar solution telling me their case nr etc. Off course I break the loop when I get the second reply, but

[twsocket] Fw: ICS issue.. (Access violation at address 7C92BD02 in module 'ntdll.dll')

2008-03-26 Thread Alexander Makhanev
Is this AV happening randomly or always when more than 1000 users are connected? I cannot reproduce this with latest ICS v6 on a clean W2K3 SP1 so far. How long do I have to run the test? Try it with 5000 clients sending ~10Kb data every 3sec and server will be killed in several minutes.