Re: [xmail] Multiple server on same system

2008-12-15 Thread Shawn Anderson

Just out of curiosity, why?

Sent from my iPhone

On Dec 15, 2008, at 1:25 PM, fred f...@fullmetalpacket.com wrote:


Hi guys,

I am planning on running multiple XMail servers on the same system  
and I
would like to ask the gurus if I am missing anything. Here is what I  
am

going to do:

Duplicate the MailRoot folder:
/mailsrv/MailRoot-srv1
/mailsrv/MailRoot-srv2
/mailsrv/MailRoot-srv3
/mailsrv/MailRoot-srv4

Change the startup files and assign specific ips to each one of them:
XMAIL_ROOT=/mailsrv/MailRoot-srv1
XMAIL_CMD_LINE=-Ms /mailsrv/MailRoot-srv1 -SI 1.1.1.1:25 -PI  
1.1.1.1:110
-CI 1.1.1.1:6017 -Qn 96 -B- -X- W- -Y- -F- -Pl -Ph -Sl -Fl -Cl -Ll - 
Yl -Ql

-Qg -SX 160
PATH=$XMAIL_ROOT/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/ 
sbin:/us

r/bin
DAEMON=$XMAIL_ROOT/bin/XMail
NAME=XMail-srv1
DESC=XMail Server (1)

And that's about it, it seems a little bit too easy. I need to apply  
this
change tomorrow and I never ran many XMails on the same systems I am  
scared

of discovering something that prevents me from doing that.

Any advices?

Thank you

-fred


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


[xmail] Re: CHM doc format

2008-06-15 Thread Shawn Anderson
If you right click on the file and select properties, do you see a button
that says something like unblock?  if so, click that button and then see
if the chm file works.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Filip Supera
Sent: Sunday, June 15, 2008 1:35 PM
To: xmail@xmailserver.org
Subject: [xmail] Re: CHM doc format

Davide Libenzi :
 Armen, from Moscow, created a CHM file based on the XMail documentation, 
 in case you're interested:
 
 http://www.simonyan.ru/xmail/XMail.chm

Does not work here. May be because my system is in french ? I have the 
index but get 404 pages when I click on the links.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XMail Installer

2008-04-06 Thread Shawn Anderson
Davide,

You are correct, it has been too long since I updated it to support the new
features and functionality of XMail.  So to that order, I have put together
a brand new version and am making a beta version available today.

For anyone looking for it, they can find the installer here:

http://xmail.eye-catcher.com/products/XMSettings/

for anyone that is interested in trying it out, I look forward to your
feedback.

Thanks
Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Friday, April 04, 2008 1:10 PM
To: xmail@xmailserver.org
Subject: [xmail] Re: XMail Installer

On Fri, 4 Apr 2008, Tony Shiffer wrote:

 I have a copy of this.  Would you like me to email it?

Probably that software is VERY old, and not working properly on newer 
XMail versions.


- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Feature Request: Multiple POP logins

2007-08-02 Thread Shawn Anderson
If you think about it, this is why the IMAP standard exists - it supports
multiple simultaneous logins.  

POP3 is a very basic and simply protocol and really has no way of handling
the concept of concurrency for a single account/mailbox.  You would need,
and the very least, a transaction concept that could be shared.  

IMAP on the other hand is designed with this in mind.  Most ISPs, at least
in my experience, use IMAP for Webmail interface which in an odd sort of way
gets you what you are looking for.  

That said, initiating an IMAP and POP3 session at the same time on the same
mailbox can have rather unpredictable consequences :)

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Harald Schneider
Sent: Wednesday, August 01, 2007 7:53 AM
To: xmail@xmailserver.org
Subject: [xmail] Re: Feature Request: Multiple POP logins

Tracy wrote:
 As I understand it, the POP3 specification indicates that the mailbox 
 will be locked for the duration of any login session. I'm not sure that 
 changing that would be a good idea - introduces non-standard behavior.

That's right. IMHO this should be a configurable option, so that the 
user is aware that this only makes sense when messages are not polled by 
2 or more clients in parallel.

In fact many ISPs seem to skip this part of RFC1939 on their POP servers 
in order to offer e.g. webmail to their clients for mobile access while 
Outlook is still running 24h in their office.

The RFC doc does not care about the common client feature to leave mails 
several days on the server, which makes this restricion outdated.

If concurrent logins are handled on properly server level, it won't 
cause much trouble on client side ...


-- Harald




 
 If you need multiple login access to a mailbox, you really need to move 
 to IMAP (which, as I understand it, is under development - or there are 
 third-party solutions which can be deployed with xmail).
 
 Harald Schneider wrote:
 Hi,

 currently a POP box is locked for further logins which is a problem when 
 trying to access the box from other clients or via webmail in parallel.

 Now we have the feature to keep mails on pop3linked boxes which screams 
 for that feature too. There are also many POP servers out there which do 
 not have that limitation.

 Would be nice to see this in the next release. Your thoughts ?


 Thank you very much,
 Harald


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 
 

-- 



___

Harald Schneider
Softwareentwicklung + Mediadesign
Kreuzweg 17 - 3 Merzig - Germany
USt-Ident DE163098498

Tel: 49 6861 792145  Fax: 49 6861 792146
Skype: hschneider66 ( skype:hschneider66?add )
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Server too busy, retry later (SMTP thread count).

2007-01-17 Thread Shawn Anderson

Davide,

For the last two releases of XMail I have noticed a rather alarming increase
in the following error in my event log (I am running Windows 2003)

Server too busy, retry later (SMTP thread count).

I have tried changing the thread count, but the message still continues.
Any thoughts on what to look for?  Keep in mind, no configuration changes
have been made to make mailserver in over a year -- with the exception of
upgrading from 1.22 to 1.24.

Shawn



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: What's next for XMail?

2006-08-26 Thread Shawn Anderson

I was hoping for a little more than that grin

Thanks

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Sunday, August 20, 2006 2:24 PM
To: xmail@xmailserver.org
Subject: [xmail] Re: What's next for XMail?


On Thu, 17 Aug 2006, Shawn Anderson wrote:

 Davide,

 I was just curious of you are still working on new feature for XMail 
 or if you consider it a mature and finished product? J

I don't think it's finished. But it is mature for sure ;)



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: What's next for XMail?

2006-08-18 Thread Shawn Anderson

I agree :)  That's why I thought I ask and see Davide's thoughts are...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Harrington
Sent: Thursday, August 17, 2006 3:10 PM
To: xmail@xmailserver.org
Subject: [xmail] Re: What's next for XMail?


I'm personally still working on new things with it.  Other than the obvious
people screaming I WANT MY IMAP, I would most certainly consider it a
mature and finished product.  I find it incredibly stable, and it works
perfectly as a lightweight mail server.  Just my US$0.02.

-Mike

- Original Message -
From: Shawn Anderson sanderson@eye-catcher.com
To: xmail@xmailserver.org
Sent: Thursday, August 17, 2006 8:35 AM
Subject: [xmail] What's next for XMail?


 Davide,



 I was just curious of you are still working on new feature for XMail or if
 you consider it a mature and finished product? J



 Thanks

Shawn







 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]

 

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] What's next for XMail?

2006-08-17 Thread Shawn Anderson
Davide,

 

I was just curious of you are still working on new feature for XMail or if
you consider it a mature and finished product? J

 

Thanks

Shawn

 

 



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Addition to 1.2x

2004-12-26 Thread Shawn Anderson
I would love to see this as well :) 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Harrington
Sent: Sunday, December 26, 2004 5:52 PM
To: xmail@xmailserver.org
Subject: [xmail] Addition to 1.2x 

Davide,

I know people have asked for this before, but if it's not too much trouble,
do you think you could add in LastLoginTimeDate or something similar into
the userstat information.  I know you can parse through the POP3 log files
for this, but it's not really ideal for a lot of scenarios especially since
log files can get really big really quickly and are generally archived (if
not deleted altogether).  It'd help when trying to figure out if someone has
abandoned an email address, or just trying to find stale accounts.  Not a
big deal, but if you have the time I'd really appreciate it (I'm sure others
would too).

-Mike

- Original Message - 
From: Davide Libenzi davidel@xmailserver.org
To: XMail mailing list xmail@xmailserver.org
Sent: Sunday, December 26, 2004 1:56 PM
Subject: [xmail] 1.21-pre02 ...



 I made 1.21-pre02 with Windows binaries also:

 http://www.xmailserver.org/xmail-1.21-pre02.tar.gz
 http://www.xmailserver.org/xmail-1.21-pre02.win32bin.zip


 Here's the change-log:

 - Added external aliases support in the CTRL protocol.

 - The MESSAGE.ID file is now automatically created, if missing.

 - Changed the logic used to treat domain and user MAILPROC.TAB files.
   Before, a user's MAILPROC.TAB was overriding the domain one, while now
   the rules are merged together, with domain's ones first, followed by
   user's ones.

 - The maximum mailbox size of zero is now interpreted as unlimited.

 - Fixed XMail's sendmail to detect non-RFC822 data and handle it
   correctly.

 - The IP:PORT addresses emission in spool files (and Received: lines) has
   been changed to the form [IP]:PORT.

 - Added filter logging, that is enabled with the new -Qg command line
   option.

 - Fixed an error message in the SMTP server, that was triggered by the
   remote client not using the proper syntax for the MAIL FROM: and RCPT
TO:
   commands.

 - Fixed explicit routing through SMTPGW.TAB file.

 - Fixed a possible problem with file locking that might be triggered from
   CTRL commands cfgfileget/cfgfileset.

 - Added a check to avoid the CTRL server to give an error when a domain
   created with older versions of XMail does not have the domain directory
   inside cmdaliases.

 - The SMTP server FQDN variable should be set to the value of
SmtpServerDomain,
   when this is used inside the SERVER.TAB file.


 Note that ATM only IN/OUT filters gets logged, whereas SMTP ones not.




 - Davide

 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Is it possible to do server wide aliases?

2004-12-06 Thread Shawn Anderson
The problem with that is every time I add a new user to the domain I need to
add them to the mailing list.  So that is not what I am looking for.  Any
other thoughts? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Henri van riel
Sent: Monday, December 06, 2004 8:26 AM
To: Shawn Anderson
Subject: [xmail] Re: Is it possible to do server wide aliases?

Hello Shawn,

Monday, December 6, 2004, 2:17:51 PM, you wrote:

 Anyone have suggestions on how to setup server wide aliases? I am looking
 for a way to set up a serve wide alias that doesn't require me to do
 something every time I add a new user and/or domain. For example, for
every
 domain I have, I would like [EMAIL PROTECTED] and [EMAIL PROTECTED] to 
 send to a
single
 physical account.  In addition I would like to send a message to something
 like [EMAIL PROTECTED] and have it send a message to all users on that 
 domain
or
 [EMAIL PROTECTED] and have it send the message out to all users
 on all my domains.

 Anyone have any ideas?

Create a closed mailinglist named `allusers` for that specific domain.

-- 
Best regards,
 Henrimailto:[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Is it possible to do server wide aliases?

2004-12-06 Thread Shawn Anderson
Sigh, I must be getting forgetful in my old age :-p

Thanks Davide 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Monday, December 06, 2004 11:33 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Is it possible to do server wide aliases?

On Mon, 6 Dec 2004, Shawn Anderson wrote:

 Anyone have suggestions on how to setup server wide aliases? I am looking
 for a way to set up a serve wide alias that doesn't require me to do
 something every time I add a new user and/or domain. For example, for
every
 domain I have, I would like [EMAIL PROTECTED] and [EMAIL PROTECTED] to 
 send to a
single
 physical account.  In addition I would like to send a message to something
 like [EMAIL PROTECTED] and have it send a message to all users on that 
 domain
or
 [EMAIL PROTECTED] and have it send the message out to all users
 on all my domains.
 
 Anyone have any ideas?
 
 Davide, would you consider this a feature request?

Yes, I already did it a long time ago (see doc) :=)

* postmaster[EMAIL PROTECTED]



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XMail-AV 1.4 released

2004-11-28 Thread Shawn Anderson
Any chance you might consider adding support for clamav
(http://www.clamav.net/) / clamwin (http://www.clamwin.net/)? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jason J. Ellingson
Sent: Sunday, November 28, 2004 8:55 PM
To: [EMAIL PROTECTED]
Subject: [xmail] XMail-AV 1.4 released

Announcing an updated XMail-AV for Win32 in .NET 1.1!

An XMail filter plugin for:
 FSI F-Prot
 NAI/McAfee VirusScan
 Sophos

 Version: 1.4.1793.35282
Released: 2004-Nov-28
Download: http://www.ellingson.com/xmail/av/xmail-av-1.4.1793.35282.zip

Added - Now works with F-Prot for DOS (f-prot.exe).  Still not as fast
as F-Prot for Windows (highly recommended).

Fixed - Sometimes couldn't read the report file.

Jason J Ellingson
Technical Consultant

615.301.1682 : nashville
612.605.1132 : minneapolis

www.ellingson.com
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Remote User Add

2004-11-21 Thread Shawn Anderson
Why so complex?

CTRLCLNT can be run from any machine -- it is totally standalone, and I
believe it sets a exit errorlevel when something goes wrong.  If it doesn't
you can always parse the result string and look for the - error code.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sasa Stupar
Sent: Sunday, November 21, 2004 2:09 AM
To: Xmail-ML
Subject: [xmail] Re: Remote User Add

Just make a html page which will then call a perl script which will
execute CtrlClnt command to add users.
Sasa

V ned, 21.11.2004 ob 03:59 je Bryan Catlin napisal(a):
 Well I need to do this from another server, so I was thinking a http post
or
 something.  If I could get some kind of return value that would be nice to
 know if it succeeded.  Any more ideas?
 
 Thanks though :)
 Bryan
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
 Sent: Saturday, November 20, 2004 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Remote User Add
 
 
 You could use a script/batch file/etc that called the ctrlclnt
 application.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Bryan Catlin
 Sent: Saturday, November 20, 2004 9:29 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Remote User Add
 
 It's been awhile since I had to do anything on our xmail server and now we
 are setting up automatic provisioning from our billing software, and I'm
 wondering how could I get it to setup or add new user email accounts
 automatically?
 
 I am running both the billing and xmail on separate windows 2000 advanced
 servers
 
 Best Regards,
 
 Bryan Catlin
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]

