Re: Suggestions for Beginning Dev

2004-01-11 Thread Kenny Smith
Ok, thanks! I don't think I ever would have been able to figure that out on my own. :) Kenny On Jan 11, 2004, at 5:47 PM, Noel J. Bergman wrote: Kenny, If you are working in branch_2_1_fcs, you would have to subclass the compose method in the SMTPServer class, because we do not expose the com

Re: Suggestions for Beginning Dev

2004-01-11 Thread Kenny Smith
Hi Noel, Totally understood about preparing for change. I can't figure out how to get a ComponentManager. This is the code I'm trying to imitate from JDBCVirtualUserTable: ComponentManager componentManager = (ComponentMana

Suggestions for Beginning Dev

2004-01-11 Thread Kenny Smith
Hi all, I want to begin working on a greylisting implementation for James. I've been searching through code and reading the website, but I can't figure out how to get a JdbcDataSource from the avalon framework. Can anyone point me at a place to start? Maybe a source file that has an example? I

Re: How do I submit a patch?

2003-12-09 Thread Kenny Smith
Hi Marco, The James website has information on how to contribute: http://james.apache.org/contribute.html Kenny On Dec 9, 2003, at 2:29 PM, Marco Tedone wrote: Hi I found a very little bug in one source of the remote manager. How do I submit the patch? Is there any best practice I should foll

Unsure/Unable to Deploy Custom Mailets

2003-10-29 Thread Kenny Smith
Hi all, I'm still setting up my new server and I'm trying to deploy a custom mailet to it, but running into problems. I following the directions here: http://james.apache.org/custom_mailet_2_1.html I copied my jar into /usr/local/james-server/lib and executed: cd /usr/local/james-server cp ~/j

Re: [proposal] Doco

2003-10-28 Thread Kenny Smith
Hi Serge, I'm not familiar with what mozilla/thunderbird exactly is , but I use mozilla's stadard mail client and it allows multiple outgoing servers. I can create several outgoing servers and configure each of my incoming accounts to send outgoing mail through any one of them. I can't set it

fetchmail broken out of the box (was: Re: Missing Blocks are Fatal)

2003-10-23 Thread Kenny Smith
Hi all, Ok, I've downloaded a fresh version of james-2.2.0a15. I had to manually add mail_1_3.jar and activation.jar to the $JAMES_HOME/lib dir and I was able to build successfully. I cd'd to dist/james-2.2.0a15 and typed: bin/run.sh and it failed with the following error: ---

Re: James Version Incorrect (was: Re: Missing Blocks are Fatal)

2003-10-23 Thread Kenny Smith
Ah, *smacks forehead* thanks. Kenny Noel J. Bergman wrote: Aha! :-) You want *branch*_2_1_fcs, not *build_2_1_fcs :-) --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

James Version Incorrect (was: Re: Missing Blocks are Fatal)

2003-10-23 Thread Kenny Smith
Hi Noel, Yes, I did a: checkout -r build_2_1_fcs james-server and when I built, it was put in a 2.1 directory and the banner it displayed while starting up was 2.1 also. Kenny Are you saying that when you do a clean build it reports as James 2.1? That should be james-2.2.0a15. --- Noel ---

Re: Missing Blocks are Fatal (IBM java ok?)

2003-10-23 Thread Kenny Smith
Kenny Kenny Smith wrote: Hi Noel, I moved my current installation away and performed the following steps and received the same SHA MessageDigest not available: # cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login # cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout -r build_2_

Re: Missing Blocks are Fatal

2003-10-23 Thread Kenny Smith
Hi Noel, I moved my current installation away and performed the following steps and received the same SHA MessageDigest not available: # cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login # cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout -r build_2_1_fcs james-server --

Re: Missing Blocks are Fatal

2003-10-23 Thread Kenny Smith
Hi Noel, I kept the config that came with the new installation and went section by section adding stuff from my old one into the new one. Kenny Noel J. Bergman wrote: I actually did find the james-fetchmail.xml after looking for awhile, but James refused to see it when starting up. I don't know

Re: Missing Blocks are Fatal

2003-10-23 Thread Kenny Smith
Hi Noel, I actually did find the james-fetchmail.xml after looking for awhile, but James refused to see it when starting up. I don't know why. I've commented out the fetchmail block in the assembly.xml and James is starting just fine for me now. Kenny Noel J. Bergman wrote: Kenny, Block nam

Re: Missing Blocks are Fatal

