I was thinking of using a database because everything has to be logged someway. So whether you read off the imail log files, or if you are capturing the action right away you are going to need to keep it somewhere. This way you have it all in raw format and you could just write queries to pull reports.
Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -----Original Message----- From: Matthew Lohr [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [IMail Forum] Online Log anilizer Well I have sent and recieved working fine. Just curious why exactly would you want to write this to a database. The database would need to be updated with every action the smtp process takes. I decide to do it with the file system object of asp. I have a way to go to get it based on per user dynamically but I can easily change it to where they can select a user and check that way. ---------- Original Message ---------------------------------- From: Robert Everland <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 18 Dec 2001 08:53:23 -0500 >If anything to stop from overhead I would say that you would need to read >the files into a database, that way it would limit overhead on the machine >and allow for easier data manipulation. > >Robert Everland III >Dixon Ticonderoga >Web Developer Extraordinaire > >-----Original Message----- >From: Matthew Lohr [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, December 18, 2001 8:41 AM >To: [EMAIL PROTECTED] >Subject: Re: [IMail Forum] Online Log anilizer > > >Interesting task. I wanna take this one up if there are none already. I did >a basic asp page for this just now. The only thing i am looking at is local >deliveries. Do you treat this as one email because it is sent and recieved >by your own domain > >I guess there is 3 ways to look at it >One email total no matter how many people locally recieved it >One email per recipient >One email per recipient and one from the sender > >What would be the best way to break this email down > > >---------- Original Message ---------------------------------- >From: "Scott Wilson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >Date: Mon, 17 Dec 2001 22:50:51 -0700 > >>Hi >> >>Does anyone have a log analyzer that will work online? I would like to >>allow my users to see that their domains are sending and how much they >>are receiving. >>Does anyone know of a log analyzer that displays in HTML? >> >>Thanks >> >>Cheers >>Scott Wilson >> >>450 633 - 6th Ave SW >>Calgary, AB, T2P 2Y5 >>Phone: 403-266-1040 >>Cell: 403-830-8887 >> >> >> > > > > > >________________________________________________________________ >Sent via the WebMail system at lohrtech.com > > > > > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > >Please visit http://www.ipswitch.com/support/mailing-lists.html >to be removed from this list. > >An Archive of this list is available at: >http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > ________________________________________________________________ Sent via the WebMail system at lohrtech.com Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