-- Attached file included as plaintext by Ecartis --
-- File: signature.asc
-- Desc: To je digitalno podpisani del


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBBoD8EZfogXwY+ISIRAqSsAJ9Hu5BmKp3Z/EiXhrJN9GdWxQhwawCgnljD
51Ez+udQht696UnyALWJSCI=
=lV3y
-END PGP SIGNATURE-


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Remote User Add

2004-11-21 Thread Shawn Anderson
Sorry, I am not trying to be a pain :)  Just offer a quick and simple
solution :)

Question, are you running Xmail on a windows or unix box?  The reason I am
asking is because I am thinking about creating a WebService interface to the
CTRL protocol and I am looking to see what would be useful.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 21, 2004 10:06 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add

I guess I have been spoiled by gui and web interfaces.  I did command line
stuff when I first set everything up but have not since then.

I'll read up on the ctl program and see what I can do.

Thanks for the pointers.

Bryan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
Sent: Sunday, November 21, 2004 7:32 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add


Why so complex?

CTRLCLNT can be run from any machine -- it is totally standalone, and I
believe it sets a exit errorlevel when something goes wrong.  If it doesn't
you can always parse the result string and look for the - error code.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sasa Stupar
Sent: Sunday, November 21, 2004 2:09 AM
To: Xmail-ML
Subject: [xmail] Re: Remote User Add

Just make a html page which will then call a perl script which will
execute CtrlClnt command to add users.
Sasa

V ned, 21.11.2004 ob 03:59 je Bryan Catlin napisal(a):
 Well I need to do this from another server, so I was thinking a http post
or
 something.  If I could get some kind of return value that would be nice to
 know if it succeeded.  Any more ideas?

 Thanks though :)
 Bryan

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
 Sent: Saturday, November 20, 2004 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Remote User Add


 You could use a script/batch file/etc that called the ctrlclnt
 application.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Bryan Catlin
 Sent: Saturday, November 20, 2004 9:29 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Remote User Add

 It's been awhile since I had to do anything on our xmail server and now we
 are setting up automatic provisioning from our billing software, and I'm
 wondering how could I get it to setup or add new user email accounts
 automatically?

 I am running both the billing and xmail on separate windows 2000 advanced
 servers

 Best Regards,

 Bryan Catlin

 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]

-- Attached file included as plaintext by Ecartis --
-- File: signature.asc
-- Desc: To je digitalno podpisani del


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBBoD8EZfogXwY+ISIRAqSsAJ9Hu5BmKp3Z/EiXhrJN9GdWxQhwawCgnljD
51Ez+udQht696UnyALWJSCI=
=lV3y
-END PGP SIGNATURE-


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Remote User Add

2004-11-21 Thread Shawn Anderson
So you did :)  I guess I was too lazy to look back :-D 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 21, 2004 2:42 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add

I think I said in the original post I run it on windows 2000 adv server.

NO problems
Bryan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
Sent: Sunday, November 21, 2004 12:15 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add


Sorry, I am not trying to be a pain :)  Just offer a quick and simple
solution :)

Question, are you running Xmail on a windows or unix box?  The reason I am
asking is because I am thinking about creating a WebService interface to the
CTRL protocol and I am looking to see what would be useful.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 21, 2004 10:06 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add

I guess I have been spoiled by gui and web interfaces.  I did command line
stuff when I first set everything up but have not since then.

I'll read up on the ctl program and see what I can do.

Thanks for the pointers.

Bryan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
Sent: Sunday, November 21, 2004 7:32 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Remote User Add


Why so complex?

CTRLCLNT can be run from any machine -- it is totally standalone, and I
believe it sets a exit errorlevel when something goes wrong.  If it doesn't
you can always parse the result string and look for the - error code.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sasa Stupar
Sent: Sunday, November 21, 2004 2:09 AM
To: Xmail-ML
Subject: [xmail] Re: Remote User Add

Just make a html page which will then call a perl script which will
execute CtrlClnt command to add users.
Sasa

V ned, 21.11.2004 ob 03:59 je Bryan Catlin napisal(a):
 Well I need to do this from another server, so I was thinking a http post
or
 something.  If I could get some kind of return value that would be nice to
 know if it succeeded.  Any more ideas?

 Thanks though :)
 Bryan

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
 Sent: Saturday, November 20, 2004 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Remote User Add


 You could use a script/batch file/etc that called the ctrlclnt
 application.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Bryan Catlin
 Sent: Saturday, November 20, 2004 9:29 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Remote User Add

 It's been awhile since I had to do anything on our xmail server and now we
 are setting up automatic provisioning from our billing software, and I'm
 wondering how could I get it to setup or add new user email accounts
 automatically?

 I am running both the billing and xmail on separate windows 2000 advanced
 servers

 Best Regards,

 Bryan Catlin

 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]

-- Attached file included as plaintext by Ecartis --
-- File: signature.asc
-- Desc: To je digitalno podpisani del


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBBoD8EZfogXwY+ISIRAqSsAJ9Hu5BmKp3Z/EiXhrJN9GdWxQhwawCgnljD
51Ez+udQht696UnyALWJSCI=
=lV3y
-END PGP SIGNATURE-


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help

[xmail] Re: Link on Xmail web site?

2004-11-16 Thread Shawn Anderson
Yes, but it doesn't seem to work for all browsers.  Something with the way
the gotdotnet site is written I think.

But if you really want a shorter one, we can try using:
http://workspaces.gotdotnet.com/xmaildotnet

:)
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, November 16, 2004 1:01 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Link on Xmail web site?

On Mon, 15 Nov 2004, Shawn Anderson wrote:

 Davide,
 
 Would you be willing to add a link to the Xmail.NET library that I wrote?
 
 Here is the link:

http://www.gotdotnet.com/workspaces/workspace.aspx?id=d47442b7-836a-4d77-b6d
 6-62904cfd3860

Gosh! Don't you have a shorter one? :-)


- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Link on Xmail web site?

2004-11-16 Thread Shawn Anderson
Is the long URL really that bad??? :-D 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Tim Aranki
Sent: Tuesday, November 16, 2004 9:49 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Link on Xmail web site?

Not sure if it will help, or work any better, but I went ahead and tinyurl'd
it:
http://tinyurl.com/4y7vr

/tim 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: Tuesday, November 16, 2004 4:50 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Link on Xmail web site?

Yes, but it doesn't seem to work for all browsers.  Something with the way
the gotdotnet site is written I think.

But if you really want a shorter one, we can try using:
http://workspaces.gotdotnet.com/xmaildotnet

:)
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, November 16, 2004 1:01 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Link on Xmail web site?

On Mon, 15 Nov 2004, Shawn Anderson wrote:

 Davide,
 
 Would you be willing to add a link to the Xmail.NET library that I wrote?
 
 Here is the link:

http://www.gotdotnet.com/workspaces/workspace.aspx?id=d47442b7-836a-4d77-b6d
 6-62904cfd3860

Gosh! Don't you have a shorter one? :-)


- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Link on Xmail web site?

2004-11-15 Thread Shawn Anderson
Davide,

Would you be willing to add a link to the Xmail.NET library that I wrote?

Here is the link:
http://www.gotdotnet.com/workspaces/workspace.aspx?id=d47442b7-836a-4d77-b6d
6-62904cfd3860

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Log Format?

2004-11-14 Thread Shawn Anderson
SMTP Server 
Column Description 
MailServer DNS Name The name of the computer running XMail. 
Server Domain The domain under xmail's control that is being connected to. 
Client IP The IP Address of the client connection. 
Time Current time on the XMail server. 
Client Domain The DNS name of the Client IP address (HELO command result) 
Dest Domain The domain that the message is to (RCPT TO:) 
Sender The email address that the message is from (MAIL FROM:) 
Recipient The email address that the message is to (RCPT TO:) 
MessageID An XMail Unique ID for this message. 
Status The result of the sending of the message.  
LogonUser
 The user id of the authenticated user (only if auth is required) 
MsgSize The size in bytes of the message. 

POP3 Server 
Column Description 
MailServer DNS Name The name of the computer running XMail. 
Server Domain The domain under xmail's control that is being connected to. 
Client IP The IP Address of the client connection. 
Time Current time on the XMail server. 
POP3 User The name of the XMail user connecting to the server. 
POP3 Password The password for the XMail user (encrypted) 

CTRL Server 
Column Description 
Client IP The IP Address of the client connection. 
User Name The CTRL user that is connecting to XMail 
Password The password the for CTRL user. (encrypted) 
Time Current time on the XMail server. 
Status REQ = what information is being requested 
AUTH = authentication query 
FAIL = authentication failed 
 

LMail Server 
Column Description 
SMTP Domain The domain the message is being delivered to. 
Local File The file name of the message. 
MessageID An XMail Unique ID for this message. 
Time Current time on the XMail server. 

Finger Server 
Column Description 
Host The name of the XMail domain that is being queried. 
Domain The domain under xmail's control that is being connected to. 
Client IP The IP Address of the client connection. 
Time Current time on the XMail server. 
Query The information that is being requested. 

SMail Server 
Column Description 
SMTP Domain The domain the message is being delivered to. 
MessageID An XMail Unique ID for this message. 
SMTP Message ID This is the name of the Spool File 
From Who the message is from 
To Who the message is to 
Medium (Local, Remote) 
Parameter   
Time Current time on the XMail server.  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 14, 2004 5:42 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Log Format?

I have looked around but am not able to find a format for the log files that
xmail makes. Can some one point me in the right direction?

Best Regards,

Bryan

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Log Format?

2004-11-14 Thread Shawn Anderson
If you are curious, I posted a .NET library that already parses the log
files to gotdotnet :)

You can find it here: http://workspaces.gotdotnet.com/xmaildotnet

The log parsing classes it pretty complete, very extendable, and converts
the log files to XML as well as DataSets if you are interested.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 14, 2004 8:29 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Log Format?

Thanks for the reply.  I'm writing a .net app to parse the log files and
give some stats.  I've seen alot of control apps and such but nothing just
for stats and graphing them.

I'll let everyone know as soon as I get them done.  They could possible add
them to their control apps if they run on IIS.

I appreciate it.

Bryan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Shawn Anderson
Sent: Sunday, November 14, 2004 6:04 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Log Format?


SMTP Server
Column Description
MailServer DNS Name The name of the computer running XMail.
Server Domain The domain under xmail's control that is being connected to.
Client IP The IP Address of the client connection.
Time Current time on the XMail server.
Client Domain The DNS name of the Client IP address (HELO command result)
Dest Domain The domain that the message is to (RCPT TO:)
Sender The email address that the message is from (MAIL FROM:)
Recipient The email address that the message is to (RCPT TO:)
MessageID An XMail Unique ID for this message.
Status The result of the sending of the message.
LogonUser
 The user id of the authenticated user (only if auth is required)
MsgSize The size in bytes of the message.

POP3 Server
Column Description
MailServer DNS Name The name of the computer running XMail.
Server Domain The domain under xmail's control that is being connected to.
Client IP The IP Address of the client connection.
Time Current time on the XMail server.
POP3 User The name of the XMail user connecting to the server.
POP3 Password The password for the XMail user (encrypted)

CTRL Server
Column Description
Client IP The IP Address of the client connection.
User Name The CTRL user that is connecting to XMail
Password The password the for CTRL user. (encrypted)
Time Current time on the XMail server.
Status REQ = what information is being requested
AUTH = authentication query
FAIL = authentication failed


LMail Server
Column Description
SMTP Domain The domain the message is being delivered to.
Local File The file name of the message.
MessageID An XMail Unique ID for this message.
Time Current time on the XMail server.

Finger Server
Column Description
Host The name of the XMail domain that is being queried.
Domain The domain under xmail's control that is being connected to.
Client IP The IP Address of the client connection.
Time Current time on the XMail server.
Query The information that is being requested.

SMail Server
Column Description
SMTP Domain The domain the message is being delivered to.
MessageID An XMail Unique ID for this message.
SMTP Message ID This is the name of the Spool File
From Who the message is from
To Who the message is to
Medium (Local, Remote)
Parameter
Time Current time on the XMail server.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan Catlin
Sent: Sunday, November 14, 2004 5:42 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Log Format?

I have looked around but am not able to find a format for the log files that
xmail makes. Can some one point me in the right direction?

Best Regards,

Bryan

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Volunteers

2004-10-19 Thread Shawn Anderson
Same here... 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jason J. Ellingson
Sent: Tuesday, October 19, 2004 9:34 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Volunteers

I've been using XMail Manager LE Beta 1 for quite a while... certainly
willing to try Beta 2.

Jason J Ellingson
Technical Consultant

615.301.1682 : nashville
612.605.1132 : minneapolis

www.ellingson.com
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Harrington
Sent: Tuesday, October 19, 2004 7:18 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Volunteers

Hello Everyone,

I was wondering if I could recruit a small handful of volunteers to help me
test out Beta 2 of XMail Manager LE.  There have been lots of changes, and I
need a new set of eyes to make sure I haven't broken anything.

TIA

-Mike

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Feature request

2004-10-02 Thread Shawn Anderson
It might be possible to set the Thread Count to 0 for the parts you want to
turn off.

Would that work, Davide? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Chris L. Franklin
Sent: Saturday, October 02, 2004 12:42 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Feature request

Just a feature request,

I'd like to see the ability to turn OFF or ON the different parts of 
xmail. Like being able to turn off POP3 or Finger.
And It doesn't have to be a on the fly on / off thing. But maybe just a 
on start.

Ps. Yes i know I could just use IPtables and block those ports, But I'd 
rather just have have something try to open them.


-- Chris L. Franklin --
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Problem with multiple instances

2004-09-12 Thread Shawn Anderson
I am curious:  Why two instances of XMail? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Lugassy
Sent: Sunday, September 12, 2004 5:02 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Problem with multiple instances

Hi all,
 
I've installed 2 instances of XMAIL on a single windows server by following
up some archive threads. Overall I created Xmail2 registry entry and
executable, and registered it as a 2nd server, which uses its own MailRoot
and IP settings.

Both services run just fine (no visible errors), however - when I start the
2nd (new) service I can no longer send/receive emails using the 1st server
domains/ips.

