Re: [twsocket] SMTP Client - Delete Temp files -

2008-05-08 Thread wayne forrest
Ok that worked by I hit a BRICK WALL :-( ;

This is not related to ICS but the way that the Mail-Module Works.

Here is my Problem I am having.

(1'st Email)
(Trigger to Send Email)--Class Fucntion to Send Email.
 Event Mail Sent --Delete Temp
Files

(2'nd Email)
(Trigger to Send Email)--Class Fucntion to Send Email.
 Event Mail Sent --Delete Temp
Files

My problem is that the File List (TStrings) is LOST or not initialized since
it is not STATIC;

It seems to me to solve the PRoblem I will have to not use CLASS Functions;

Is there any other way; Like a STATIC Variable in Delphi 7;

I tried the {J+} const aFileList : TStrings = nil; {J-} but it did not WORK;






On Wed, May 7, 2008 at 4:19 PM, Arno Garrels [EMAIL PROTECTED] wrote:

 wayne forrest wrote:

  How do I know if the mail was sent OK;

 When OnRequestDone triggers with request smtpData and no error the
 mail has been sent to server sucessfully.

 Kind regards,

 Arno Garrels

 -
 DuoData Software
 Arno Garrels
 Libauer Strasse 12
 D-10245 Berlin Germany

 [EMAIL PROTECTED]

 fon  + 49  30  29 00 71 74

 --
 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




-- 
C: 076 337 4368
T: 021 880 2037
F: 021 880 2530
-- 
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


[twsocket] Overbyte wiki has a problem

2008-05-08 Thread Arno Garrels
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Access denied for user 
'francois'@'localhost' (using password: YES) (localhost))

http://wiki.overbyte.be/wiki/index.php/Main_PageGet

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html




-- 
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] THttpCli: default webpage name

2008-05-08 Thread DZ-Jay

On May 7, 2008, at 03:17, Tobias Rapp wrote:


 Well in the case where the server performs a redirection it might be
 possible, e.g.
 http://en.wikipedia.org/wiki/ - http://en.wikipedia.org/wiki/Main_Page

 /Tobias

Yes, if the server returns a 302 status code in the response, then the 
payload will contain the document.  But most HTTP servers out there 
have a default document feature, which will search for and respond 
with a specific document specified by the administrator (Apache uses 
index.html by default; IIS, default.htm) when no filename is given. 
  In such cases, the server does not divulge the filename.

dZ.

-- 
DZ-Jay [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
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


[twsocket] OT: Network diagnosis tools.

2008-05-08 Thread Dave Baxter
Hi..

As a result of my searching for a Windows based command line (or
whatever) RARP client.   I found...

Netwox and Netwag  (Google is our friend, again)

Cross platform etc, Netwox is the toolsuite while Netwag is a GUI
wrapper, that uses Active TCL scripting.

I have to say, this toolsuite has everyting I think I'll ever need!

Thought some people here might be interested in these too.

Cheers.

Dave B.
This mail has been scanned by Palmer Cook Computer Services Limited.  
www.palmercook.co.uk
-- 
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


[twsocket] mx lookup

2008-05-08 Thread Wilfried Mestdagh
Hello,

To find out which is the smtp server I have to send mail to for a
particular domain I can use the MXPreference[n] property of DnsQuery
component. But in what case there can be multiple results ? (I tryed a
few and get only 1 result 'answer#1 in demo program').

What is the MXExchange[n] property for ?

--
Rgds, Wilfried
http://www.mestdagh.biz

-- 
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] mx lookup

2008-05-08 Thread DZ-Jay
Wilfried Mestdagh wrote:
 Hello,
 
 To find out which is the smtp server I have to send mail to for a
 particular domain I can use the MXPreference[n] property of DnsQuery
 component. But in what case there can be multiple results ? (I tryed a
 few and get only 1 result 'answer#1 in demo program').

RFC specifies that entries can have multiple MX records with a 
preference number.  The lower the value, the higher the preference. 
This is mostly used by large ISPs that have multiple hosts processing 
mail, for fault tolerance or load balancing.  For example, AOL and 
Earthlink have about 5 mail servers each, all with their own MX record.

dZ.

-- 
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] mx lookup

2008-05-08 Thread Wilfried Mestdagh
thanx Dz and Arno,

some more questions. What about the MXPreference? For example if I do a
mx lookup for sonal.be it returns mail.sonal.be with value 10 and
mxl.sonal.be with value 50. Does this mean one of the 2 is preferred?
and if so the one with the lowest value or the highest one?

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
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] mx lookup

2008-05-08 Thread Wilfried Mestdagh
Sorry forget this mail I did not read the answer from DZ good :(

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Thursday, May 8, 2008, 16:42, Wilfried Mestdagh wrote:

 thanx Dz and Arno,

 some more questions. What about the MXPreference? For example if I do a
 mx lookup for sonal.be it returns mail.sonal.be with value 10 and
 mxl.sonal.be with value 50. Does this mean one of the 2 is preferred?
 and if so the one with the lowest value or the highest one?

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz


-- 
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] mx lookup

2008-05-08 Thread DZ-Jay
Wilfried Mestdagh wrote:
 thanx Dz and Arno,
 
 some more questions. What about the MXPreference? For example if I do a
 mx lookup for sonal.be it returns mail.sonal.be with value 10 and
 mxl.sonal.be with value 50. Does this mean one of the 2 is preferred?
 and if so the one with the lowest value or the highest one?

The one with the lowest numerical value is the preferred one.  In your 
case, mxl.sonal.be may be there for fault tolerance, in case the 
main server is down.  When they all have the same value, it's usually 
for load balancing, so you are free to pick the one with the lowest latency.

dZ.

-- 
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] Overbyte wiki has a problem

2008-05-08 Thread Fredrik Larsson
I had this problem as well. Try to put a php.ini file in the same directory
as the wiki with register_globals = 1 in it and it might work. Just found
the solution and tested on my own failed mediawikis.

Regards, Fredrik.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: den 8 maj 2008 11:48
To: ICS support mailing
Subject: [twsocket] Overbyte wiki has a problem

Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Access denied for user
'francois'@'localhost' (using password: YES) (localhost))

http://wiki.overbyte.be/wiki/index.php/Main_PageGet

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html




-- 
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

-- 
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