2003-10-23 Thread Kenny Smith
problem you are seeing is generated by the container you are using. I.e. it isn't a James issue. Stephen. Kenny Smith wrote: Hi all, I'm trying to get a new installation of 2.2-dev working and I'm running into this error: org.apache.excalibur.containerkit.lifecycle.LifecycleExcept

Missing Blocks are Fatal

2003-10-23 Thread Kenny Smith
Hi all, I'm trying to get a new installation of 2.2-dev working and I'm running into this error: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "fetchmail" failed to pass through the Configuration stage. (Reason: org.apache.avalon.framework.configuration.Confi

Re: [proposal] Doco

2003-10-23 Thread Kenny Smith
Hi Stefano, I think the overall concept for this project is pretty cool and very well thought out. The one part that stands out to me as a weak link is the "reply" vs. "reply to all" mechanism. It seems prone to human errors and to things like vacation messages. How would conflicts be handled

Re: Db Columns

2003-10-03 Thread Kenny Smith
Hi David, That column is the name of the processor in your config.xml that the message is currently in. "root", "transport" , "error" , "spam" , etc... Kenny David Liles wrote: In the inbox table that was created by James there is a column "message_state". During initial testing to verify the c

Re: JDBCVirtualUserTable Patch?

2003-09-30 Thread Kenny Smith
ve a copy of the messages? Kenny Smith JournalScape.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JDBCVirtualUserTable Patch?

2003-09-30 Thread Kenny Smith
Hey all, I submitted a patch for JDBCVirtualUserTable a while back, but I haven't heard any response (maybe I just missed the responses). Did I submit improperly or are my changes bad, etc? I just wanted to find out so I can make any neccessary changes and resubmit. Thanks, Kenny -

Re: cvs commit: james-server/src/java/org/apache/james/dnsserverDNSServer.java

2003-08-29 Thread Kenny Smith
Hi Noel, Will the below change actually cause failures if I don't update my source? I'm using a binary dist for convenience so its difficult to integrate such changes. Kenny Smith [EMAIL PROTECTED] wrote: noel2003/08/28 22:22:13 Modified:src/java/org/apache/james/dns

Re: High CPU Load Followup (solved?)

2003-08-28 Thread Kenny Smith
Hi Noel, It looks like dnsjava 1.4 recognizes the loop... $ java -cp dnsjava-1.3.2.jar lookup www.wesfin.com *waits 1 minute* ^C $ $ java -cp lib/dnsjava-1.4.0.jar lookup www.wesfin.com www.wesfin.com: CNAME loop $ Kenny On Wednesday, August 27, 2003, at 02:01 PM, Noel J. Bergman wrote: Kenny

Re: High CPU Load Followup (solved?)

2003-08-27 Thread Kenny Smith
Hi Noel, I'm running James 2.2.0a9 with the dnsjava 1.3.2 jar. Is that the newer version you are referring to? Kenny It may already have been fixed. We're running newer dnsjava code with v2.2, and also have made changes in how we use it. --

Re: High CPU Load Followup (solved?)

2003-08-27 Thread Kenny Smith
e mail exchanger for wesfin.com. Thank you for your help, Noel. You are always my savior. I'm going to try to go find the code in org.xbill.DNS that is doing this so I can try to submit a patch. Kenny Smith Pastor of the First Church of Noel Noel J. Bergman wrote: Kenny, 64

Re: High CPU Load Followup

2003-08-27 Thread Kenny Smith
m going to need to switch to either a different version of James or a different mail server all together (and that would hurt, because I love James). Thanks, Kenny Kenny Smith wrote: Hi all, I think I just got a working profile file... I used "phoenix.sh check" to get a command

Re: High CPU Load Followup

2003-08-27 Thread Kenny Smith
Hi all, I think I just got a working profile file... I used "phoenix.sh check" to get a command and run it by hand, then added the -Xrunhprof to that. It seemed to work this time. I have no idea why it would work through the script. Kenny Kenny Smith wrote: Hi Steve, Thanks aga

Re: High CPU Load Followup

2003-08-27 Thread Kenny Smith
Hi Steve, Thanks again for all the help. I know this is a bit off topic, but since I'm trying to debug my James problem I hope you guys will give me some leniency. I'm trying to get a profile dump from james, but either I just don't understand or the documentation on how to use the java profil

Re: High CPU Load Followup

2003-08-27 Thread Kenny Smith
Hi Noel, That is definitely happening: [EMAIL PROTECTED] journalscape]$ mysqladmin status Uptime: 125498 Threads: 4 Questions: 1079424 Slow queries: 3 Opens: 64 Flush tables: 1 Open tables: 58 Queries per second avg: 8.601 [EMAIL PROTECTED] journalscape]$ mysqladmin status Uptime: 125499