This is proarbly a connectivity/dns issue rather then Xmail issue, but any
help on this matter would be great.

Thanks!

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Xmail-WAI features FAQ

2004-09-09 Thread Shawn Anderson
A quick note:  Any control that you can set run at server will be able to
translate the ~.  And for the CSS links, I just use a Response.Write

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Thursday, September 09, 2004 4:20 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Xmail-WAI features FAQ

Hi,

I have received numerous e-mails regarding implementation of various
features in Xmail-WAI. The questions are generally repeated, so here is FAQ.

LANGUAGE TRANSLATIONS OF INTERFACE

Experience with previous (non-.NET) version was that there were people able
and willing to do the translation once, bud NOBODY was willing to maintain
the translations as WAI evolved. Thus new features were in English only.

Also, to make interface multilanguage, all text need to be generated
dynamically, which is not easy to implement.

Therefore, I do not plan to implement multilanguage interface to WAI. This
may change after ASP.NET 2.0 (Whidbey) would be available, because it should
naturally support localization in easy way.

FOLDERS, READ/UNREAD, SENT MAIL ETC.

Xmail is going to support IMAP in near future, and therefore would need to
support these features natively. After that would happen, I will write
interface. I'm not going to make solution right now, when it can lead to
collision with future Xmail implementation.

RUNNING UNDER VIRTUAL DIRECTORY, NOT SEPARATE SERVER

The main catch here is in HTML links. ASP.NET supports app-relative links
(~) in some cases (ie. web controls), but not everywhere, like in images or
CSS links. I plan to write some universal output rewriting module to
implement this everywhere, but currently have no timeframe.

HOW ABOUT PDA/WAP access

I plan to make some interface for PDAs and WAP phones too. It would probably
not include all features of Xmail-WAI, but would allow all important things.
I'm not yet decided if it would be better to make it as separate app or
include this functionality in WAI. You may tell mne what you would prefer
and why!

MAY I USE MIME PARSER OR ABSTRACTION LAYER IN MY APP?

You can. Xmail-WAI and all parts (including MIME parser and Xmail
Abstraction Layer) are covered by GNU General Public license. You can use
any component or code in your application. Only catch here is that if you
plan to distribute your app (and not use it only for yourself), you need to
share alike - use the GPL too.

MAY I CHANGE THE LAYOUT? WHAT ABOUT DIFFERENT SKINS

WAI is skinnable right now! Most of layout is CSS-based and everything is
template-based. I do not plan to implement some specific skinning technique,
because standard HTML/CSS is sufficient.

The GPL applies also to layout. You may change the layout as you wish, to
match your corporate identity or whatever. You are even not required to
leave there link to my site or my logo. However, you cannot remove my
copyright notice (about page), you may only add your own statement regarding
modified/created parts.

GENERAL XMAIL-WAI DEVELOPMENT POLICY

Generally, I would personally develop only features being useable for me.
And expect that others would do the same. If anybody would develop
additional functionality in way compatible with current WAI's code and
architecture, I would be happy to merge it to a next version (few people
already did - see acknowledgements in documentation).

That's how I understand (and implement) the open source idea.

-- Michal Altair Valasek [EMAIL PROTECTED]
   Altair Communications - web hosting, web design, application development
___
http://www.altaircom.net | PGP: 0xC4F3579D | Phone (support): +420602137341
Panic. Chaos. Fear. My work here is done.

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Annoucement lost ...

2004-08-18 Thread Shawn Anderson
Any chance you are referring to the Xmail.NET library that I released to
open source on gotdotnet.com? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Wednesday, August 18, 2004 1:47 PM
To: XMail mailing list
Subject: [xmail] Annoucement lost ...


It seemed to have seen an XMail-related software announcement in the ml 
backlog, but I deleted it. What was it and did it need a link on the 
homepage?



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Annoucement lost ...

2004-08-18 Thread Shawn Anderson
Not that I could find.

The link is:

http://workspaces.gotdotnet.com/xmaildotnet

There is also the application Xmail Manager LE by Mike at
http://www.alouria.com/ -- very nicely done app too. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Wednesday, August 18, 2004 2:42 PM
To: XMail mailing list
Subject: [xmail] Re: Annoucement lost ...

On Wed, 18 Aug 2004, Shawn Anderson wrote:

 Any chance you are referring to the Xmail.NET library that I released to
 open source on gotdotnet.com? 

Isn't that already linked?


- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XmailCtrl for .Net

2004-07-13 Thread Shawn Anderson
Yes, I have done a far amount of work to my .NET library.  It now has basic
support to read/write xml as well as support for working with DataTable.  I
found that by adding both of these feature it made the suite much easier to
use with other .NET objects (especially ASP.NET).

As for the log analyzer, it is close to beta -- its just on a temp hold
until I find a little more free time :)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Charles Frolick
Sent: Tuesday, July 13, 2004 6:01 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailCtrl for .Net

Looks Nice J=F8rn.

Shawn,

Did you ever do any more work on your .NET ctrlClient object?  This =
appears
to be a popular object to build, since there are now 3 versions, 4 if =
you
count the one used by XMailWAI.

Also, any progress on the log analyzer?

Thanks,
Chuck Frolick
ArgoLink.net=20

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of J=F8rn Aakre
Sent: Tuesday, July 13, 2004 3:48 PM
To: [EMAIL PROTECTED]
Subject: [xmail] XmailCtrl for .Net

Hi,

Just in case anyone is interested:
http://jorn.aakre.no/articles/XmailCtrl/

It should be quite self-explaining so no documentation, unless anyone
asks...
More features from the ctrl protocol comming when I need them, or anyone
asks... :)


Regards,

J=F8rn
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the =
body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XmailCtrl for .Net

2004-07-13 Thread Shawn Anderson
Oh yea, the other thing that I forgot to add -- my .NET library also
supports a batch concept so that you can queue commands up and the execute
them all at once (the framework takes care of all of this)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Charles Frolick
Sent: Tuesday, July 13, 2004 6:01 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailCtrl for .Net

Looks Nice J=F8rn.

Shawn,

Did you ever do any more work on your .NET ctrlClient object?  This =
appears
to be a popular object to build, since there are now 3 versions, 4 if =
you
count the one used by XMailWAI.

Also, any progress on the log analyzer?

Thanks,
Chuck Frolick
ArgoLink.net=20

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of J=F8rn Aakre
Sent: Tuesday, July 13, 2004 3:48 PM
To: [EMAIL PROTECTED]
Subject: [xmail] XmailCtrl for .Net

Hi,

Just in case anyone is interested:
http://jorn.aakre.no/articles/XmailCtrl/

It should be quite self-explaining so no documentation, unless anyone
asks...
More features from the ctrl protocol comming when I need them, or anyone
asks... :)


Regards,

J=F8rn
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the =
body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Better xmailserver.org web page

2004-06-01 Thread Shawn Anderson
I would be willing to offer my help as well.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Tuesday, June 01, 2004 5:37 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Better xmailserver.org web page

Hi, *!

I was trying to find something at XMail web site. And the site is terrible,
because all on single page withount any reasonable structure is not good
choice. It's a shame, because there is a lot of web developers among us. 

I am one of them. Davide, if you wish, I can design and create new web site
for XMail server, with simple, text-based and standards compliant interface.
It should be a static HTML, due that the mirrors are running on different
platforms.

Of course, free of charge. Are you interested in it?

-- Michal Altair Valasek [EMAIL PROTECTED]
   Altair Communications - web hosting, web design, application development
___
http://www.altaircom.net | PGP: 0xC4F3579D | Phone (support): +420602137341
When it's inevitable, relax and enjoy it.

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Better xmailserver.org web page

2004-06-01 Thread Shawn Anderson
What about a perl scrip that reads in a few text files and generates the
site?

Shawn   

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, June 01, 2004 5:54 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Better xmailserver.org web page

On Tue, 1 Jun 2004, Michal Altair Valasek wrote:

 Hi, *!
 
 I was trying to find something at XMail web site. And the site is 
 terrible, because all on single page withount any reasonable structure 
 is not good choice. It's a shame, because there is a lot of web developers
among us.
 
 I am one of them. Davide, if you wish, I can design and create new web 
 site for XMail server, with simple, text-based and standards compliant
interface.
 It should be a static HTML, due that the mirrors are running on 
 different platforms.
 
 Of course, free of charge. Are you interested in it?

Ok, I have had many offers about this. Problems I can see are:

*) My pages are not only XMail ones, and I like consistent (even if 
   crappy) look

*) I do not know HTML very much and I like to edit pages pretty easily 
   with emacs

That being said, I like the style Beau uses here:

http://xmail.beaucox.com/

White background, soft pastel colors and that kind of fonts :-)

/me afraid to leave his crappy HTML design for a new one




- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Better xmailserver.org web page

2004-06-01 Thread Shawn Anderson
Nope, that's easy :)

I was thinking of a perl script that reads in a sing config file, that
config file.  This config file has the name of the style sheet that is to be
used, a list of files and titles (each file is 1 section).  So when you want
to add a new section, just add a new file entry to the config file and
create a the new file.  Each section file is just a simple html document.

What do you think?

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, June 01, 2004 6:46 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Better xmailserver.org web page

On Tue, 1 Jun 2004, Shawn Anderson wrote:

 What about a perl scrip that reads in a few text files and generates 
 the site?

That would be perfect :) I can manage to edit HTML, if I add to an existing
structure. The problems come when I ahve to add structure ;)



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Better xmailserver.org web page

2004-06-01 Thread Shawn Anderson
Interesting idea :)

Yes, as far as I can tell, you just create an html section begin html and
then you can use any standard html tag including img.  On top of that, you
could use the html2pod to convert your existing stuff into pod format:

http://search.cpan.org/~sburke/Pod-HTML2Pod-4.04/HTML2Pod.pm

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, June 01, 2004 7:16 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Better xmailserver.org web page

On Tue, 1 Jun 2004, Shawn Anderson wrote:

 Nope, that's easy :)
 
 I was thinking of a perl script that reads in a sing config file, that 
 config file.  This config file has the name of the style sheet that is 
 to be used, a list of files and titles (each file is 1 section).  So 
 when you want to add a new section, just add a new file entry to the 
 config file and create a the new file.  Each section file is just a simple
html document.
 
 What do you think?

I think I can live with editing HTML pages, buf I'd need all my pages
converted. For example, I like the .pod thing used for the XMail doc. I can
easily manage it. Isn't it possible to use it and give it a given style? For
example, does it support adding images (that some of my pages have)?




- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: ctrlclnt problem

2004-05-24 Thread Shawn Anderson
Did you add the user alex and password mypassword to the
ctrlaccounts.tab?  Remember you need to use xmcrypt to encrypt your
password before adding it to the ctrlaccounts.tab file.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of znndrp
Sent: Monday, May 24, 2004 10:10 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: ctrlclnt problem

Shawn Anderson wrote:

 Are you specifying a command to run?  Something like domainlist or 
 userlist?
 
 CtrlClnt is not an interactive shell application, it is something 
 you give a list of commands to.
 
 Ex:
 
 ctrlclnt -s sevenofnine -u alex -p mypassword domainlist
 
 Or
 
 ctrlclnt -s sevenofnine -u alex -p mypassword userlist foo.bar
 
 Etc.
 
 Does that help? 

Yep. I thought it was something like telnet :) But it says 'Bad controller
login' now... im sure my login is correct :/

this is in my ctrl.ipmap:
0.0.0.0  0.0.0.0  DENY  1
10.0.0.0  255.255.255.0  ALLOW  2

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about CustMapsList

2004-05-20 Thread Shawn Anderson
Thanks for the info :)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Thursday, May 20, 2004 4:32 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about CustMapsList

Hi,

|Question, in the docs, you have a . at the end of the example 
|maps-root -- is that . needed or is it a typo?

don't know if is *required*, but it's correct. 

All domain names are by definition ending with a dot, because the root
domain is .. If the dot is missing, is assumed that it's relative
regarding current domain.

So, if my hostname is falko.haje.altaircom.net, gateway means
gateway.haje.altaircom.net and www.microsoft.com means in theory
www.microsoft.com.haje.altaircom.net.

Practically, most of software is adding the dot automatically when the name
contains already one. But in DNS-related stuff (as zones and so on)
generally the strict format of name is required.

-- Michal Altair Valasek [EMAIL PROTECTED]
   Altair Communications - web hosting, web design, application development
___
http://www.altaircom.net | PGP: 0xC4F3579D | Phone (support): +420602137341
When it's inevitable, relax and enjoy it.

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



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

2004-05-17 Thread Shawn Anderson
Yes, the database layer is 100% abstracted.  I just wanted to include
something so that out of the box, this app will work.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Xmail
Sent: Monday, May 17, 2004 5:07 AM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

Shawn,
Would it be possible to abstract the db layer?  Many of us already run many
different DB's and would prefer not to have to add another.
-Original Message-
From: Shawn Anderson [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 16, 2004 11:38 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

Wow! I hat not idea I would start such a debate :)

Here is the thing of it all:  I have spent somewhere between 18 and 20 years
writing code. I have written in C/C++, Perl,  Pascal, Cobol, PowerBuilder
and a ton of other that are barely worth mentioning :) Each and every one
has its plus and minus :)  

Will I use Perl to do this? Nope, to be honest I really cannot stand Perl's
syntax.  It is an awesome language and I have written tons of code in it --
but I still don't like the syntax, especially when dealing with objects.
That's just my opinion.

Will I use C/C++ for this? Not unless there is a HUGE cry for me to switch
to it.  Why?  Because as great as the language is, I have to write all the
parsing code by hand, all the config code by hand, all the rendering code by
hand, etc etc etc.  It's a pain :) and time consuming -- and time is
something most of us probably have little to spare.

So why did I pick .NET and C#?  Because the CLR is an awesome run time
library with built in support for everything a developer could possible want
in a base library.  No need to deal with installing extra libraries, no need
to download extra code (Anyone ever try to get a CPAN component to work in
Windows, not an easy thing without a compiler also installed).

With all that said -- now for a progress up date :)

