[xmail] Re: A Question...

2003-06-27 Thread Michael Harrington
Can I come too? - Original Message - From: "Shawn Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 4:33 PM Subject: [xmail] Re: A Question... > > Now that I could buy into :-D=20 > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL

[xmail] [ANNOUNCE] SPAMAssassinFilter for the Windows platform

2003-06-27 Thread Shawn Anderson
XMSpamAssasinFilter v1.0 Link: http://xmail.eye-catcher.com/files/tools/XMSpamAssassin/XMSpamAssassinFil= ter Installer.msi This filter is implemented using the .NET Framework 1.1. As such it will only work on Windows NT and above. I have created a complete = installation application for this fi

[xmail] Re: A Question...

2003-06-27 Thread Shawn Anderson
Now that I could buy into :-D=20 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = On Behalf Of Davide Libenzi Sent: Friday, June 27, 2003 7:27 PM To: XMail mailing list On Fri, 27 Jun 2003, Charles Frolick wrote: > I would rather see Davide add more advance SMTP

[xmail] Re: A Question...

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Charles Frolick wrote: > I would rather see Davide add more advance SMTP envelope rejection > abilities than extended ctrlclnt. To be able to perform basic tests on > HELO/EHLO, MAIL FROM, and RCPT TO, failed SMTP auth tarpitting or temp > blocking on IP, things like that.

[xmail] Re: A Question...

2003-06-27 Thread Charles Frolick
I'm saying you can do most of it without changing a thing in Xmail, except those things that would require an API or change in tracking and reporting in the Xmail service itself (uptime, session count, total logins is log parsing), although you can find memory and cpu through third pary apps (ps i

[xmail] Re: A Question...

2003-06-27 Thread Shawn Anderson
So basically you are agreeing with me? Shawn=20 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = On Behalf Of Charles Frolick Sent: Friday, June 27, 2003 2:51 PM To: [EMAIL PROTECTED] My responses are inline. Thanks, Chuck Frolick ArgoNet, Inc. -Original Me

[xmail] Re: A Question...

2003-06-27 Thread Charles Frolick
My responses are inline. Thanks, Chuck Frolick ArgoNet, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Anderson Sent: Friday, June 27, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: [xmail] Re: A Question... True, but I picked the example th

[xmail] Re: A Question...

2003-06-27 Thread Shawn Anderson
True, but I picked the example that I gave because it was simple to = outline :) Here are a couple of other uses: - A new userstats that returns info like - last login - last client domain name (RDNS lookup) - total amount of spam the user received today=20 - a server stat

[xmail] Re: LIFO format ?

2003-06-27 Thread Charles Frolick
Ok, you completely misunderstood. Simply send the POP3 command UIDL to the server, take the resulting list of message numbers and UID's in the format of msgnum, space, UID. The UID has a format of (Davide correct me if I'm wrong, this is from the local mail name format) stime-seqnr.pid.hostname.

[xmail] Re: A Question...

2003-06-27 Thread Charles Frolick
I'm failing to see the whole point in this. The only difference between a custom ctrlclnt command and a custom program that uses existing ctrlclnt commands is one is on the server the other can be remote or on the server. The sequence of actions and commands in your disable pop3 example would be

[xmail] Re: LIFO format ?

2003-06-27 Thread Devoyon Guillaume
well, you are all right except one thing what my program is for. My script is made in order to read email to pop server in live throw slow flow connections (9600bds). So, i will not tell to my program to load all mails (if there are 200) and next, sort them. The thing is that commercials email

[xmail] Re: A Question...

2003-06-27 Thread Shawn Anderson
Ok, what if when the script was registered it needs to define which = files it was going to access? Then the code could add a lock for those files and = the release them with the process exits. Shawn=20 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = On Behalf Of

[xmail] Re: DNS Resolution

2003-06-27 Thread Alex Young
Okay, thanks for the info. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi Sent: 27 June 2003 16:37 To: XMail mailing list Subject: [xmail] Re: DNS Resolution On Fri, 27 Jun 2003, Alex Young wrote: > > Okay, I thought there was no way t

