RE: Seperate Inbox tables

2010-10-25 Thread Carl Vorster
Hi, You can always use MySQL Partitioning, it'll address your requirements without adding complexity in James. http://dev.mysql.com/tech-resources/articles/mysql_5.1_partitions.html http://dev.mysql.com/doc/refman/5.1/en/partitioning.html http://www.slideshare.net/datacharmer/mysql-partitions-tu

RE: Bandwidth Usage

2010-09-06 Thread Carl Vorster
size = mail.getSize(); MailAddress recip = mail.getRecipient(); // store data } catch (MessagingException e) { log(e.getMessage()); } } } Bye, Norman 2010/9/6 Carl Vorster : > Hi Norman, > > Yes, you can say that, something l

RE: Bandwidth Usage

2010-09-06 Thread Carl Vorster
orman Maurer Sent: Monday, September 06, 2010 1:16 PM To: James Users List Subject: Re: Bandwidth Usage Hi Carl, ok so its not bandwith.. Its the amount of mail send and received per domain right ? Bye, Norman 2010/9/6 Carl Vorster : > Hi Norman, > > I need to track bandwidth usage i.e

RE: Bandwidth Usage

2010-09-06 Thread Carl Vorster
: Monday, September 06, 2010 12:49 PM To: James Users List Subject: Re: Bandwidth Usage Hi Carl, are you really want to track bandwith or storage ? Bye, Norman 2010/9/6 Carl Vorster : > Hi, > > I need to track bandwidth usage per domain/user. > > What would be the best approach

Bandwidth Usage

2010-09-06 Thread Carl Vorster
Hi, I need to track bandwidth usage per domain/user. What would be the best approach to tackle this? Thanks in advance. Carl - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail

RE: Tracking flow through james

2010-03-24 Thread Carl Vorster
its under heavy development and so things will get changed etc. svn co http://svn.apache.org/repos/asf/james/server/trunk Thean read BUILDING.txt Bye, Norman 2010/3/23 Carl Vorster : > Hi Norman, > > Thanks for the feedback. > How would I go about it using the version in trunk?

RE: Tracking flow through james

2010-03-23 Thread Carl Vorster
Carl, unfortunaly its not possible with current stable version. In trunk (current dev version) you could enable the trace of the camel route to see how the flow is. Bye, Norman 2010/3/23 Carl Vorster : > Hi, > > Is there an easy way to trace/track the path a email takes through james. &

Tracking flow through james

2010-03-23 Thread Carl Vorster
Hi, Is there an easy way to trace/track the path a email takes through james. I have a couple of custom mailets and processors, but am struggling to know how the mail flows. Thanks in advance Carl - To unsubscribe, e-mail: se

RE: Bayesian Mailet

2008-08-04 Thread Carl Vorster
Hi, No feedback for me? Thanks Carl -Original Message- From: Carl Vorster [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 9:38 PM To: 'James Users List' Subject: Bayesian Mailet Hi All, I've got a couple of questions regarding the Bayesian Analysis Mailet and

Bayesian Mailet

2008-07-30 Thread Carl Vorster
Hi All, I've got a couple of questions regarding the Bayesian Analysis Mailet and process. I've configured the BayesianAnalysisFeeder for ham and spam as well as the BayesianAnalysis mailet. I can feed ham and spam and I see data in the db tables. The analysis mailet is also working as I can see

RE: Processing Email Attachments...

2008-07-09 Thread Carl Vorster
Hi Ajay, Here's some code; change as required, I grab the folder to drop the attachments into from the config file using getInitParameter() in the init method. public void service(Mail mail) throws MessagingException { try { MimeMessage msg = (MimeMessage) ma

RE: Overriding DNS with hosts file

2008-04-16 Thread Carl Vorster
g DNS with hosts file Carl Vorster ha scritto: > Any ideas on this? > > Thanks There is a rule in this list: you have to reply yourself at least 3 times before we read your message, so we can't answer yet :-P Stefano -

RE: Overriding DNS with hosts file

2008-04-16 Thread Carl Vorster
Any ideas on this? Thanks -Original Message- From: Carl Vorster [mailto:[EMAIL PROTECTED] Sent: 14 April 2008 05:47 PM To: 'James Users List' Subject: Overriding DNS with hosts file Hi, I've got a couple of mail servers sitting behind a firewall and uses NAT. Proble

Overriding DNS with hosts file

2008-04-14 Thread Carl Vorster
Hi, I've got a couple of mail servers sitting behind a firewall and uses NAT. Problem I'm having is that when one mail server wants to route mail to the other it does a DNS lookup and gets the NATed IP i.e. the outside IP. I need it to use the private IP. I've changes the hosts file, but it doe

Access to attachment from Mailet

2007-10-26 Thread Carl Vorster
Hi, Is it possible to access/process a mail attachment from a mailet, I can't seem to find anything to point me in the right direction. Thanks in advance Carl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Weird behaviour with remote db repository

2005-12-30 Thread Carl Vorster
: Re: Weird behaviour with remote db repository Carl Vorster wrote: > Have any of you ran into a similar situation, or can point me into the right > direction of why this is happening? > mysql repair table spool; repair table inbox; exit; Let me know if this solve your problem. Mysql ta

Weird behaviour with remote db repository

2005-12-30 Thread Carl Vorster
Hi, Mail server: James 2.2.0 JDK 1.5 Windows 2000 server Repository: MySql 4.1 on dedicated db server Windows 2000 server I've been running James 2.2.0 in a production environment without problems for a couple of months now. Yesterday James's response times suddenly dropped to almost standstill