All of the core code is written.  I have a log importer that takes all the
log files and imports them into an embedded database.  I picked SQLite
(http://www.sqlite.org/) because it is free, open source, and ported to
windows and many unix systems. 

Once the logs are in the internal database, it is possible to run SQL
command against it.  So I wrote a reporting engine that will query that
database and generate the reports that we have all been looking for.  I took
this approach for a bunch of reasons, so I hope you will like the idea.  

All that I have left is to finish the actual queries on the data and then
the rendering of the output.  Once I have a few basic reports done I will
start posting some output and looking for some people to help me test it.

Also something that is worth noting, this report system will allow anyone to
add any reports that they can come up with -- all you will need to do is be
able to write your own SQL queries and edit/create your own config file.

All of with is done with a command line application, a few parameters, and a
config file.

If there is enough interest, I may be willing to create a webservice that
can be called to execute and return the reports -- but I will leave that for
a little later.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Sunday, May 16, 2004 9:47 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

On Mon, 17 May 2004, Michal Altair Valasek wrote:

[...]

Guys, when you go at those MS workshops, you DO NOT have to drink that
coffee! Now more than ever it is clear to me that it contains some sort of
poison, that you might even like if you're going for a rave, but it
definitely has a very long hang-over :-)



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



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

2004-05-16 Thread Shawn Anderson
Wow! I hat not idea I would start such a debate :)

Here is the thing of it all:  I have spent somewhere between 18 and 20 years
writing code. I have written in C/C++, Perl,  Pascal, Cobol, PowerBuilder
and a ton of other that are barely worth mentioning :) Each and every one
has its plus and minus :)  

Will I use Perl to do this? Nope, to be honest I really cannot stand Perl's
syntax.  It is an awesome language and I have written tons of code in it --
but I still don't like the syntax, especially when dealing with objects.
That's just my opinion.

Will I use C/C++ for this? Not unless there is a HUGE cry for me to switch
to it.  Why?  Because as great as the language is, I have to write all the
parsing code by hand, all the config code by hand, all the rendering code by
hand, etc etc etc.  It's a pain :) and time consuming -- and time is
something most of us probably have little to spare.

So why did I pick .NET and C#?  Because the CLR is an awesome run time
library with built in support for everything a developer could possible want
in a base library.  No need to deal with installing extra libraries, no need
to download extra code (Anyone ever try to get a CPAN component to work in
Windows, not an easy thing without a compiler also installed).

With all that said -- now for a progress up date :)

All of the core code is written.  I have a log importer that takes all the
log files and imports them into an embedded database.  I picked SQLite
(http://www.sqlite.org/) because it is free, open source, and ported to
windows and many unix systems. 

Once the logs are in the internal database, it is possible to run SQL
command against it.  So I wrote a reporting engine that will query that
database and generate the reports that we have all been looking for.  I took
this approach for a bunch of reasons, so I hope you will like the idea.  

All that I have left is to finish the actual queries on the data and then
the rendering of the output.  Once I have a few basic reports done I will
start posting some output and looking for some people to help me test it.

Also something that is worth noting, this report system will allow anyone to
add any reports that they can come up with -- all you will need to do is be
able to write your own SQL queries and edit/create your own config file.

All of with is done with a command line application, a few parameters, and a
config file.

If there is enough interest, I may be willing to create a webservice that
can be called to execute and return the reports -- but I will leave that for
a little later.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Sunday, May 16, 2004 9:47 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

On Mon, 17 May 2004, Michal Altair Valasek wrote:

[...]

Guys, when you go at those MS workshops, you DO NOT have to drink that
coffee! Now more than ever it is clear to me that it contains some sort of
poison, that you might even like if you're going for a rave, but it
definitely has a very long hang-over :-)



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



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

2004-04-29 Thread Shawn Anderson
I am a die hard C++ programmer :) But this project would take a lot more
time and require a large number of extra libraries if I were to use C++.
Think XML, Database access, possible UI.  All of this is part of the
..NET/Mono core library.  Is installing .NET/CLI that big of a deal?  Most
windows machines already have it.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mikhail
Sent: Thursday, April 29, 2004 3:45 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

Hi,
Oh. C#...
Let's see. If I want to use your reports system, I need CLI-Mono machine
(Common Language Infrastructure) be installed on my box. This is not good
dependency.
As far
as I know modern linux distributions (SuSE, Mandrake,
RedHat) do not include this machine. 

I could be great to use just C++ instead C#, users do not need any machine
in this case to run your application.
You can use C++ Qt library. Like for example Doxygen project does.
Or probably Gtk+ is good enough.

Another solution is java. Java machine is stable, and it is shipped with all
OSes, even win has java.

And one question.
Will your application be commercial or free?

Mikhail



- Original Message -
From : Shawn Anderson [EMAIL PROTECTED]
To   : [EMAIL PROTECTED]
Date : Wednesday, 28 April, 2004 05:00 PM Sub  : [xmail] Re: Xmail reports
-- anyone have a wish list?

 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 could be done
in
anything (Perl, ASP, ASP.NET) because the actual
report
engine will be something that is scheduled or run with parameters and it
will output the result to a file.  Shawn-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Fred Sent: Wednesday, April 28, 2004 9:59 AM To:
[EMAIL PROTECTED] Subject: [xmail] Re: Xmail reports -- anyone have a
wish list?  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 features your software gonna rox. 
2cents  -Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shawn Anderson Sent: 28
avril, 2004 08:35 To:
[EMAIL PROTECTED] Subject: [xmail] Xmail reports -- anyone have a wish
list?  Howdy,  I am starting to create a reporting system for the XMail
log files (I
have been needing something for a while), so I
thought
I would see if anyone had their own wish list. 
Right
now, here is what I am thinking:  Features:  -
Automatic report generation on a scheduled time
frame 
- Multiple output type (xml, html, etc)-
Graphs 
Reports (all will have a date range filter)-
Total
summary- Total summary by log type- Summary
by
day/hour   - Summary by incoming domain/user/ip
address- Summary by outgoing domain/user/ip
address- Top ten incoming domains/user/ip
address-
Top ten outgoing domains/user/ip address   - Top
ten
blocked domains/users/ip address (CustomMapsList)

Anyone have any thoughts and/or suggestions? 
Thanks Shawn- To unsubscribe from this
list:
send the line unsubscribe xmail in the body of a message to
[EMAIL PROTECTED] For general
help:
send the line help in the body of a message to [EMAIL PROTECTED] 
- To unsubscribe from this
list: send the line unsubscribe xmail in the
body of
a message to [EMAIL PROTECTED] For general
help:
send the line help in the body of a message to [EMAIL PROTECTED] 
 - To unsubscribe from this
list: send the line unsubscribe xmail in the body of a message to
[EMAIL PROTECTED] For general
help:
send the line help in the body of a message to
[EMAIL PROTECTED] 

  
 

Mikhail Tchoudinov
SmartPost project smartpost.sourceforge.net





-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



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

2004-04-29 Thread Shawn Anderson
I am curious, why do you say it is a Windows only solution?  Mono and GnuDot
are very well along in development and very stable.  They run on almost as
many platforms as Perl.

And while I do know Perl and have written many many applications in it, I am
not really fond of the syntax, the debugger, or the available IDEs for it :)
Plus, while it is extremely efficient in handling string and text data, it
is not very memory friendly if you know what I mean :)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Beau E. Cox
Sent: Thursday, April 29, 2004 11:55 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

On Thursday 29 April 2004 05:26 am, Shawn Anderson wrote:
 With how hard MS is pushing it out via there Update Services :)  Who 
 knows, but it sure makes development faster..


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of William Denniss
 Sent: Thursday, April 29, 2004 11:12 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

  On Thu, 2004-04-29 at 09:35, Shawn Anderson wrote:
   ...NET/Mono core library.  Is installing .NET/CLI that big of a 
   deal?  Most windows machines already have it.

 most developer  new machines at any rate.  If you were to count all 
 windows machines out there, I'd be very surprised to learn that most 
 did have .net installed.

 Will.

Hi -

So I guess this has become a Windows-only project. Well good luck.
Have you any idea how many Unix/Linux servers are out there?

I don't see your adversion to Perl which has everthing in place, via CPAN,
to accomplish all your needs: portable, avaiable modules for almost any
need, rapid development, ... Do you know perl?
Are you interested in supporting the non-Windows world?

Aloha = Beau;

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XMail quota monitor

2004-04-29 Thread Shawn Anderson
Check out:

http://xmail.eye-catcher.com/Community/Downloads/General/60.aspx

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Fred
Sent: Thursday, April 29, 2004 4:28 PM
To: [EMAIL PROTECTED]
Subject: [xmail] XMail quota monitor


Hi, maybe someone already written a script that does what i need, if yes
please post the url. I need something that will monitor all the mailboxes of
my xmail server to make sure the sum of all messages in each mbox isn't
bigger than specified in user.tab. If bigger, the script would send an email
to me so I can contact the user before he starts crying a river.

fred

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] CustMapsList and SMTP.IPPROP.TAB question

2004-04-29 Thread Shawn Anderson
Davide,

Would it be possible to add a way to skip the CustomMapsList look up based
on domains as well as IP address?  I have a few clients that are on dynamic
ip address for there outgoing mail server (business clients not end users)
and it would be great if I could just add there exact domain.

Shawn

-Original Message-
From: Shawn Anderson [mailto:[EMAIL PROTECTED]
Sent: Monday, April 26, 2004 4:25 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [xmail] Re: CustMapsList question?

Darn it, how did I miss that in the manual :)  Thanks.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bowen Moursund
Sent: Monday, April 26, 2004 4:21 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: CustMapsList question?

 Does anyone know if it is possible to exclude certain IPs/domains from 
 the CustMapsList check?

Yes, in smtp.ipprop.tab, e.g.:

xxx.xxx.xxx.xxx/32[TAB]WhiteList=1

--
Bowen Moursund
Email: [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: XMail quota monitor

2004-04-29 Thread Shawn Anderson
Hmm, I only tested it on perl-5.6.x

When I get a chance I'll try to test it on v5.8.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Fred
Sent: Thursday, April 29, 2004 5:02 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XMail quota monitor


Thanks for the reply Shawn, this is exactly what i need but unfortunately
the script does not work :(

I tried it on a redhat-8.0 box and on a FreeBSD-4.8 box, both are running
perl-5.8.0.

Do you know what is going on here:

[EMAIL PROTECTED] bin]# ./xmailquotamonitor.pl
.../xmailquotamonitor.pl: line 35: use: command not found
.../xmailquotamonitor.pl: line 36: use: command not found
.../xmailquotamonitor.pl: line 43: =: command not found
.../xmailquotamonitor.pl: line 44: =: command not found
.../xmailquotamonitor.pl: line 45: =: command not found
.../xmailquotamonitor.pl: line 48: =: command not found
.../xmailquotamonitor.pl: line 50: =: command not found
.../xmailquotamonitor.pl: line 53: =: command not found
.../xmailquotamonitor.pl: line 56: =: command not found
.../xmailquotamonitor.pl: line 57: =: command not found
.../xmailquotamonitor.pl: line 58: =: command not found
.../xmailquotamonitor.pl: line 59: =: command not found
.../xmailquotamonitor.pl: line 63: =: command not found
.../xmailquotamonitor.pl: line 71: =: command not found
.../xmailquotamonitor.pl: line 72: .=: command not found
.../xmailquotamonitor.pl: line 73: .=: command not found
.../xmailquotamonitor.pl: line 74: .=: command not found
.../xmailquotamonitor.pl: line 75: .=: command not found
.../xmailquotamonitor.pl: line 76: .=: command not found
.../xmailquotamonitor.pl: line 77: .=: command not found
.../xmailquotamonitor.pl: line 78: .=: command not found
.../xmailquotamonitor.pl: line 79: .=: command not found
.../xmailquotamonitor.pl: line 80: .=: command not found
.../xmailquotamonitor.pl: line 81: .=: command not found
.../xmailquotamonitor.pl: line 82: .=: command not found
.../xmailquotamonitor.pl: line 83: .=: command not found
.../xmailquotamonitor.pl: line 84: .=: command not found
.../xmailquotamonitor.pl: line 87: =: command not found
.../xmailquotamonitor.pl: line 89: my: command not found
.../xmailquotamonitor.pl: line 90: my: command not found
.../xmailquotamonitor.pl: line 92: my: command not found
.../xmailquotamonitor.pl: line 95: my: command not found
.../xmailquotamonitor.pl: line 96: my: command not found
.../xmailquotamonitor.pl: line 98: chomp: command not found
.../xmailquotamonitor.pl: line 104: syntax error near unexpected token `0,'
.../xmailquotamonitor.pl: line 104: `Output (0, XMQuotaMonitor);'
[EMAIL PROTECTED] bin]#


fred

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: 29 avril, 2004 16:36
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XMail quota monitor

Check out:

http://xmail.eye-catcher.com/Community/Downloads/General/60.aspx

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Fred
Sent: Thursday, April 29, 2004 4:28 PM
To: [EMAIL PROTECTED]
Subject: [xmail] XMail quota monitor


Hi, maybe someone already written a script that does what i need, if yes
please post the url. I need something that will monitor all the mailboxes of
my xmail server to make sure the sum of all messages in each mbox isn't
bigger than specified in user.tab. If bigger, the script would send an email
to me so I can contact the user before he starts crying a river.

fred

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: CustMapsList and SMTP.IPPROP.TAB question

2004-04-29 Thread Shawn Anderson
That doesn't help for emails coming from other SMTP servers, only people
connecting directly to my server.

Shawn
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Thursday, April 29, 2004 5:49 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: CustMapsList and SMTP.IPPROP.TAB question

On Thu, 29 Apr 2004, Shawn Anderson wrote:

 Davide,
 
 Would it be possible to add a way to skip the CustomMapsList look up 
 based on domains as well as IP address?  I have a few clients that are 
 on dynamic ip address for there outgoing mail server (business clients 
 not end users) and it would be great if I could just add there exact
domain.

Use SMTP auth.



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[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).

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of J=F8rn Aakre
Sent: Wednesday, April 28, 2004 9:21 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

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


- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 2:35 PM
Subject: [xmail] Xmail reports -- anyone have a wish list?


 Howdy,

 I am starting to create a reporting system for the XMail log files (I =
have
 been needing something for a while), so I thought I would see if =
