[xmail] Proxy?

2004-04-28 Thread Dustin C. Hatch
I was wondering if it would be possible to set a proxy on XMail. I need this because my incoming and outgoing IP addresses are different, and the outgoing doesn't have an MX record on it. I cannot change this because it is not within my control. I figure if I set up a proxy so XMail reports

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Jørn Aakre
Hi, What platform/language will the system be created for? What format will the reports be in (html) ? Will it be open source? Regards, Jørn - Original Message - From: Shawn Anderson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 2:35 PM Subject: [xmail]

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Fred
Hi, Glad someone is thinking for writing a decent log analyzer! Here is what I think should be in your project. -Storing the data in a MySQL database? -Will you release your software under the GPL? -Written in PHP or Perl? No ASP please hehe -User and domain alias support? Will all these

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Shawn Anderson
Right now I am leaning towards .NET (and maybe Mono) for the language. = As for the output (if you look at my list grin) the idea is to allow for multiple types of outputs. And yes, the report engine will be open = source, but some of the libraries may not be (I am still thinking about this).

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Shawn Anderson
I am leaning towards .NET (and maybe Mono) for the language. I don't think I will use any database, that way it will not have any dependencies. What do you main by user and domain alias support? Tell me more. And yes the report engine will be released as open source. Also, for a front end, it

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Fred
Ok, not having a database to store the data is no biggie. By asking if your software will support user/domain alias I was thinking of past log analyzers, every analyzers I tried became completely crazy when reporting stats on a user who has one or more aliases. Everything was screwed up, [EMAIL

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Shawn Anderson
Ok, good point on the alias thing. I will keep that in mind. As for the multiplatform thing, I am hoping that by support mono that will cover the linux world happy. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Sent: Wednesday, April 28,

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Shawn Anderson
:) I know the feeling - and yes I would use C#. My thought is that this will be more for scheduled reports and not some much live reports, but I would change that if there is enough interest for live reports. As for = the front-end, I like XMWAI, but I don't like that its look and feel cannot =

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Michal Altair Valasek
Hello, |Making your software platform independent would be awesome, I mean that |having a perl script or a php script would make linux and |win32 folks happy. NO! To run PHP or Perl on Windows is a suicide, for security and performance reasons. With a lots of pain I'm very carefully runnig

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Shawn Anderson
I have to agree with you on this one :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michal Altair Valasek Sent: Wednesday, April 28, 2004 11:50 AM To: [EMAIL PROTECTED] Subject: [xmail] Re: Xmail reports -- anyone have a wish list? Hello, |Making

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Fred
I agree with you too, but Shawn will have to write two scripts. Use .NET for Win32 and Perl/PHP for Unix-like system. If he wants to do it like this, go ahead, everyone will be happy hehe Fred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Mark Mealman
Python and Java both work very well on both platforms. I'm not sure how far along .NET with the Mono project, it's not something I've kept up with. I think if you stick to CLI interface stuff though it would probably be okay. -Mark On Wed, 2004-04-28 at 11:49, Michal Altair Valasek wrote:

[xmail] Re: Mail loop detected?

2004-04-28 Thread Davide Libenzi
On Tue, 27 Apr 2004, Stephen Wilson wrote: RaveRod wrote: Is there any way to de-loop these messages? Would you have to remove the messages Received: headers manually and then resubmit the message? I have not received any more loops. I think Mr. Libenzi fixed this problem quite

[xmail] Re: Proxy?

2004-04-28 Thread Davide Libenzi
On Wed, 28 Apr 2004, Dustin C. Hatch wrote: I was wondering if it would be possible to set a proxy on XMail. I need this because my incoming and outgoing IP addresses are different, and the outgoing doesn't have an MX record on it. I cannot change this because it is not within my control.

[xmail] Re: Mail loop detected?

2004-04-28 Thread Stephen Wilson
Davide Libenzi wrote: On Tue, 27 Apr 2004, Stephen Wilson wrote: RaveRod wrote: Is there any way to de-loop these messages? Would you have to remove the messages Received: headers manually and then resubmit the message? I have not received any more loops. I think Mr. Libenzi

[xmail] Re: Xmail reports -- anyone have a wish list?

2004-04-28 Thread Chad Fleenor
i wrote a Perl Script to run in the Cron every 20 minutes to show the number of emails that are being processed by which IP address and it also associates it with the name of the user. It writes it out to a nicely formated web page also. This is used to see if there is any virus activity on the

[xmail] Re: Proxy?

2004-04-28 Thread Dustin C. Hatch
What I had planned to do was use a proxy so that XMail reports its IP Address as an IP address within my control. I have the server, I just need to be able for XMail to connect through it Davide Libenzi wrote: On Wed, 28 Apr 2004, Dustin C. Hatch wrote: I was wondering if it would be

[xmail] Re: Proxy?

2004-04-28 Thread Michael Schwarz
Hi Dustin What I had planned to do was use a proxy so that XMail reports its IP Address as an IP address within my control. I have the server, I just need to be able for XMail to connect through it you can use DefaultSMTPGateways in server.tab hope it helps Michael - To unsubscribe

[xmail] Is there a limit to the length of a response string

2004-04-28 Thread Tracy
Is there a limit to the number of characters that can be sent to the connected SMTP client using SMTPSendError? In glancing through it, I can't see a limit, but I'm getting session hangs with some of my error messages (which are, admittedly, fairly long)... - To unsubscribe from this list:

[xmail] Re: Is there a limit to the length of a response string

2004-04-28 Thread Davide Libenzi
On Wed, 28 Apr 2004, Tracy wrote: Is there a limit to the number of characters that can be sent to the connected SMTP client using SMTPSendError? In glancing through it, I can't see a limit, but I'm getting session hangs with some of my error messages (which are, admittedly, fairly

[xmail] Re: Is there a limit to the length of a response string

2004-04-28 Thread Tracy
At 18:58 4/28/2004, you wrote: Is there a limit to the number of characters that can be sent to the connected SMTP client using SMTPSendError? In glancing through it, I can't see a limit, but I'm getting session hangs with some of my error messages (which are, admittedly, fairly long)...