[xmail] Re: A Question...

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Shawn Anderson wrote: > > I was thinking more of a plugin as a standalone external application = > (.exe, > ..pl, js, etc). Not a DLL concept -- too much of a hassle for stability. = > If > you spawn a process and it crashes, it will not take down Xmail. No as = > for > the

[xmail] Re: DNS Resolution

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Alex Young wrote: > > Okay, I thought there was no way to turn off resolution. Do you think it > will make much difference to the amount of emails that can be sent? > > Which is faster for a production system, smart host or allowing Xmail to > resolve DNs itself? I don't thi

[xmail] Re: DNS Resolution

2003-06-27 Thread Alex Young
Okay, I thought there was no way to turn off resolution. Do you think it will make much difference to the amount of emails that can be sent? Which is faster for a production system, smart host or allowing Xmail to resolve DNs itself? -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

[xmail] Re: LIFO format ?

2003-06-27 Thread Charles Frolick
I forgot about that, it wouldn't take much at all to fix the script. I'm also sure there is a MUA out there that does everything he is looking for without him writing a single line of code. Thanks, Chuck Frolick ArgoNet, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

[xmail] Re: A Question...

2003-06-27 Thread Shawn Anderson
I was thinking more of a plugin as a standalone external application = (.exe, ..pl, js, etc). Not a DLL concept -- too much of a hassle for stability. = If you spawn a process and it crashes, it will not take down Xmail. No as = for the resource locking, that is a more interesting problem -- but

[xmail] Re: A Question...

2003-06-27 Thread Davide Libenzi
On Wed, 25 Jun 2003, Shawn Anderson wrote: > > Ok, I'll admit that there are a few grammatical issues in this one -- = > let me > try again :) > > Suggestion: =20 > Add a command plug-in concept to the ctrl protocol > > Explanation: > Currently the control protocol supports a list of

[xmail] Re: Can't create users

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Hamilton Thurgood wrote: > > > I am attempting to use xmail 1.15 on linux (rethat 7.2) > xmail appears to be running OK but I cannot create any > users (see error below ) I have implimented the > chmod 700 /var/MailRoot command > > Errcode -148 > Errstrg Controller Response

[xmail] Re: DNS Resolution

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Alex Young wrote: > > Anyone know if it is possible to make Xmail do a DNS query every time > instead of caching it? Might sound like a strange request but its to see > how many emails it will send using our internal 100mb network and I want > it to do the DNS resolution so i

[xmail] Re: LIFO format ?

2003-06-27 Thread Davide Libenzi
On Fri, 27 Jun 2003, Charles Frolick wrote: > > Why change the mail serve? Just fix the script. Almost any MUA can do it > no matter what order the messages are in, why can't your script use the > same method? Keep a copy of UID list from the last POP3 session and any > new UID's are the new mes

[xmail] Re: LIFO format ?

2003-06-27 Thread Charles Frolick
Why change the mail serve? Just fix the script. Almost any MUA can do it no matter what order the messages are in, why can't your script use the same method? Keep a copy of UID list from the last POP3 session and any new UID's are the new messages, if you only want the last 10 and there are 20, T

[xmail] Re: LIFO format ?

2003-06-27 Thread Devoyon Guillaume
Would it be possible to do an filter ?? Where can i have info about creating an filter in order to sort mails in the spool ? The problem is , if we can't have mails in lifo format, we will have to change of mail server and it's a little bit disappointing me to do that.. Guillaume Devoyon -M

[xmail] DNS Resolution

2003-06-27 Thread Alex Young
Anyone know if it is possible to make Xmail do a DNS query every time instead of caching it? Might sound like a strange request but its to see how many emails it will send using our internal 100mb network and I want it to do the DNS resolution so it is closer to what time it would take to send ema

[xmail] Can't create users

2003-06-27 Thread Hamilton Thurgood
I am attempting to use xmail 1.15 on linux (rethat 7.2) xmail appears to be running OK but I cannot create any users (see error below ) I have implimented the chmod 700 /var/MailRoot command Errcode -148 Errstrg Controller Response Error Errinfo Unable to create directory Can anyone help

[xmail] Re: POP3 links

2003-06-27 Thread Alex Young
Okay, thanks for the info Davide. I will tell the people concerned that it is an upcoming feature and they will be informed when it is implemented. Thanks, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi Sent: 26 June 2003 17:34 To: [