anyone
had
 their own wish list.  Right now, here is what I am thinking:

 Features:
 - Automatic report generation on a scheduled time frame
 - Multiple output type (xml, html, etc)
 - Graphs

 Reports (all will have a date range filter)
 - Total summary
 - Total summary by log type
 - Summary by day/hour
 - Summary by incoming domain/user/ip address
 - Summary by outgoing domain/user/ip address
 - Top ten incoming domains/user/ip address
 - Top ten outgoing domains/user/ip address
 - Top ten blocked domains/users/ip address (CustomMapsList)

 Anyone have any thoughts and/or suggestions?

 Thanks
 Shawn


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[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
could be done in anything (Perl, ASP, ASP.NET) because the actual report
engine will be something that is scheduled or run with parameters and it
will output the result to a file.

Shawn  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Fred
Sent: Wednesday, April 28, 2004 9:59 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

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 features your software gonna rox.

2cents

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: 28 avril, 2004 08:35
To: [EMAIL PROTECTED]
Subject: [xmail] Xmail reports -- anyone have a wish list?

Howdy,

I am starting to create a reporting system for the XMail log files (I have
been needing something for a while), so I thought I would see if anyone had
their own wish list.  Right now, here is what I am thinking:

Features:
- Automatic report generation on a scheduled time frame
- Multiple output type (xml, html, etc)
- Graphs

Reports (all will have a date range filter)
- Total summary
- Total summary by log type
- Summary by day/hour
- Summary by incoming domain/user/ip address
- Summary by outgoing domain/user/ip address
- Top ten incoming domains/user/ip address
- Top ten outgoing domains/user/ip address
- Top ten blocked domains/users/ip address (CustomMapsList)

Anyone have any thoughts and/or suggestions?

Thanks
Shawn


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[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, 2004 11:17 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?


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 PROTECTED] was reported as a user but in fact, it wasn't an aliase
nor a user. Just to let you know that it seems to be complicated to code.

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.

2cents and sorry for the terrible english

fred

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: 28 avril, 2004 11:00
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

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
could be done in anything (Perl, ASP, ASP.NET) because the actual report
engine will be something that is scheduled or run with parameters and it
will output the result to a file.

Shawn  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Fred
Sent: Wednesday, April 28, 2004 9:59 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

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 features your software gonna rox.

2cents

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: 28 avril, 2004 08:35
To: [EMAIL PROTECTED]
Subject: [xmail] Xmail reports -- anyone have a wish list?

Howdy,

I am starting to create a reporting system for the XMail log files (I have
been needing something for a while), so I thought I would see if anyone had
their own wish list.  Right now, here is what I am thinking:

Features:
- Automatic report generation on a scheduled time frame
- Multiple output type (xml, html, etc)
- Graphs

Reports (all will have a date range filter)
- Total summary
- Total summary by log type
- Summary by day/hour
- Summary by incoming domain/user/ip address
- Summary by outgoing domain/user/ip address
- Top ten incoming domains/user/ip address
- Top ten outgoing domains/user/ip address
- Top ten blocked domains/users/ip address (CustomMapsList)

Anyone have any thoughts and/or suggestions?

Thanks
Shawn


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[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 =
be
changed, so I a new interface might be in order.  I have a basic =
template
system working or I could write a module for something like DNN or =
Rainbow
-- not sure yet.  On the subject of help, sure help is always welcome. =
As
soon as I get something started I'll let you know.  Send me an email at
[EMAIL PROTECTED] and we can talk more.

Shawn=20

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of J=F8rn Aakre
Sent: Wednesday, April 28, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

Hi,

Didn't want to suggest .Net in fear of being flamed here ;) C# ?  :)

Woudn't mind it using a database though, to keep the results. And let =
the
frontend generate the reports. Makes it easier to generate reports from =
date
- to date, etc.  Ofcourse this could (read: should) be done =
automatically
and cached to file daily for most reports.

I've also got a simple webadmin system for Xmail in C# ASP.Net, that =
could
be released whenever I get time to clean it up and remove some of our
business logic from it.

Please keep us informed when you start the project, and also if you need =
any
help/etc.


Regards,

J=F8rn

- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 4:59 PM
Subject: [xmail] Re: Xmail reports -- anyone have a wish list?


 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
 could be done in anything (Perl, ASP, ASP.NET) because the actual =
report
 engine will be something that is scheduled or run with parameters and =
it
 will output the result to a file.

 Shawn

 -Original Message-
 From: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED]
On
 Behalf Of Fred
 Sent: Wednesday, April 28, 2004 9:59 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Xmail reports -- anyone have a wish list?

 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 features your software gonna rox.

 2cents

 -Original Message-
 From: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED]
On
 Behalf Of Shawn Anderson
 Sent: 28 avril, 2004 08:35
 To: [EMAIL PROTECTED]
 Subject: [xmail] Xmail reports -- anyone have a wish list?

 Howdy,

 I am starting to create a reporting system for the XMail log files (I =
have
 been needing something for a while), so I thought I would see if =
anyone
had
 their own wish list.  Right now, here is what I am thinking:

 Features:
 - Automatic report generation on a scheduled time frame
 - Multiple output type (xml, html, etc)
 - Graphs

 Reports (all will have a date range filter)
 - Total summary
 - Total summary by log type
 - Summary by day/hour
 - Summary by incoming domain/user/ip address
 - Summary by outgoing domain/user/ip address
 - Top ten incoming domains/user/ip address
 - Top ten outgoing domains/user/ip address
 - Top ten blocked domains/users/ip address (CustomMapsList)

 Anyone have any thoughts and/or suggestions?

 Thanks
 Shawn


 -
 To unsubscribe from this list: send the line unsubscribe xmail in =
the
body
 of a message to [EMAIL PROTECTED] For general help: send the =
line
 help in the body of a message to [EMAIL PROTECTED]

 -
 To unsubscribe from this list: send the line unsubscribe xmail in =
the
body
 of a message to [EMAIL PROTECTED] For general help: send the =
line
 help in the body of a message to [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[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 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 Perl for SpamAssassin and
really are not happy about it. And I have a separate server just for e-mail
services. 

For small hosting solutions, where all is running on single machine, this
would be impossible and a security risk.

Use .NET for Win32 and Perl/PHP for Unix-like system. Don't try to mix the
words. Platform independent is from the same litter as One size fits
all. Does not fit comfortably anyone and does not run properly anywhere.

Even XMail has some issues coming from the multi-platform strategy, for
example with DNS resolution.

-- Michal Altair Valasek [EMAIL PROTECTED]
   Altair Communications - web hosting, web design, application development
___
http://www.altaircom.net | PGP: 0xC4F3579D | Phone (support): +420602137341
When it's inevitable, relax and enjoy it.

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] CustMapsList question?

2004-04-26 Thread Shawn Anderson
Does anyone know if it is possible to exclude certain IPs/domains from the
CustMapsList check?  For example I have one client that is in a blocked
subnet that is not his fault and he cannot change his ip address right now,
how can I allow him through the CustMapsList check?

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: CustMapsList question?

2004-04-26 Thread Shawn Anderson
Darn it, how did I miss that in the manual :)  Thanks.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bowen Moursund
Sent: Monday, April 26, 2004 4:21 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: CustMapsList question?

 Does anyone know if it is possible to exclude certain IPs/domains from 
 the CustMapsList check?

Yes, in smtp.ipprop.tab, e.g.:

xxx.xxx.xxx.xxx/32[TAB]WhiteList=1

--
Bowen Moursund
Email: [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Filter Question

2004-04-06 Thread Shawn Anderson
Sure it can be turned off.
Check this free add-in out:

http://www.slovaktech.com/attachmentoptions.htm

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Ken Larkman
Sent: Tuesday, April 06, 2004 3:37 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Filter Question

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey L. Conley
 Sent: Tuesday, April 06, 2004 1:29 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Filter Question
 
 
 
 Tell that to M$, newer versions of outlook and outlook express do just 
 that and there is no way to turn it off.

I suspect there is a way to turn it off. Either a registery hack or setting
somewhere. Outlook, particularly, is pretty customizable if you know what
you're doing with it.

However, the issue isn't client software. There is no reason to block
attachments if you have a good antivirus solution in place. I find Peter
Lindeman's solution in conjunction with ClamAV does a great job.

- Ken

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: DNS and Cached DNS in Xmail

2004-03-30 Thread Shawn Anderson
That would be a nice addition :)
S 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, March 30, 2004 2:04 PM
To: XMail mailing list
Subject: [xmail] Re: DNS and Cached DNS in Xmail

On Tue, 30 Mar 2004, Tracy wrote:

 FCrDNS: Take the connecting IP address, retrieve all PTR records 
 (hopefully only one, but possible to get more). Then take the PTR 
 record(s) and do A lookup on it. Compare the connecting IP address to 
 the A records returned - if no match, either the DNS for the 
 connecting IP has been misconfigured/corrupted, or it's being forged 
 by a spammer. (Of course, this assumes that RDNS is in place for all 
 connecting IP addresses - a policy I have implemented for my server 
 anyway.)
 
 RCfDNS: Take the HELO/HELO name, retrieve all A records. Starting with 
 the first returned A record, do PTR lookup. If HELO/EHLO matched PTR 
 found for any A record, assume valid, otherwise reject as 
 misconfigured/corrupt DNS or forgery.
 
 The RCfDNS is going to be expensive, due to the possible number of 
 lookups and the string comparisons,so it may not be worth the expense. 
 However the FCrDNS I definitely want to implement.
 
 I don't know if you would be interested in this kind of code or not 
 for inclusion in a future version - if so (and you can stand my poor 
 coding skills :) I'd be happy to share once I have something working...

Nope. But I was thinking that XMail could have a special filter call right
before sending the response to the DATA command. A file with all the info
(IPs, sender, recipients, etc..) will be passed to the filter, that in turn
can reject by returning certain error codes. So this stuff can be done with
filters. How do you like it?



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: SPF

2004-03-25 Thread Shawn Anderson
Now you are getting into that chicken or egg argument :-/  I agree, I would
love to see Xmail have more spam fighting capabilities in it.  The only way
we are going to see more usage of it on the internet is if we actually put
it in place :)
Sorry, wanted to add my thoughts -- this SPAM thing is really getting to me
and my customers...

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Thursday, March 25, 2004 6:13 PM
To: XMail mailing list
Subject: [xmail] Re: SPF

On Thu, 25 Mar 2004, Shiloh Jennings wrote:

   http://spf.pobox.com/intro.html
   = SPF is developing support in Postfix, Exim, Qmail, and Sendmail 
   What about XMail?
 
 I figured I would bring this topic back up.  :)  AOL is already 
 publishing SPF records for their domain.  Any email server with SPF 
 support is able to automatically filtering out forged aol.com email.  
 The support for SPF is growing (especially with big ISPs like AOL 
 supporting it now), and I would really like to see SPF support in an 
 upcoming version of XMail.  Any chance we might see SPF support in 1.18 or
2.x?

I'm sorry but my answer is the same. If I had to add piece of codes to fit
all those pseudo-standards (that born today to die tomorrow), XMail would be
bloated enough only for that. When/if a decent percent of the internet will
support such standard, I will add the code.



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: SPF

2004-03-25 Thread Shawn Anderson
I really do understand your point :)  But look at the amount of spam --
something needs to be done.  It looks like some serious players are backing
this particular idea.  
So what about going back the discussion that was on the list for a while
about a filter at is triggered just before the data section so that a
lookup like SPF or one of the others (if SPF doesn't make it).

And as much as I am not a fan of MS or AOL, between the two of them they
control way more than 0.001% of the mail traffic on the internet.  If you
add all the hotmail users and aol users, I would argue that you have more
than 30% of the internet mail users just in those two groups.  Plus even if
just those two support SPF, that would cut down on about 50% of the SPAM,
because it is those two addresses that spammers forge and use a lot of the
time.  Maybe it is not a perfect solution, but heck if I/we could cut out
30% of the SPAM -- that would be an awesome start :)

S

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Thursday, March 25, 2004 7:56 PM
To: XMail mailing list
Subject: [xmail] Re: SPF

On Thu, 25 Mar 2004, Shawn Anderson wrote:

 Now you are getting into that chicken or egg argument :-/  I agree, I 
 would love to see Xmail have more spam fighting capabilities in it.  
 The only way we are going to see more usage of it on the internet is 
 if we actually put it in place :)

So, should I drop in code for every sub-standard that pops up here and there
used at most by 0.001% of the internet?



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Wish list

2004-03-21 Thread Shawn Anderson
If you look at the way that Davide organized the code, I think that adding
OpenSSL would not be a lot of trouble :)  And it has already been ported to
most major platforms...
Just my $.0002 worth :)

S

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of decker
Sent: Sunday, March 21, 2004 3:58 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Wish list

Hi all,

One problem with using stunnel is that on most platforms all messages will
appear to come from localhost/127.0.0.1 since it will go:

sender - server-stunnel-ssl:465 - server-smtpd-cleartext:25 - rcpt

One thing to watch out for is that if you allow relaying from localhost
(almost all mail servers do by default i think?) then you allow yourself to
become an open relay since the smtpd will be seeing only the localhost ip
since the mail is coming from stunnel rather than a remote address.

stunnel does have a transparent mode but it doesn't always work:
http://www.stunnel.org/faq/transparent.html

Trying to write in SSL to xmail is a pretty large task I'd imagine and would
surely open the way for more pains than pleasures with it. Although I'd love
to see native SSL support I have to support the K.I.S.S. ideology in this
case.

-Darren
-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: For Davide: patch against double pop3 messages while using courier imap will be included ???

2004-03-03 Thread Shawn Anderson
Hmm, just a thought what about some sort of hook or filer that is more
general and can be used for this purpose?
Just a thought :) 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Wednesday, March 03, 2004 5:57 AM
To: xmail
Subject: [xmail] Re: For Davide: patch against double pop3 messages while
using courier imap will be included ???

On Tue, 24 Feb 2004, Mircea Ciocan wrote:

 Hi Davide,
 
 Did you decide to include this 6 liner patch in future 1.18 final 
 that helps people that are using courier-imap to not see double pop3 
 messages, I'd love to have it included in main tree and is very 
 un-intrusive.
 
 URL: http://mircea.smartpost.ro/download/POP3Svr.cpp.diff

