> 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
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
> 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
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
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
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
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
--
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
> 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
---
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
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
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
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
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
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
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
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
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
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
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
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?
___
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
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
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
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
25 matches
Mail list logo