Re: High CPU Load Followup

2003-08-27 Thread Kenny Smith
appreciate the ability to talk the problem out! Kenny Steve Short wrote: Kenny, Quick thought - RemoteDelivery has it's own queue in var/mail/outgoing. See if there are any messages in there. Steve -----Original Message- From: Kenny Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, Aug

High CPU Load Followup

2003-08-26 Thread Kenny Smith
receiving any email, so its not under load due to too much email.. I'm at my wits end, its negatively impacting the rest of my website. I'm starting to get Internal Server Errors because Apache can't get the CPU long enough to respond to a request. Any help at all

Re: [PATCH] JDBCVirtualUserTable - One-to-Many Mapping, Flexible SQL

2003-08-26 Thread Kenny Smith
The first mail had "JDBCVirtualUserTable.java.patch" and the second had JDBCVirtualUserTablePatch.jar :/ Kenny What was the original attachment name? There is some filtering on the list server. - To unsubscribe, e-mail: [EM

Re: High CPU Usage

2003-08-26 Thread Kenny Smith
On Sunday, August 24, 2003, at 12:30 PM, Noel J. Bergman wrote: When I start up James on my server, it grows very quickly (3-4 seconds) to using 95% of the CPU and it hovers above 90% forever. Define forever. 3 days and counting. Do you have any large file system repositories that are being prep

Re: [PATCH] JDBCVirtualUserTable - One-to-Many Mapping, Flexible SQL

2003-08-26 Thread Kenny Smith
Hi Noel, I've checked my sent mail 3 or 4 times now and I did attach the patch to both of my messages. Is the list software stripping out the attachment? Kenny We received no such attachment. Please resend, with the attachment in a .ZIP/.JAR or other. --

Re: [PATCH] JDBCVirtualUserTable - One-to-Many Mapping, Flexible SQL

2003-08-24 Thread Kenny Smith
Sorry, I could have sworn I attached it. Here it is in a jar. On Sunday, August 24, 2003, at 12:30 PM, Noel J. Bergman wrote: Kenny, We received no such attachment. Please resend, with the attachment in a .ZIP/.JAR or other. --- Noel --

High CPU Usage

2003-08-24 Thread Kenny Smith
Hi all, I know people have talked about this before and I tried searching through mail-archive.com, but I couldn't find a solution. When I start up James on my server, it grows very quickly (3-4 seconds) to using 95% of the CPU and it hovers above 90% forever. I'm running the v2.1.3 with java

[PATCH] JDBCVirtualUserTable - One-to-Many Mapping, Flexible SQL

2003-08-24 Thread Kenny Smith
ously, the possible queries are still limited because you can only bind user and host, but this improves the flexibility a great deal. Again, any suggestions, criticism, questions are all welcome. Thanks, Kenny Smith JournalScap

Re: [PATCH] mbox mail repository V2

2003-08-15 Thread Kenny Smith
consider probably 1000 messages to be very large. I would assume 50 to be either small or average. Kenny Smith JournalScape.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting forward address to multiple, comma separated, addresses

2003-08-14 Thread Kenny Smith
I've actually made some changes to JDBCVirtualUserTable that supports one to many delivery like you are asking for, but I didn't do it in a way that I felt generic enough to submit to the public (i.e. it's hackish and ugly) :) If you want, I can send you my current cop

Re: Same Email Downloaded Over and Over

2003-08-14 Thread Kenny Smith
Hi Harmeet, I removed the \n\n.\n\n at the end of the message, but the problem persisted. Kenny Smith JournalScape.com Harmeet Bedi wrote: - Original Message - The message it dies on is always a spam message, attached is the one currently causing my mailbox to freak out. See if

Same Email Downloaded Over and Over

2003-08-09 Thread Kenny Smith
09:08:20 INFO pop3server: Connection for kenny from 65.115.124.241 (65.115.124.241) closed. Any thoughts? Kenny Smith JournalScape.com Return-Path: <[EMAIL PROTECTED]> Received: from bpcfis10.fis.ucm.es ([147.96.27.217]) by journalscape.com (JAMES SMTP Server 2.1.2) with SMTP

Re: s p e w s

2003-08-05 Thread Kenny Smith
ng a list of people.. the ISP is blocking you." While technically, I understand the loophole, it's stupid not to take responsibility for your actions. If you've been listed in SPEWS, you might as well switch ISPs because nothing will save you. Kenny Smith SPEWS Hater Serge Knystautas