Ouch :( I do not like to bolt-in MTA specific fixes into XMail. Please keep
it as separate patch.



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: change smtp port

2004-02-17 Thread Shawn Anderson
Have you looked at the command line parameters in the Documentation :)
Check under the SMTP section..
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Spyros Tsiolis
Sent: Tuesday, February 17, 2004 4:04 AM
To: [EMAIL PROTECTED]
Subject: [xmail] change smtp port

Hello again,

Any ideas if xmail can be configured to use an smtp port diferrent than the
normal ? (port 25) ?

s.




-
I merely function as a channel that filters music through the chaos of
noise
- Vangelis

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Version 2.0?

2004-02-09 Thread Shawn Anderson
Just thought I would ask on the status of version 2.0 :) 
Shawn


-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Default Account

2004-01-30 Thread Shawn Anderson
Look up the * alias in the manual :) 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Raphael Couto
Sent: Friday, January 30, 2004 2:52 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Default Account

I want to create an user account to catch all messages, when the dest user
doesn't exists.
Ex: 

Users: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

A message to [EMAIL PROTECTED] will be redirect to user Catch All



Is it possible?









 
-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: AW: Re: AW: Re: XMail growing memory image ...

2004-01-19 Thread Shawn Anderson
I am just curious because I had a 24 hour dns outage, and found my self
unsubscribed -- isn't that a little on the short side?
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Monday, January 19, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: AW: Re: AW: Re: XMail growing memory image ...

On Mon, 19 Jan 2004, Shawn Anderson wrote:

 Question, what is the period of time?

I don't remember. It's about the right time though :-)



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: SpamAssassin, XMail, Windows 2003

2003-12-01 Thread Shawn Anderson

It looks like spamassassin.bat cannot be found.  Did you edit the
configuration file and set the location?

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shiloh Jennings
Sent: Sunday, November 30, 2003 8:30 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003


Shawn

Here is some sample log:  (I replaced the real local user with
[EMAIL PROTECTED])

2003-11-30 19:29:23 Execute SpamAssassin Failed [Exception: The system
cannot find the file specified (Boolean
StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo), 0, Boolean
Start(), 0) ] [EMAIL PROTECTED] [EMAIL PROTECTED]
STATUS=UNKNOWN
2003-11-30 19:29:23 Write XMail Message Failed [Exception: Could not find
file C:\WINDOWS\TEMP\2003113007237301250.out.tmp. (Void WinIOError(Int32,
System.String), 0, Int64 get_Length(), 0) ] [EMAIL PROTECTED]
[EMAIL PROTECTED] STATUS=UNKNOWN
2003-11-30 19:29:23 Execute Failed [Exception: Could not find file
C:\WINDOWS\TEMP\2003113007237301250.out.tmp. (Void WriteXMailMessage(), 0,
Int32 Execute(), 0) ] [EMAIL PROTECTED]
[EMAIL PROTECTED] STATUS=UNKNOWN

I'm pretty sure that SpamAssassin is set up properly, because it works fine
with contentfilter from http://www.atinet.com.br/xmail/ .


- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 30, 2003 6:53 PM
Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003



 Can you send me a copy of the log file?  I'll take a look at it right
away.

 Shawn
 [EMAIL PROTECTED]

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Shiloh Jennings
 Sent: Sunday, November 30, 2003 7:45 PM
 To: XMail mailing list
 Subject: [xmail] SpamAssassin, XMail, Windows 2003


 I've got XMail 1.17 running on Windows 2003.  I installed SpamAssassin
v2.6,
 and tested it at the command prompt to make sure it is working.  However,
I
 cannot get SpamAssassin to work with XMail.  I've tried
 XMSpamAssassinFilterInstaller_1.1.2.msi and it appears to install
properly.
 However, it generates errors in the logs saying it failed to execute
 SpamAssassin.  I assume the correct path to be c:\perl\bin since that is
 where spamassassin.bat is located, but that does not seem to work.
Anybody
 have any idea what I need to do to get this working?

 -
 To unsubscribe from this list: send the line unsubscribe xmail in the
body
 of a message to [EMAIL PROTECTED] For general help: send the line
 help in the body of a message to [EMAIL PROTECTED]




 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: SpamAssassin, XMail, Windows 2003

2003-12-01 Thread Shawn Anderson

I'll take a look.  But I think that is just the default that I have setup.
I don't think the installer edits that line.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shiloh Jennings
Sent: Monday, December 01, 2003 12:58 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003


I thought I set the location to c:\perl\bin and spamassassin.bat is
definitely in that directory.  I will try to reinstall it and see what
happens.

I see what is going on now.  Your program set the path to e:\perl\bin in the
XML file.  I bet that 'e' looked like a 'c' when I was looking at it last
night.  Why is your installer defaulting the path to a drive that does not
even exist?  Why doesn't your installer check the path to perl and use that
info to make an educated guess as to the correct path?


- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 01, 2003 11:08 AM
Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003



 It looks like spamassassin.bat cannot be found.  Did you edit the
 configuration file and set the location?

 Shawn

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Shiloh Jennings
 Sent: Sunday, November 30, 2003 8:30 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003


 Shawn

 Here is some sample log:  (I replaced the real local user with
 [EMAIL PROTECTED])

 2003-11-30 19:29:23 Execute SpamAssassin Failed [Exception: The system
 cannot find the file specified (Boolean
 StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo), 0, Boolean
 Start(), 0) ] [EMAIL PROTECTED] [EMAIL PROTECTED]
 STATUS=UNKNOWN
 2003-11-30 19:29:23 Write XMail Message Failed [Exception: Could not
find
 file C:\WINDOWS\TEMP\2003113007237301250.out.tmp. (Void
WinIOError(Int32,
 System.String), 0, Int64 get_Length(), 0) ] [EMAIL PROTECTED]
 [EMAIL PROTECTED] STATUS=UNKNOWN
 2003-11-30 19:29:23 Execute Failed [Exception: Could not find file
 C:\WINDOWS\TEMP\2003113007237301250.out.tmp. (Void WriteXMailMessage(),
0,
 Int32 Execute(), 0) ] [EMAIL PROTECTED]
 [EMAIL PROTECTED] STATUS=UNKNOWN

 I'm pretty sure that SpamAssassin is set up properly, because it works
fine
 with contentfilter from http://www.atinet.com.br/xmail/ .


 - Original Message -
 From: Shawn Anderson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, November 30, 2003 6:53 PM
 Subject: [xmail] Re: SpamAssassin, XMail, Windows 2003


 
  Can you send me a copy of the log file?  I'll take a look at it right
 away.
 
  Shawn
  [EMAIL PROTECTED]
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Shiloh Jennings
  Sent: Sunday, November 30, 2003 7:45 PM
  To: XMail mailing list
  Subject: [xmail] SpamAssassin, XMail, Windows 2003
 
 
  I've got XMail 1.17 running on Windows 2003.  I installed SpamAssassin
 v2.6,
  and tested it at the command prompt to make sure it is working.
However,
 I
  cannot get SpamAssassin to work with XMail.  I've tried
  XMSpamAssassinFilterInstaller_1.1.2.msi and it appears to install
 properly.
  However, it generates errors in the logs saying it failed to execute
  SpamAssassin.  I assume the correct path to be c:\perl\bin since that is
  where spamassassin.bat is located, but that does not seem to work.
 Anybody
  have any idea what I need to do to get this working?
 
  -
  To unsubscribe from this list: send the line unsubscribe xmail in the
 body
  of a message to [EMAIL PROTECTED] For general help: send the line
  help in the body of a message to [EMAIL PROTECTED]
 
 
 
 
  -
  To unsubscribe from this list: send the line unsubscribe xmail in
  the body of a message to [EMAIL PROTECTED]
  For general help: send the line help in the body of a message to
  [EMAIL PROTECTED]
 

 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]



 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: SpamAssassin, XMail, Windows 2003

2003-11-30 Thread Shawn Anderson

Can you send me a copy of the log file?  I'll take a look at it right away.

Shawn
[EMAIL PROTECTED] 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shiloh Jennings
Sent: Sunday, November 30, 2003 7:45 PM
To: XMail mailing list
Subject: [xmail] SpamAssassin, XMail, Windows 2003


I've got XMail 1.17 running on Windows 2003.  I installed SpamAssassin v2.6,
and tested it at the command prompt to make sure it is working.  However, I
cannot get SpamAssassin to work with XMail.  I've tried
XMSpamAssassinFilterInstaller_1.1.2.msi and it appears to install properly.
However, it generates errors in the logs saying it failed to execute
SpamAssassin.  I assume the correct path to be c:\perl\bin since that is
where spamassassin.bat is located, but that does not seem to work.  Anybody
have any idea what I need to do to get this working?

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xmcrypt.cpp in VB

2003-11-27 Thread Shawn Anderson

I have a COM object that wraps it -- will that work?

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shiloh Jennings
Sent: Thursday, November 27, 2003 6:33 PM
To: [EMAIL PROTECTED]
Subject: [xmail] xmcrypt.cpp in VB


Has anybody converted xmcrypt.cpp to visual basic code?  I am writing some
code to migrate some of our servers over to XMail and all I still need is a
way to convert the clear text password to the encrypted string from within
my VB code.  Even an ActiveX dll would work.  I just do not want to shell a
task to xmcrypt.exe for each user account.

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Spamassasin stuff

2003-11-12 Thread Shawn Anderson

I am just about to release a new version that fixes this and a few other
issues plus adds a bunch of new features.  For a temporary workaround --
move the Filter into a folder that matches the 8.3 notation of dos, ex:
c:\Xmail\tools\filtes\xmsa 

That should get you up and running for now.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Ian Tait
Sent: Wednesday, November 12, 2003 4:11 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Spamassasin stuff


Hi,

I'm getting this error in the XMSpamAssasinFilter log file:

Unknown error: C:\Program
Files\eye-catcher.com\XMSpamAssassinFilter\XMSpamAssassinFilter.exe -FROM
[EMAIL PROTECTED] -RCPT [EMAIL PROTECTED] -MSGFILE
\\?\D:\Apps\xmail-1.17\MailRoot\spool\15\2\mess\1066574207415.5796.test
[Exception: Illegal characters in path. (System.String
GetDirectoryName(System.String), 0, System.String get_ApplicationPath(),
0) ]

The machine is running windows 2003(domain controller)/XMail 1.17 and
Spamassasin 2.6 (this is working (removing spam) with the scripts from
http://www.atinet.com.br/xmail/ - but I'd like to deal with the spam, rather
than just deleting it)

Using the latest XMSpamassassin [MSI Installer]

Email address above changed to protect the innocent.

Any ideas?

Cheers,

Ian



-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Looking for usage utility

2003-11-04 Thread Shawn Anderson

Ok, how about XMQuotaMonitor at the same URL?

It will not only email you a report, but it creates a nice neat HTML report
complete with graphs.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Healy
Sent: Tuesday, November 04, 2003 6:13 AM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Looking for usage utility


No I haven't, from the description it look like it only works with the log
files. I'm looking for something that will give me a quick report of domain,
user, mailbox size and number of messages at a minimum.

Bill

