RE: So many lib directories, which one to use?

2003-10-23 Thread Noel J. Bergman
> Do I need to put them in $JAMES_HOME/dist/james-$VERSION/lib also? No. In fact, you can do rm -rf dist/* and let the build process re-create everything. I would start with $ ./build.sh clean and then do a build. You only need to add those two files to $JAMES_HOME/lib. --- Noel

Re: So many lib directories, which one to use?

2003-10-23 Thread Kenny Smith
Hi Noel, Do I need to put them in $JAMES_HOME/dist/james-$VERSION/lib also? Because I just tried to start James and it failed because it couldn't find the fetchmail conf. So, I commented that out in the assembly.xml and config.xml. Then when I did bin/run.sh again, it complained that it can't

RE: So many lib directories, which one to use?

2003-10-23 Thread Noel J. Bergman
> When I try to compile, either by simply executing "ant" or by using > "build.sh" (btw, which one should I be doing?), I get a bunch of > classes not found in the JavaMail API. I don't believe that the James v2 build process fetches dependencies. You can download JavaMail and JAF from Sun, or yo

IMAP support, update?

2003-10-23 Thread Gili
Is there any progress on IMAP support? Is it undergoing development at all? Gili On Thu, 23 Oct 2003 16:05:35 -0400, Noel J. Bergman wrote: >James v2.2.0a15 test build is posted. This has very minor changes to James >v2.2.0a14: > * fixed a mis-matched tags typo in fetchmail configurat

So many lib directories, which one to use?

2003-10-23 Thread Kenny Smith
Hey all, I know I've sent a million messages recently, and I appreciate your patience. Since I did so much hacking on my installation to finally get it to work, I'd like to try again and do it cleaner. I've moved my installation to a new name (so I can revert to it if neccesary) and I've chec

Re: SHA Message Digest Not Available

2003-10-23 Thread Kenny Smith
I'm able to use it from the command line: # cd /usr/local/james-server # java -cp lib/mail_1_3.jar:build/classes org.apache.james.security.DigestUtil -alg SHA stuff Hash is: Xu44OBOItvMO/dXFxvBn2/Ms but it refuses to work via the RemoteManager. :/ Kenny Kenny Smith wrote: Hi all, I really don

SHA Message Digest Not Available

2003-10-23 Thread Kenny Smith
Hi all, I really don't understand why I'm having so many problems... but I just tried to change a users password via the RemoteManager and got this: Exception: Security error: java.security.NoSuchAlgorithmException: SHA MessageDigest not available Any help? Kenny --

[ANN] James 2.2.0a15

2003-10-23 Thread Noel J. Bergman
James v2.2.0a15 test build is posted. This has very minor changes to James v2.2.0a14: * fixed a mis-matched tags typo in fetchmail configuration * updated to latest Commons DBCP and Pool releases * updated to dnsjava 1.4.3, which removes a JDK 1.4 dependency introduced in dnsjava 1.4.2 The

RE: Are Mail Attributes Neccessary?

2003-10-23 Thread Noel J. Bergman
> The new mail tables have fields for mail attributes. > My old tables don't... The code was deliberately crafted to accomodate existing systems. You do not need to have them. They are good to have, and some code will start to depend upon them. --- Noel ---

Are Mail Attributes Neccessary?

2003-10-23 Thread Kenny Smith
Hi all, Next question in the setup of the new server. The new mail tables have fields for mail attributes. My old tables don't... I have no problem getting them imported into the table, I'm just wondering if everything will be ok if the mail attributes column is empty. Any thoughts? Thanks, K

Re: James relay question

2003-10-23 Thread Brian C. Dilley
Cool, that looks like what I'm looking for. I guess I'll extend from RemoteDelivery to add my own functionality. On Thu, 2003-10-23 at 09:40, bill parducci wrote: > have you seen this: > > http://nagoya.apache.org/wiki/apachewiki.cgi?James/SmartOrSecondaryHost > > i believe it is the gener

Re: James relay question

2003-10-23 Thread bill parducci
have you seen this: http://nagoya.apache.org/wiki/apachewiki.cgi?James/SmartOrSecondaryHost i believe it is the general architecture you are looking for. b Brian C. Dilley wrote: Hi, i'm working on an anti spam project (You've probably heard this a million or more times) and i'm considerin

RE: James relay question

2003-10-23 Thread Brian C. Dilley
So if i wanted to provide my own functionality beyond that of the RemoteDelivery mailet I'd have to extend RemoteDelivery, do my stuff... and then call a super.service(..); correct? That way i can do my business logic, and still have the mail sent to another server. On Wed, 2003-10-22 at 11

Re: James relay question (and wiki)

2003-10-23 Thread Kenny Smith
Yeah... but... how to convey that in a nav-bar two inches wide? I feel your pain. :) I was having trouble coming up with something short also. Perhaps we have "wiki" where it is, and a longer explanation of what it is should be FAQ number one? (sample below..) It sounds like a good first step at

Re: James relay question (and wiki)

2003-10-23 Thread Serge Knystautas
Danny Angus wrote: Kenny, Yeah... but... how to convey that in a nav-bar two inches wide? Perhaps we have "wiki" where it is, and a longer explanation of what it is should be FAQ number one? (sample below..) FAQ #0, so we can leave the current FAQ's numbered as is. (so FAQ #2 still answers the

Re: James relay question (and wiki)

2003-10-23 Thread Danny Angus
Kenny, Yeah... but... how to convey that in a nav-bar two inches wide? Perhaps we have "wiki" where it is, and a longer explanation of what it is should be FAQ number one? (sample below..) Q/ Where can I find more (delete as applicable) help/tips/ instructions/information/documentation/m

[OT] Re: Connection to a servlet inside a mailet

2003-10-23 Thread Kenny Smith
I am trying to establish a connection to a servlet running on tomcat from inside my custom mailet. I am using httpClient package to create a filePost object to send to the servlet. It seems that nothing is happening when I create the object. Could someone tell me if it is possible to establish an

Re: James relay question (and wiki)

2003-10-23 Thread Kenny Smith
Hi Danny, I hear ya, but I really think it should imply Help information so that people who are looking for Help with something will identify with it as a link they should follow and actually put some time into exploring. If people aren't actually sure it has the help information, they will cli

Returning Mailbox Unavailable status "Online"

2003-10-23 Thread Danny Angus
James doesn't support this Why? well there are several reasons, read this http://james.apache.org/FAQ.html#2 By design James accepts all mail and makes decisions about their routing asynchronously - This reduces the impact of load spikes by allowing james to spool and de-spool messages to s

Returning Mailbox Unavailable status "Online"

2003-10-23 Thread Doron
Hi there, I have a matcher for a specific group of users and a 1 mailet to handle messages for these users. For all other users I would like James to return the status "550 Mailbox Unavailable". Namely, when another SMTP connects to my James server, right after the line: rcpt to:<[EMAIL PROTECTED

Connection to a servlet inside a mailet

2003-10-23 Thread Danny Angus
Karine, Using httpclient should do the job just fine. Mailets are created once upon startup or when the server chooses to. They are not destroyed but reused like servlets and must be thread safe. Therefore perhaps you need to keep all of your httpclient stuff in the service method? ___

Connection to a servlet inside a mailet

2003-10-23 Thread PINAULT Karine FTRD/DMI/REN
I am trying to establish a connection to a servlet running on tomcat from inside my custom mailet. I am using httpClient package to create a filePost object to send to the servlet. It seems that nothing is happening when I create the object. Could someone tell me if it is possible to establish an

V2.2 and Oracle MessageAttributes...

2003-10-23 Thread Scott Hamilton
I've just downloaded and installed James 2.2.0-a14 the database was already using 2.1 so the definition of INBOX was there. So I tried adding messageAttributes LONG RAW, but ofcourse Oracle replied only ONE long type column can exist per table. So I'm wondering has anyone actually us

Re: James relay question (and wiki)

2003-10-23 Thread Danny Angus
How about simply... "More Information (Wiki)" __ Maybe something like "Community Notes/Tips" or "Tips/Plans/Proposals" ? Kenny > Got any suggestions? I would leave Wiki in paratheses so other - To unsubs

RE: Message goes in a loop (received then sent from the server to itself)

2003-10-23 Thread Danny Angus
Alternatively check to make sure that you really do have two instance each bound to a single IP, and not one instance bound to both. Which might behave as you described. d. __ > Why does the server re-send the email to itself instead > of saving it in the user inbox??! Turn