--
From:  Shawn Anderson[SMTP:[EMAIL PROTECTED]
Sent:  Monday, November 03, 2003 4:45 PM
To:[EMAIL PROTECTED]
Subject:   [xmail] Re: Looking for usage utility


Have you looked at XMailStats?

http://xmail.eye-catcher.com/Community/Downloads/General/default.aspx

Shawn

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Healy
Sent: Monday, November 03, 2003 5:01 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Looking for usage utility


Has anyone come up with a utility that will give a summary of how many 
messages and the total size of each xmail user's mailbox? Something 
that will allow me to see who has a lot of mail sitting on the server 
and how much space they are taking up.

Oh, need this for Windows xmail server.

Thanks,
 Bill

-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Looking for usage utility

2003-11-03 Thread Shawn Anderson

Have you looked at XMailStats?

http://xmail.eye-catcher.com/Community/Downloads/General/default.aspx

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Healy
Sent: Monday, November 03, 2003 5:01 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Looking for usage utility


Has anyone come up with a utility that will give a summary of how many
messages and the total size of each xmail user's mailbox? Something that
will allow me to see who has a lot of mail sitting on the server and how
much space they are taking up.

Oh, need this for Windows xmail server.

Thanks,
 Bill

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch all alias

2003-10-29 Thread Shawn Anderson

Add an alias * for the account you want.  What will do it.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Rosen
Sent: Wednesday, October 29, 2003 7:23 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Catch all alias


I have a need for a catch all alias that will forward all mail sent to a
domain to a single accountIs that doable with xmail?

Thanks


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about CTRL and error

2003-10-26 Thread Shawn Anderson

Same platform, different box.  It was a zip of the entire directory
structure, and I verified that I copied everything.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Healy
Sent: Saturday, October 25, 2003 2:07 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Question about CTRL and error


Was this a move between the same OS or across platform? Sounds like
something didn't get moved correctly, check the directory structure against
what is in the docs, could be that empty directories didn't get moved. Also
try stopping xmail, emptying the tabindex directory and restarting xmail. It
will rebuild the files automatically in tabindex.

Bill

--
From:  Shawn Anderson[SMTP:[EMAIL PROTECTED]
Sent:  Saturday, October 25, 2003 8:25 AM
To:[EMAIL PROTECTED]
Subject:   [xmail] Re: Question about CTRL and error


Hmm, I double checked the user name and password.  I even recreated the 
password.  This happened right after I move XMail to a new server and I 
still have not found a solution.  I just added a new user and password 
and that one works -- even though the old one (still in the file) doesn't.

Very odd.
Shawn

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Harrington
Sent: Friday, October 24, 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about CTRL and error


I've noticed this before.  It used to appear when the password was 
invalid, but the username was correct.  Now shows with either the 
username or password or both are incorrect.  However, if you just type 
in a username, and no password you will still get a Bad CTRL login 
error.  Is the password hash correct inside of the log file? :)

-Mike

- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 24, 2003 7:00 AM
Subject: [xmail] Question about CTRL and error



 Davide,

 What would cause a resource lock not found when trying to log in with 
 a valid ctrl account?

 Shawn

 -
 To unsubscribe from this list: send the line unsubscribe xmail in 
 the body of a message to [EMAIL PROTECTED] For general help: 
 send the line help in the body of a message to 
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about CTRL and error

2003-10-26 Thread Shawn Anderson

I am not sure what you mean since the ctrl server does not impersonate the
connecting user (xmail users are not nt users).  As for the ctrlclnt
application, all the user needs is execute priv's and that has nothing to do
with the account that is being used to access the ctrl server . 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jeffrey Laramie
Sent: Sunday, October 26, 2003 10:50 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about CTRL and error

 

Shawn Anderson wrote:
Same platform, different box. It was a zip of the entire directory
structure,and I verified that I copied everything. Shawn 1. Moved to new
system 2. User name stops working 3. Other user names work

I'm sure you already checked, but . . . this sounds an awful lot like a
system permissions problem. Does the person using CtrlClnt have adequate
filesystem permissions?


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about CTRL and error

2003-10-26 Thread Shawn Anderson

For one account and not for the others -- remember the accounts in
ctrlaccounts.tab file do not need to have corresponding mail accounts.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Healy
Sent: Sunday, October 26, 2003 3:40 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Question about CTRL and error


Zip doesn't get empty directories, I bet you have some missing.

Bill

--
From:  Shawn Anderson[SMTP:[EMAIL PROTECTED]
Sent:  Sunday, October 26, 2003 6:00 AM
To:[EMAIL PROTECTED]
Subject:   [xmail] Re: Question about CTRL and error


Same platform, different box.  It was a zip of the entire directory 
structure, and I verified that I copied everything.

Shawn

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Healy
Sent: Saturday, October 25, 2003 2:07 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Question about CTRL and error


Was this a move between the same OS or across platform? Sounds like 
something didn't get moved correctly, check the directory structure 
against what is in the docs, could be that empty directories didn't get 
moved. Also try stopping xmail, emptying the tabindex directory and 
restarting xmail. It will rebuild the files automatically in tabindex.

Bill

--
From: Shawn Anderson[SMTP:[EMAIL PROTECTED]
Sent: Saturday, October 25, 2003 8:25 AM
To:   [EMAIL PROTECTED]
Subject:  [xmail] Re: Question about CTRL and error


Hmm, I double checked the user name and password.  I even recreated 
the password.  This happened right after I move XMail to a new server 
and I still have not found a solution.  I just added a new user and 
password and that one works -- even though the old one (still in the file)
doesn't.

Very odd.
Shawn

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Harrington
Sent: Friday, October 24, 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about CTRL and error


I've noticed this before.  It used to appear when the password was 
invalid, but the username was correct.  Now shows with either the 
username or password or both are incorrect.  However, if you just type 
in a username, and no password you will still get a Bad CTRL login 
error.  Is the password hash correct inside of the log file? :)

-Mike

- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 24, 2003 7:00 AM
Subject: [xmail] Question about CTRL and error



 Davide,

 What would cause a resource lock not found when trying to log in 
 with a valid ctrl account?

 Shawn

 -
 To unsubscribe from this list: send the line unsubscribe xmail in 
 the body of a message to [EMAIL PROTECTED] For general help:
 send the line help in the body of a message to 
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in 
the body of a message to [EMAIL PROTECTED] For general help: 
send the line help in the body of a message to 
[EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in 
the body of a message to [EMAIL PROTECTED] For general help: 
send the line help in the body of a message to 
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about CTRL and error

2003-10-25 Thread Shawn Anderson

Hmm, I double checked the user name and password.  I even recreated the
password.  This happened right after I move XMail to a new server and I
still have not found a solution.  I just added a new user and password and
that one works -- even though the old one (still in the file) doesn't.

Very odd.
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Harrington
Sent: Friday, October 24, 2003 7:16 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about CTRL and error


I've noticed this before.  It used to appear when the password was invalid,
but the username was correct.  Now shows with either the username or
password or both are incorrect.  However, if you just type in a username,
and no password you will still get a Bad CTRL login error.  Is the password
hash correct inside of the log file? :)

-Mike

- Original Message -
From: Shawn Anderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 24, 2003 7:00 AM
Subject: [xmail] Question about CTRL and error



 Davide,

 What would cause a resource lock not found when trying to log in with a
 valid ctrl account?

 Shawn

 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Question about CTRL and error

2003-10-24 Thread Shawn Anderson

Davide,

What would cause a resource lock not found when trying to log in with a
valid ctrl account?

Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Black lists feature

2003-10-14 Thread Shawn Anderson

Hmm, I like both of the ideas :)  But would be happy with a domain level
filter along with the current global filters.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michail Tchoudinov
Sent: Tuesday, October 14, 2003 6:31 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Black lists feature


Feature request.
I was waiting for a long time about this, but too many spam mail and too =
many viruses coming to my server say me that my users really need this =
feature.

I need personal spam lists and/or domain spam lists.

I mean that would be great if each user gets=20 filters.in.tab and
filters.out.tab=20 in personal directory for personal use the same way as
mailproc.tab = presents there.

Thus each users gets the possibility to create it's own configurable = black
lists.

If it's too difficult to program,
That would be great to have at least domain wide filters.xxx.tab files.

This is because in multidomain environment it is not comfortable to have
server wide filters.xxx.tab files are common for all domains.
Domains should be independent as much as possible.=20


Mikhail Tchoudinov
SmartPost developer
http://www.smartpost.ro






-Opprinnelig melding-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
P=E5
vegne av Tuflipes
Sendt: 14. oktober 2003 12:01
Til: [EMAIL PROTECTED]
Emne: [xmail] Re: developers: will u solve mail command problem?


re,

yes it works, but it sends as nullf From: field.

Anyway i installed mutt and i made some script to send from mutt as a =
valid user From:

thks for support

- Original Message -=20
From: Davide Libenzi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 13, 2003 7:59 PM
Subject: [xmail] Re: developers: will u solve mail command problem?



 On Mon, 13 Oct 2003, [iso-8859-1] S=3DF6nke Ruempler wrote:

 
   For sending to root has been solved in version 1.17. You need to 
   =
add
   DEFAULT_DOMAIN=3D3Dmydomain parameter to /usr/sbin/sendmail =
script.
 
  NO !
 
  DEFAULT_DOMAIN is for MAIL_FROM, to if a mail comes from =
CronDaemon,
it
  becomes [EMAIL PROTECTED]
 
  Added domain completion to XMail's sendmail when the specified =
sender
  address (-f or -F) does not contain one. The environment variable =
(or
  registry in Windows) DEFAULT_DOMAIN is looked up to try to complete 
  =
the
  address.
 
  And the other thing is that php does not invoke the mail command. 
  =
by
  default it uses /usr/lib/sendmail (that is a symlink to 
  /usr/sbin/sendmail - you can edit that in you php.ini.
 
  maybe Davide changes the DEFAULT_DOMAIN parameter in that way that a
RCPT=3D
 _TO
  root would become [EMAIL PROTECTED].

 It already does ...



 - Davide

 -
 To unsubscribe from this list: send the line unsubscribe xmail in 
 the body of a message to [EMAIL PROTECTED] For general help: 
 send the line help in the body of a message to 
 [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Problem with Mailing lists.

2003-10-08 Thread Shawn Anderson

Davide,

I just ran into a pretty major issue with a mailing list and I am not sure
what happened or why. Here is the situation: I created a new mailing list
with the following user.tab:

RealName  Informantrelease
HomePage  
Address   ??
Telephone ??
MaxMBSize 10
SmtpPerms MR
ReceiveEnable 1
PopEnable 1

I then added 4717 users all with R access.  This morning, 10 different
users hit reply to the message I sent out and all 10 had there message sent
to the entire list.  One other thing to note is that I actually added my own
account with the R privilege and I was able to send out the initial email
to the list.  As far as I know, this should have been impossible, right?
BTW, I am running Xmail 1.16 on Win32.

Any idea as to why this happened?

Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Problem with Mailing lists.

2003-10-08 Thread Shawn Anderson

And the W should be for sending message, right?  If that is true, then why
could people send messages when they do NOT have the W?

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Wednesday, October 08, 2003 8:24 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Problem with Mailing lists.


On Wed, 8 Oct 2003, Shawn Anderson wrote:


 Ok, but then what is the purpose of the R permission for each user?

To receive messages.



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about filter return codes.

2003-09-29 Thread Shawn Anderson

I have (on windows) and it seems XMail drops the message and does not notify
anyone.   Is that expected behavior?

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Monday, September 29, 2003 1:06 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about filter return codes.


On Sun, 28 Sep 2003, Shawn Anderson wrote:


 Davide,

 I am curious about something,  what happens in I have a filter that 
 returns error codes that are negative?  For example -1 or -5?

I believe it depends on the OS. Try it ...



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question about filter return codes.

2003-09-29 Thread Shawn Anderson

No problem :)  but you missed the point, why is XMail doing that for
negative values?  I would expect it to ignore anything except what in the
docs, right?

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Monday, September 29, 2003 10:08 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question about filter return codes.


On Mon, 29 Sep 2003, Shawn Anderson wrote:


 I have (on windows) and it seems XMail drops the message and does not
notify
 anyone.   Is that expected behavior?

So, here's the rule. Do not return neg values.



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] [announce] XMSpamassassin Filter update.

2003-09-28 Thread Shawn Anderson

I just thought I would let everyone that there is a small update/bug fix to
the XMailSpamassassin Filter.  It correct an issue where the filter left
temp files in the system temp directory.  You can get the latest version
add: http://xmail.eye-catcher.com or
http://xmail.eye-catcher.com/Community/Downloads/XMail+Filters/default.aspx
for a direct link.

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Question about filter return codes.

2003-09-28 Thread Shawn Anderson

Davide,

I am curious about something,  what happens in I have a filter that returns
error codes that are negative?  For example -1 or -5?

Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: question about RDNS

2003-09-26 Thread Shawn Anderson

Try the one in the current SDK.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of jhon wong
Sent: Friday, September 26, 2003 9:42 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: question about RDNS

Hi Tracy,

You are right. I trid the nbtstat -A 218.246.127.68, it really return
NETBIOS name.

Yes,in windows platform,gethostbyaddr is adapted to NETBIOS. And
microsoft advise to use getnameinfo
instead of gethostbyaddr. please see:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/win
sock/gethostbyaddr_2.asp

But I can't find getnameinfo in winsock2.h at all with vc6.0.I don't
know why.

Best regards,
Jhon


- Original Message -
From: Tracy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 26, 2003 9:07 PM
Subject: [xmail] Re: question about RDNS


 You're running Windows, yes? If so, this is by design. If Windows is 
 not able to resolve an address by finding a PTR record, it attempts to 
 resolve the address using NetBIOS - to do this, it issues a NetBIOS 
 request to the machine in question and listens for a response. 
 Assuming no firewalls get in the way, the machine will answer that request
with it's computer name
 (the locally assigned name that was created during the installation of 
 Windows).

 Try using:

 nbtstat -A 211.149.111.76

 and see what comes back (note that the -A must be a capital A, not a 
 lower case a). I'm guessing that the name you are seeing in your mail 
 logs will show up in the output from that command. (I'd try it here, 
 to give you sample output, but I have NetBIOS blocked at my border 
 router.)

 At 09:13 9/26/2003, jhon wong wrote:


 Hi,Jeff:
 
 According to my knowledge, when gethostbyname execute RDNS 
 result,it should return FQDN result if ip has PTR.
 But I find that sometimes non FQDN result is returned and in fact 
 the ip hasn't PTR at all.
 That is the problem.
 
 
 
   
   Hi Davide,
  
   Could his problem have anything to do with Verisign's new policy 
   of redirecting lookups for bogus domains to one of their sites?
  
   Jeff
  
  
   -
   To unsubscribe from this list: send the line unsubscribe xmail 
   in the body of a message to [EMAIL PROTECTED] For general 
   help: send the line help in the body of a message to 
   [EMAIL PROTECTED]
  
  
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in 
 the body of a message to [EMAIL PROTECTED] For general help: 
 send the line help in the body of a message to 
 [EMAIL PROTECTED]


 -
 To unsubscribe from this list: send the line unsubscribe xmail in 
 the body of a message to [EMAIL PROTECTED] For general help: 
 send the line help in the body of a message to 
 [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: IMAP and XMail

2003-09-25 Thread Shawn Anderson

Yep, he is working on it now for version 2.0

If you check the list archive, you'll find lots of comments about IMAP and
XMail.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Leonardo Fogel
Sent: Thursday, September 25, 2003 11:06 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: IMAP and XMail

  On Mon, 15 Sep 2003, Michail Tchoudinov wrote:
 
  Courier-IMAP looks good, but has troubles with CRLF end of lines, 
  and produces double messages to POP after IMAP access.

I have written a _simple_ patch to Courier-IMAP-2.0.0 to solve the CRLF
problem. Please, find it attached.

XMail POP produces (more than) two copies of the same message because
Courier-IMAP renames the corresponding file - it adds the IMAP flags (Seen,
Deleted ...) to the file name - and XMail POP uses the file name as the
unique-id to the UIDL POP3 command. So, each different combination of
flags produces a different unique-id.

I guess it is quite easy to write a patch to XMail POP to solve that: the
UIDL command should ignore the IMAP flags on the file name.

 Or wait for XMail's IMAP.
 
 - Davide

Is there a XMail's IMAP project, Davide?




-- Binary/unsupported file stripped by Ecartis --
-- Type: application/octet-stream
-- File: courier-imap.diff
-- Desc: courier-imap.diff


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: AW: [ANNOUNCE] New Version of XMSpamassassin and new version of xmail mirror site.

2003-09-22 Thread Shawn Anderson

Cool, thanks for the feedback.

As far as the jobs, links, etc go -- if you register for the site, you can
added as many as you want. For file upload, right now, I will set people up
that request access.  But you are right, I forgot to leave these kinds of
details on the site :)

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Harald Schneider
Sent: Monday, September 22, 2003 2:59 AM
To: [EMAIL PROTECTED]
Subject: [xmail] AW: [ANNOUNCE] New Version of XMSpamassassin and new
version of xmail mirror site.


 In addition to this I would also like to announce a brand new version 
 of the Xmail Mirror website that I host Any ways, as always let me 
 know if you have any comments or thoughts :)

Thanks for your initiative! I'm sure the community will appreciate this
platform very much.
Especially the centralized, searchable file repository for all those tools
flying around.

Some things to improve:
- Your contact email address is missing.
- Downloads: the file entries should be browsable by platform.
- Downloads: How do I get upload access? No hints ...
- Jobs: There is no way to add entries.
- There should be a way to add links.
- Discuss: Currently there are 2 points of information. This newsgroup and
  http://xmailforum.homelinux.net/ . When you bring in a 3rd info center,
you should
  assure that mails posted to the new board are frequently answered by a
moderator.
  I think Davide spends enough of his time to lead this board here ;)
  You should also place links to the newsgroup and xmailforum
  to make sure that any newbie gets the full service ...

All the best,
Harald






-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: AW: Re: AW: [ANNOUNCE] New Version of XMSpamassassin and new version of xmail mirror site.

2003-09-22 Thread Shawn Anderson

My bad, I had the wrong rights assigned to new users.

All should be working now.

Thanks
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Harald Schneider
Sent: Monday, September 22, 2003 8:06 AM
To: [EMAIL PROTECTED]
Subject: [xmail] AW: Re: AW: [ANNOUNCE] New Version of XMSpamassassin and
new version of xmail mirror site.


Adding is not available after registering .. :-/

 -Urspr=FCngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Im Auftrag von Shawn Anderson
 Gesendet: Montag, 22. September 2003 14:00
 An: [EMAIL PROTECTED]
 Betreff: [xmail] Re: AW: [ANNOUNCE] New Version of=20  XMSpamassassin 
and new version of xmail mirror site.
=20
=20
=20
 Cool, thanks for the feedback.
=20
 As far as the jobs, links, etc go -- if you register for the=20  site, 
you can added as many as you want. For file upload,=20  right now, I 
will set people up that request access.  But you=20  are right, I 
forgot to leave these kinds of details on the site :) =20  Shawn =20  
-Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Harald Schneider
 Sent: Monday, September 22, 2003 2:59 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] AW: [ANNOUNCE] New Version of XMSpamassassin=20  and 
new version of xmail mirror site.
=20
=20
  In addition to this I would also like to announce a brand=20
 new version
  of the Xmail Mirror website that I host Any ways, as always let 
  me=20 know if you have any comments or thoughts :)
=20
 Thanks for your initiative! I'm sure the community will=20  appreciate 
this platform very much. Especially the=20  centralized, searchable 
file repository for all those tools=20  flying around.
=20
 Some things to improve:
 - Your contact email address is missing.
 - Downloads: the file entries should be browsable by platform.
 - Downloads: How do I get upload access? No hints ...
 - Jobs: There is no way to add entries.
 - There should be a way to add links.
 - Discuss: Currently there are 2 points of information. This=20  
newsgroup and
   http://xmailforum.homelinux.net/ . When you bring in a 3rd=20  info 
center, you should
   assure that mails posted to the new board are frequently=20  
answered by a moderator.
   I think Davide spends enough of his time to lead this board here ;)
   You should also place links to the newsgroup and xmailforum
   to make sure that any newbie gets the full service ...
=20
 All the best,
 Harald
=20
=20
=20
=20
=20
=20
 -
 To unsubscribe from this list: send the line unsubscribe=20  xmail 
in the body of a message to [EMAIL PROTECTED]  For general 
help: send the line help in the body of a=20  message to 
[EMAIL PROTECTED] =20 =20 =20 =20
 -
 To unsubscribe from this list: send the line unsubscribe=20  xmail 
in the body of a message to [EMAIL PROTECTED]  For general 
help: send the line help in the body of a=20  message to 
[EMAIL PROTECTED] =20

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] [ANNOUNCE] New Version of XMSpamassassin and new version of xmail mirror site.

2003-09-21 Thread Shawn Anderson

Howdy all,

I just thought I would let you know of two updates.  

First there is an update to the XMSpamassassin filter.  This new version
supports the new return codes in Xmail v1.16, fixes a few bugs, and handles
the corrupt messages that Spamassassin sometimes returns.

In addition to this I would also like to announce a brand new version of the
Xmail Mirror website that I host (xmail.eye-catcher.com).  This site is
geared more to a community web site.  It provides for a place for anyone
(that requests it) to be able to upload files related to xmail, edit the
information, etc.

BTW: Any old links most likely will not work anymore.  If this is a problem
for anyone, let me know and I will see what I can do.

Any ways, as always let me know if you have any comments or thoughts :)

Shawn
xmail.eye-catcher.com

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Exit codes for filters

2003-09-20 Thread Shawn Anderson

The changed in 1.16, not in 1.17.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Nick Marino
Sent: Saturday, September 20, 2003 6:34 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Exit codes for filters


Have the exit codes for filters changed between version 1.16 and 1.17?




---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 9/19/2003
Tested on: 9/20/2003 5:34:30 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: ANNOUNCE: XMail-WAI 3.8 (bugfix)

2003-09-16 Thread Shawn Anderson

Suggestion for the autoreply.

Instead of using mailer-daemon as the return address, use
username[EMAIL PROTECTED]

Right now, if I have 20 autoreplys set up for people in my company, there is
no easy way to tell which email is from which user.  Another option -- add a
custom X-header and check for the existing to prevent mail loops.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Monday, September 15, 2003 7:05 PM
To: [EMAIL PROTECTED]
Subject: [xmail] ANNOUNCE: XMail-WAI 3.8 (bugfix)


Hello,

new version 3.8 of WAI has been released. It fixes bug in working with
address book.

Download here:
http://software.altaircom.net/HomePage.aspx?template=3Dprdinfoxsl.produc=
tid=3Dx
mail-wai

-- Michal Altair Valasek
   Altair Communications - web hosting, web design, application =
development
_=
__
http://[EMAIL PROTECTED] | [EMAIL PROTECTED] | PGP 0xC4F3579D | Tel.: +420 603 828 =
493

When it's inevitable, relax and enjoy it.

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: ANNOUNCE: XMail-WAI 3.8 (bugfix)

2003-09-16 Thread Shawn Anderson

Ok, what about the change in the address name by appending -autoreply to
the users email address?  

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Tuesday, September 16, 2003 7:18 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: ANNOUNCE: XMail-WAI 3.8 (bugfix)


|option -- add a
|custom X-header and check for the existing to prevent mail loops.

I cannot be sure that possible autoreply at other side would preserve this
header, some stupid autoresponders don't.

-- Altair

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: How to reject message in SMTP transaction

2003-09-09 Thread Shawn Anderson

I am all for that :)

Anything I/we can do to help with the 2.x series?

Shawn=20

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of S=F6nke Ruempler
Sent: Tuesday, September 09, 2003 1:04 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: How to reject message in SMTP transaction


 I'll go further by saying that 1.17 will be the last 1.xx to have new=20
 features. 1.xx will go in bug-fix only. I need to work on 2.0 (IMAP).

GREAT - ok guys - no more feature requests - IMAP should by PRI 1 ;-)
-
To unsubscribe from this list: send the line unsubscribe xmail in the =
body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question/Request

2003-09-02 Thread Shawn Anderson

Cool, thanks :)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Monday, September 01, 2003 4:58 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question/Request


On Tue, 19 Aug 2003, Shawn Anderson wrote:


 Welcome back

 This is a repost :)



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Anderson
 Sent: Wednesday, August 13, 2003 9:22 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Question/Request


 Davide,

 Any chance you would consider adding a log for filters?  Just 
 something like what filter was launched and what the return code was.  
 To be honest this would make developing and debugging filters a lot
easier.

It will log in the console in debug mode in 1.17



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Unable to send mail using Port 24 SMTP

2003-09-02 Thread Shawn Anderson

If memory serves, in Eudora you need to define the mail server in the
following format mailserver:port. There in an entry in the FAQ on the
Eudora website on how to do this.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Healy
Sent: Tuesday, September 02, 2003 1:44 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Unable to send mail using Port 24 SMTP


Then either figure out how to change the port that Eudora connects to the
smtp server on or have xmail bind to ports 24 and 25. Check the docs, I
think you can have it listen on more than one port.

Bill

--
From:  Chris Jones[SMTP:[EMAIL PROTECTED]
Sent:  Tuesday, September 02, 2003 9:55 AM
To:[EMAIL PROTECTED]
Subject:   [xmail] Unable to send mail using Port 24 SMTP


I changed the SMPT port to 24 to get around the ISP blocking port 25.  
I changed the MX records for my domain name.  Now I can receive email 
no problem but I can no longer send email using Eudora on Windows 2000.  
Eudora gives an error: Could not connect to enersave.ca.  Cause:
connection refused (10061).

If I change the port back to 25 then I can send emails no problem?





Chris Jones, P. Eng.
14 Oneida Avenue
Toronto, ON M5J 2E3
Tel. 416 203-7465
Fax. 416 203-8249



-
To unsubscribe from this list: send the line unsubscribe xmail in the 
body of a message to [EMAIL PROTECTED] For general help: send the 
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: dumb question

2003-08-27 Thread Shawn Anderson

redirect in the mailproc.tab for said user. 

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of vin
Sent: Wednesday, August 27, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: [xmail] dumb question


I am sure this has been asked before so sorry, but couldn't find it
explained.

How do I forward a copy of every incoming mail message for a particular user
to another email address? I still want the original to end up in the same
place it always has. Further, is there a way to set up filters to
selectively forward messages?

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Question to all users of XMail

2003-08-21 Thread Shawn Anderson

Has anyone out there that is using XMail actually had their server taken
down by this latest rash of spam/virii?  I know that I am getting hammered
with it, but XMail continue on like a champ :)

Great work Davide!

Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Question/Request

2003-08-19 Thread Shawn Anderson

Welcome back

This is a repost :)

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Shawn Anderson
Sent: Wednesday, August 13, 2003 9:22 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Question/Request


Davide,

Any chance you would consider adding a log for filters?  Just something like
what filter was launched and what the return code was.  To be honest this
would make developing and debugging filters a lot easier.

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Question/Request

2003-08-19 Thread Shawn Anderson

:)

I hope you had a good one.

Thanks
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Davide Libenzi
Sent: Tuesday, August 19, 2003 5:44 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Question/Request


On Tue, 19 Aug 2003, Shawn Anderson wrote:


 Welcome back

 This is a repost :)

I'll put this in my queue (the vacation should have softened me up :)



- Davide

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: \\?\ in file name: bug or feature

2003-08-14 Thread Shawn Anderson

Michal,

Just search for and remove \\?\.  This is a guaranteed token that
Microsoft has designated for long file name.  I just created a .NET method
in my StringEx class that checks for that prefix (starting at pos 0) and if
it exists, removes it, otherwise it returns the original string.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Michal Altair Valasek
Sent: Monday, August 11, 2003 10:32 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: \\?\ in file name: bug or feature


|It is no problem. You can refer to Microsoft's document.
|Sorry I can't tell you the detail.

This *IS* problem, because file with that name cannot be opened (at least
under .NET). Unfortunately, searching for such obscure string is near to
impossible, so if you would remember more exact location, I'll be grateful.

Anyway, I solved it by removing these characters from beginning of string,
but i want to know what's this?

-- Altair

-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Question/Request

2003-08-14 Thread Shawn Anderson

Davide,

Any chance you would consider adding a log for filters?  Just what filter
was launched and what the return code was.  To be honest this would make
developing and debugging filters a lot easier.

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Feature Request

2003-08-04 Thread Shawn Anderson

How would that help SMTP to SMTP relay, as far as I know there is no way =
to
tell XMail to authenticate to a remote mail server when relaying.

Shawn=20

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of S=F6nke Ruempler
Sent: Monday, August 04, 2003 1:58 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Feature Request


 I was wonder if it would be possible to support dns entries in the=20
 smtprelay.tab file?  I have a few remote smtp servers that use dynamic =

 ip address, but I would like to allow them to relay through my main
server.
 Right now, every time they get a new address I need to change the ip=20
 in
the
 smtprelay.tab file.

maybe you force the remote smtp servers to use smtp auth.

-
To unsubscribe from this list: send the line unsubscribe xmail in the =
body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Feature Request

2003-08-01 Thread Shawn Anderson

Davide,

I was wonder if it would be possible to support dns entries in the
smtprelay.tab file?  I have a few remote smtp servers that use dynamic ip
address, but I would like to allow them to relay through my main server.
Right now, every time they get a new address I need to change the ip in the
smtprelay.tab file.

Thanks
Shawn

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] [ANNOUNCE] XMail.NET v1.0 Released!

2003-07-29 Thread Shawn Anderson

Introducing a new .NET library for working with XMail.  

It contains support for:
- CTRL protocol
- reading XMail log files
- support for all XMail log files
- direct support for log files to be viewed in a datagrid
- convert the log file to XML format
- working with XMail filters (locally and remotely),
- much, much, more

It also contains a near complete set of documentation with samples.

Come check it out at: http://xmail.eye-catcher.com/
Or download it directly from:
http://xmail.eye-catcher.com/files/tools/XMail.NET/XMail.NET.zip

Thanks
Shawn Anderson

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: @@FILE

2003-07-28 Thread Shawn Anderson

All Win32 api functions in windows will work with \\?\.  However non of the
C-Runtime functions will work well with it.  My suggestion, switch to using
Win32 API (CreateFile)

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Edinilson J. Santos
Sent: Monday, July 28, 2003 8:27 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: @@FILE


I'm using Windows 2000 not *nix and some file functions (in windows
scripting host) returns that the file doesn't exist with the \\?\ preceding
the path.

But no problems. If this is normal for XMail 1.15 or above I will remove the
\\?\ and then verify if the file exists.

Thank you

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


- Original Message -
From: T. Mike Howeth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 28, 2003 9:16 PM
Subject: [xmail] Re: @@FILE



that is a valid path; using that \\? business enables some path-handling
extensions in the OS, (super-long paths for one, as I
recall)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Edinilson J. Santos
Sent: Monday 28 July 2003 7:13 PM
To: [EMAIL PROTECTED]
Subject: [xmail] @@FILE
Importance: High



After some tests running XMail locally I could see that @@FILE is returning:
In version 1.12:
C:\MailRoot\spool\5\19\mess\1059437227441.3144.NBNOLVER

But, in version 1.17
\\?\C:\MailRoot\spool\5\19\mess\1059437227441.3144.NBNOLVER


Is this correct? Is there something wrong in server.tab?

Thanks

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/2003
-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general
help: send the line help in the body of a message to
[EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



  1   2   >