Is this an error? Trying to create a hypersonic db store

2002-08-13 Thread Steve

Hello all.

I am trying to setup James using HypersonicSQL as my db stores. I just downloaded 
james-2.1a1 in an attempt to start with the latest version (short of CVS).

I have 
- modified my SAR-INF/config.xml so that all (I hope) mailets and stores use the db 
option.
- I have added hypersonic connection parameters to the  section.
- I have updated the sqlResources.xml
added dbMatcher for Hypersonic
added sql's for hypersonic

James now starts up without reporting any errors.
I can use the telnet client to add and list users.
I can send emails to James, from james, and within james.

Once, when I was sending an email to myself, I noted the following in the run window:

C:\james-2.1a1\bin>run
Using PHOENIX_HOME:   C:\james-2.1a1
Using PHOENIX_TMPDIR: C:\james-2.1a1\temp
Using JAVA_HOME:  c:\jdk1.3

Phoenix 4.0a4

James 2.1a1
Started POP3 Server plain:110
Started SMTP Server plain:25
Started NNTP Server plain:119
java.lang.RuntimeException: Did not find a record Mail1029306580132-2 in spool
at org.apache.james.mailrepository.JDBCMailRepository.retrieve(JDBCMailR
epository.java:454)
at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.ja
va:205)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Ex
ecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread
.java:80)
java.lang.RuntimeException: Exception while retrieving mail: Did not find a reco
rd Mail1029306580132-2 in spool
at org.apache.james.mailrepository.JDBCMailRepository.retrieve(JDBCMailR
epository.java:494)
at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.ja
va:205)
at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Ex
ecutableRunnable.java:47)
at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread
.java:80)

However, I did receive the email. Is this a problem? In general, I want to test the 
setup. What tests would you suggest, and what logs should I look for?

Thanks!

Steve B.

PS - the JDBC How-To makes it sound like you have only to add info to the 
database-connections section. This may be a bit misleading as there are many places in 
the config.xml that need to be commented and uncommented. It may be worth listing them 
as when I eventually realized there were additional changes to be made, it took me a 
couple tries to find them all...just a suggestion.



Making james a relay agent

2002-08-13 Thread Minh Chiem


Hi all. Would anyone know how I would go about making james a email relay
agent? By this, I mean the following steps

1. mail server forwards mail to james
2. james get mail and mailets do things
3. unmodified mail gets sent off to what its meant to do.




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James hates mozilla? (or it just loves file handles to go with its lizards)

2002-08-13 Thread Andrew C. Oliver

I mean another alpha or whatever.  (2.0a4 or whatever)

Danny Angus wrote:
> Yeah, but as someone who relies on James to provide solid service I'm still
> not convinced we have all the wrinkles out, there've probably been more, and
> more extensive, changes in this cycle than in any other this year.
> 
> d.
> 
> 
>>-Original Message-
>>From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew C. Oliver
>>Sent: 13 August 2002 19:46
>>To: [EMAIL PROTECTED]
>>Subject: Re: James hates mozilla? (or it just loves file handles to go
>>with its lizards)
>>
>>
>>I updated this file from the head and it worked!  Thanks again!
>>
>>Between this and the SMTP auth fixes its probably getting prime time for
>>a new build if you ask me.. . These changes alone are worth it.
>>(speaking as a dumb user)
>>
>>-Andy
>>
>>Stephan Schiessling wrote:
>>
>>>There was a bug in pop3 of James (it is already fixed in CVS),
>>
>>which may
>>
>>>couse the problem.
>>>Since you like patches, you may try to modify it by hand:
>>>In the source file
>>>src/java/org/apache/james/core/MimeMessageSource.java
>>>in the method getMessageSize()
>>>the InputStream "in" must be closed.
>>>
>>>Bye,
>>>
>>>Stephan Schiessling
>>>
>>>
>>>Andrew C. Oliver wrote:
>>>
>>>
I recently installed JAMES (2.0.a3 and added the recent patches to
enable SMTP authentication with Mozilla).  However, after getting a
couple days worth of mail.  James has decided to end its relationship
with my mozilla 1.0 pop client.  It claims that it will simply require
more file handles.  Well I've increased them by x5 and it still wants
more.

It does look like mail2web.com is able to communicate, and I can
telnet to the server on port 110 and do it by hand (albeit its not
very convienient) and its happy but boy it sure hates the lizard.

Anyone have any ideas?  Any patches to fix this?  Mozilla works with
all my other email accounts.

-Andy




--
To unsubscribe, e-mail:

For additional commands, e-mail:



>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
> 
> 
> For additional commands, e-mail: 





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: James hates mozilla? (or it just loves file handles to go with its lizards)

2002-08-13 Thread Noel J. Bergman

> Yeah, but as someone who relies on James to provide solid service I'm
still
> not convinced we have all the wrinkles out, there've probably been more,
and
> more extensive, changes in this cycle than in any other this year.

Off-hand, my impression is that the majority of them have been of a nature
to fix issues, and not too much in the way of feature additions.  Most
patches have been from folks using James and wanting it to be even more
stable, reliable, performant.

--- Noel


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: James hates mozilla? (or it just loves file handles to go with its lizards)

2002-08-13 Thread Danny Angus

Yeah, but as someone who relies on James to provide solid service I'm still
not convinced we have all the wrinkles out, there've probably been more, and
more extensive, changes in this cycle than in any other this year.

d.

> -Original Message-
> From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew C. Oliver
> Sent: 13 August 2002 19:46
> To: [EMAIL PROTECTED]
> Subject: Re: James hates mozilla? (or it just loves file handles to go
> with its lizards)
>
>
> I updated this file from the head and it worked!  Thanks again!
>
> Between this and the SMTP auth fixes its probably getting prime time for
> a new build if you ask me.. . These changes alone are worth it.
> (speaking as a dumb user)
>
> -Andy
>
> Stephan Schiessling wrote:
> >
> > There was a bug in pop3 of James (it is already fixed in CVS),
> which may
> > couse the problem.
> > Since you like patches, you may try to modify it by hand:
> > In the source file
> > src/java/org/apache/james/core/MimeMessageSource.java
> > in the method getMessageSize()
> > the InputStream "in" must be closed.
> >
> > Bye,
> >
> > Stephan Schiessling
> >
> >
> > Andrew C. Oliver wrote:
> >
> >> I recently installed JAMES (2.0.a3 and added the recent patches to
> >> enable SMTP authentication with Mozilla).  However, after getting a
> >> couple days worth of mail.  James has decided to end its relationship
> >> with my mozilla 1.0 pop client.  It claims that it will simply require
> >> more file handles.  Well I've increased them by x5 and it still wants
> >> more.
> >>
> >> It does look like mail2web.com is able to communicate, and I can
> >> telnet to the server on port 110 and do it by hand (albeit its not
> >> very convienient) and its happy but boy it sure hates the lizard.
> >>
> >> Anyone have any ideas?  Any patches to fix this?  Mozilla works with
> >> all my other email accounts.
> >>
> >> -Andy
> >>
> >>
> >>
> >>
> >> --
> >> To unsubscribe, e-mail:
> >> 
> >> For additional commands, e-mail:
> >> 
> >>
> >>
>
>
>
>
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: limits and features

2002-08-13 Thread Lindsay Smith

Another alternative is talked about a lot in the mail archives - look
through the James User mail archives for "javaservice".  You need to get a
copy of the "javaservice" program - I just checked and the web site where
you download it seems to be down.  If you can't get hold of the javaservice
program and want it, let me know and I'll check if I still have a copy at
work.

eg
http://www.mail-archive.com/james-user@jakarta.apache.org/msg01354.html



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 14 August 2002 04:21
To: 'Airton'; 'James Users List'
Subject: RE: limits and features


my sieve like memory fails me again,

looks like its just called 'the java service wrapper'

sourceforge page is

http://sourceforge.net/projects/wrapper/

I've used it for a few small apps and it does the trick,
it also supports unix, restarting the jvm in the event of a crash and such.

Sean

-Original Message-
From: Airton [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2002 11:17
To: James Users List; [EMAIL PROTECTED]
Subject: Re: limits and features


i couldn't find neither on sourceforge or on google for "jsrvnt".
are you sure about that?


- Original Message -
From: <[EMAIL PROTECTED]>
To: "'James Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 10:50 PM
Subject: RE: limits and features


> if you use jsrvnt  (its on sourceforge) , you can run james ( or any java
> app for that matter)
> as a java service.
>
> -Original Message-
> From: Airton [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 10:00
> To: James Users List
> Subject: limits and features
>
>
> hi
>
> 1. how to limit the message size?
> 2. is it possible to inform the sender (with a back message) that his
> message reached the destination box and when that user open it (like
> m$exchange, lotus etc) ?
> 3. james is able to run as a service on windows?
>
> thanks
>
>
> (sorry for my english: it is not my native language)
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: hidden password

2002-08-13 Thread Noel J. Bergman

Sam,

True.  But you should only be doing that from localhost, it is not logged
anywhere, you should not allow non-authorized users access to a sniffer, and
you can clear your screen after you enter the command.

Eventually there will be a different interface.

--- Noel

-Original Message-
From: Sam Kirkpatrick [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 11:36
To: James Users List
Subject: Re: hidden password


I believe he was referring to the telnet admin interface.  When you issue
the adduser command, you must specify the password in plain text, e.g.

  adduser mary hadalittlelamb

Currently, there is no way to hide the password portion of the command.

Sam


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: limits and features

2002-08-13 Thread sean

my sieve like memory fails me again,

looks like its just called 'the java service wrapper'

sourceforge page is

http://sourceforge.net/projects/wrapper/

I've used it for a few small apps and it does the trick,
it also supports unix, restarting the jvm in the event of a crash and such.

Sean

-Original Message-
From: Airton [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2002 11:17
To: James Users List; [EMAIL PROTECTED]
Subject: Re: limits and features


i couldn't find neither on sourceforge or on google for "jsrvnt".
are you sure about that?


- Original Message -
From: <[EMAIL PROTECTED]>
To: "'James Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 10:50 PM
Subject: RE: limits and features


> if you use jsrvnt  (its on sourceforge) , you can run james ( or any java
> app for that matter)
> as a java service.
>
> -Original Message-
> From: Airton [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 10:00
> To: James Users List
> Subject: limits and features
>
>
> hi
>
> 1. how to limit the message size?
> 2. is it possible to inform the sender (with a back message) that his
> message reached the destination box and when that user open it (like
> m$exchange, lotus etc) ?
> 3. james is able to run as a service on windows?
>
> thanks
>
>
> (sorry for my english: it is not my native language)
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James hates mozilla? (or it just loves file handles to go with its lizards)

2002-08-13 Thread Andrew C. Oliver

I updated this file from the head and it worked!  Thanks again!

Between this and the SMTP auth fixes its probably getting prime time for 
a new build if you ask me.. . These changes alone are worth it. 
(speaking as a dumb user)

-Andy

Stephan Schiessling wrote:
> 
> There was a bug in pop3 of James (it is already fixed in CVS), which may 
> couse the problem.
> Since you like patches, you may try to modify it by hand:
> In the source file
> src/java/org/apache/james/core/MimeMessageSource.java
> in the method getMessageSize()
> the InputStream "in" must be closed.
> 
> Bye,
> 
> Stephan Schiessling
> 
> 
> Andrew C. Oliver wrote:
> 
>> I recently installed JAMES (2.0.a3 and added the recent patches to 
>> enable SMTP authentication with Mozilla).  However, after getting a 
>> couple days worth of mail.  James has decided to end its relationship 
>> with my mozilla 1.0 pop client.  It claims that it will simply require 
>> more file handles.  Well I've increased them by x5 and it still wants 
>> more.
>>
>> It does look like mail2web.com is able to communicate, and I can 
>> telnet to the server on port 110 and do it by hand (albeit its not 
>> very convienient) and its happy but boy it sure hates the lizard.
>>
>> Anyone have any ideas?  Any patches to fix this?  Mozilla works with 
>> all my other email accounts.
>>
>> -Andy
>>
>>
>>
>>
>> -- 
>> To unsubscribe, e-mail:   
>> 
>> For additional commands, e-mail: 
>> 
>>
>>





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: limits and features

2002-08-13 Thread Airton

i couldn't find neither on sourceforge or on google for "jsrvnt".
are you sure about that?


- Original Message -
From: <[EMAIL PROTECTED]>
To: "'James Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 10:50 PM
Subject: RE: limits and features


> if you use jsrvnt  (its on sourceforge) , you can run james ( or any java
> app for that matter)
> as a java service.
>
> -Original Message-
> From: Airton [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 10:00
> To: James Users List
> Subject: limits and features
>
>
> hi
>
> 1. how to limit the message size?
> 2. is it possible to inform the sender (with a back message) that his
> message reached the destination box and when that user open it (like
> m$exchange, lotus etc) ?
> 3. james is able to run as a service on windows?
>
> thanks
>
>
> (sorry for my english: it is not my native language)
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: limits and features

2002-08-13 Thread sean

if you use jsrvnt  (its on sourceforge) , you can run james ( or any java
app for that matter)
as a java service.

-Original Message-
From: Airton [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2002 10:00
To: James Users List
Subject: limits and features


hi

1. how to limit the message size?
2. is it possible to inform the sender (with a back message) that his
message reached the destination box and when that user open it (like
m$exchange, lotus etc) ?
3. james is able to run as a service on windows?

thanks


(sorry for my english: it is not my native language)



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James hates mozilla? (or it just loves file handles to go withitslizards)

2002-08-13 Thread Andrew C. Oliver

Hey, turned out Stephan Schiessling knew what the problem was.. .see his 
message.. .thanks.

Danny Angus wrote:
> SMTP Auth has been the subject of a few patches recently, I suspect you may
> have spotted a bug.
> Could you submit it to bugzilla for us?
> 
> Is it Moz that runs out of handles or James, I assume that if its still
> working via telnet it'll be Moz, are they on the same machine?
> d.
> 
> 
>>-Original Message-
>>From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew C. Oliver
>>Sent: 13 August 2002 13:19
>>To: [EMAIL PROTECTED]
>>Subject: James hates mozilla? (or it just loves file handles to go with
>>itslizards)
>>
>>
>>I recently installed JAMES (2.0.a3 and added the recent patches to
>>enable SMTP authentication with Mozilla).  However, after getting a
>>couple days worth of mail.  James has decided to end its relationship
>>with my mozilla 1.0 pop client.  It claims that it will simply require
>>more file handles.  Well I've increased them by x5 and it still
>>wants more.
>>
>>It does look like mail2web.com is able to communicate, and I can telnet
>>to the server on port 110 and do it by hand (albeit its not very
>>convienient) and its happy but boy it sure hates the lizard.
>>
>>Anyone have any ideas?  Any patches to fix this?  Mozilla works with all
>>my other email accounts.
>>
>>-Andy
>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>For additional commands, e-mail:
>>
>>





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James hates mozilla? (or it just loves file handles to go with its lizards)

2002-08-13 Thread Andrew C. Oliver

Excellent!  Thanks!

Stephan Schiessling wrote:
> 
> There was a bug in pop3 of James (it is already fixed in CVS), which may 
> couse the problem.
> Since you like patches, you may try to modify it by hand:
> In the source file
> src/java/org/apache/james/core/MimeMessageSource.java
> in the method getMessageSize()
> the InputStream "in" must be closed.
> 
> Bye,
> 
> Stephan Schiessling
> 
> 
> Andrew C. Oliver wrote:
> 
>> I recently installed JAMES (2.0.a3 and added the recent patches to 
>> enable SMTP authentication with Mozilla).  However, after getting a 
>> couple days worth of mail.  James has decided to end its relationship 
>> with my mozilla 1.0 pop client.  It claims that it will simply require 
>> more file handles.  Well I've increased them by x5 and it still wants 
>> more.
>>
>> It does look like mail2web.com is able to communicate, and I can 
>> telnet to the server on port 110 and do it by hand (albeit its not 
>> very convienient) and its happy but boy it sure hates the lizard.
>>
>> Anyone have any ideas?  Any patches to fix this?  Mozilla works with 
>> all my other email accounts.
>>
>> -Andy
>>
>>
>>
>>
>> -- 
>> To unsubscribe, e-mail:   
>> 
>> For additional commands, e-mail: 
>> 
>>
>>





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: limits and features

2002-08-13 Thread Peter M. Goldstein



Aiden,

> 1. how to limit the message size?

This can be done by using the maxmessagesize parameter in the James
configuration under the SMTP server section.

> 2. is it possible to inform the sender (with a back message) that his
> message reached the destination box and when that user open it (like
> m$exchange, lotus etc) ?

You're referring to read and delivery receipts here.

Read receipts are a client generated phenomenon and interpreted
phenomenon.  The sending client program (i.e. Microsoft Outlook)
attaches a header to request a receipt and the receiving client program
generates a reply.  So in theory, and in the test I ran just now, that
all works.

Delivery receipts are another kettle of fish entirely.  As I understand
it, delivery receipts are processed by the server.  James doesn't do any
delivery receipt processing, and my recent test failed to elicit a
delivery receipt.

> 3. james is able to run as a service on windows?

Yep.  Please see the FAQ on the James site.  It describes the process of
setting up James to run as a service on Windows.

--Peter



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




limits and features

2002-08-13 Thread Airton

hi

1. how to limit the message size?
2. is it possible to inform the sender (with a back message) that his
message reached the destination box and when that user open it (like
m$exchange, lotus etc) ?
3. james is able to run as a service on windows?

thanks


(sorry for my english: it is not my native language)



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: hidden password

2002-08-13 Thread Airton

you're right, Sam

thank you all.


- Original Message -
From: "Sam Kirkpatrick" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 12:35 PM
Subject: Re: hidden password


> I believe he was referring to the telnet admin interface.  When you issue
> the adduser command, you must specify the password in plain text, e.g.
>
>   adduser mary hadalittlelamb
>
> Currently, there is no way to hide the password portion of the command.
>
> Sam
>
>
> - Original Message -
> From: "Noel J. Bergman" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 13, 2002 9:08 AM
> Subject: RE: hidden password
>
>
> > If you are refering to the POP log, that is fixed in the current CVS
> > version.  There is not support at the moment for James users to change
> their
> > password, but perhaps you could implement that with a mailet, although
> you'd
> > want the e-mail to be sent over SSL.
> >
> > --- Noel
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: hidden password

2002-08-13 Thread Sam Kirkpatrick

I believe he was referring to the telnet admin interface.  When you issue
the adduser command, you must specify the password in plain text, e.g.

  adduser mary hadalittlelamb

Currently, there is no way to hide the password portion of the command.

Sam


- Original Message -
From: "Noel J. Bergman" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 9:08 AM
Subject: RE: hidden password


> If you are refering to the POP log, that is fixed in the current CVS
> version.  There is not support at the moment for James users to change
their
> password, but perhaps you could implement that with a mailet, although
you'd
> want the e-mail to be sent over SSL.
>
> --- Noel
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James configuration

2002-08-13 Thread Hontvari Jozsef

The order is important, first check for and deliver any local mail. And only
after that check relaying. The default config file is working exactly in
this way.


- Original Message -
From: "Conan Edogawa" <[EMAIL PROTECTED]>
To: "James user" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 2:59 PM
Subject: James configuration


> I've configured James with "RemoteAddrNotInNetwork = abc.def.*" to prevent
spamming and now all incomming mails are spam except from abc.def.*.
> I want to know how to configure James to prevent spamming AND able to
receipt mails from Internet. Thanks.
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




multiple domains

2002-08-13 Thread Ali Muhammad

I am very new to James. I was wondering if it is possible to configure James 
for multiple domains.

-Ali




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: hidden password

2002-08-13 Thread Noel J. Bergman

If you are refering to the POP log, that is fixed in the current CVS
version.  There is not support at the moment for James users to change their
password, but perhaps you could implement that with a mailet, although you'd
want the e-mail to be sent over SSL.

--- Noel


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James hates mozilla? (or it just loves file handles to go withits lizards)

2002-08-13 Thread Stephan Schiessling


There was a bug in pop3 of James (it is already fixed in CVS), which may couse the 
problem.
Since you like patches, you may try to modify it by hand:
In the source file
src/java/org/apache/james/core/MimeMessageSource.java
in the method getMessageSize()
the InputStream "in" must be closed.

Bye,

Stephan Schiessling


Andrew C. Oliver wrote:
> I recently installed JAMES (2.0.a3 and added the recent patches to 
> enable SMTP authentication with Mozilla).  However, after getting a 
> couple days worth of mail.  James has decided to end its relationship 
> with my mozilla 1.0 pop client.  It claims that it will simply require 
> more file handles.  Well I've increased them by x5 and it still wants more.
> 
> It does look like mail2web.com is able to communicate, and I can telnet 
> to the server on port 110 and do it by hand (albeit its not very 
> convienient) and its happy but boy it sure hates the lizard.
> 
> Anyone have any ideas?  Any patches to fix this?  Mozilla works with all 
> my other email accounts.
> 
> -Andy
> 
> 
> 
> 
> -- 
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




hidden password

2002-08-13 Thread Airton

hi,
is there an way not to show the password been typing by the user on its
creation on a telnet session?
could the user change its password after?

thanks



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: James configuration

2002-08-13 Thread Hontvari Jozsef

The order is important, first check for and deliver any local mail. And only
after that check relaying. The default config file is working exactly in
this way.

- Original Message -
From: "Conan Edogawa" <[EMAIL PROTECTED]>
To: "James user" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 2:59 PM
Subject: James configuration


> I've configured James with "RemoteAddrNotInNetwork = abc.def.*" to prevent
spamming and now all incomming mails are spam except from abc.def.*.
> I want to know how to configure James to prevent spamming AND able to
receipt mails from Internet. Thanks.
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




James configuration

2002-08-13 Thread Conan Edogawa

I've configured James with "RemoteAddrNotInNetwork = abc.def.*" to prevent spamming 
and now all incomming mails are spam except from abc.def.*.
I want to know how to configure James to prevent spamming AND able to receipt mails 
from Internet. Thanks.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: James hates mozilla? (or it just loves file handles to go with itslizards)

2002-08-13 Thread Danny Angus

SMTP Auth has been the subject of a few patches recently, I suspect you may
have spotted a bug.
Could you submit it to bugzilla for us?

Is it Moz that runs out of handles or James, I assume that if its still
working via telnet it'll be Moz, are they on the same machine?
d.

> -Original Message-
> From: news [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew C. Oliver
> Sent: 13 August 2002 13:19
> To: [EMAIL PROTECTED]
> Subject: James hates mozilla? (or it just loves file handles to go with
> itslizards)
>
>
> I recently installed JAMES (2.0.a3 and added the recent patches to
> enable SMTP authentication with Mozilla).  However, after getting a
> couple days worth of mail.  James has decided to end its relationship
> with my mozilla 1.0 pop client.  It claims that it will simply require
> more file handles.  Well I've increased them by x5 and it still
> wants more.
>
> It does look like mail2web.com is able to communicate, and I can telnet
> to the server on port 110 and do it by hand (albeit its not very
> convienient) and its happy but boy it sure hates the lizard.
>
> Anyone have any ideas?  Any patches to fix this?  Mozilla works with all
> my other email accounts.
>
> -Andy
>
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: send email

2002-08-13 Thread Danny Angus

Thanks,
You have to set the names of some DNS servers in the config.xml file, James
will use these to lookup the MX records for the domain and then be able to
deliver to the correct destinations. (you will find the addresses of some
legitimate DNS servers to use if you look at your machine's netwrok
settings)

check out the mail archive, where this subject has been covered before, and
check the FAQ's on the website.

d.

> -Original Message-
> From: Neelam Iyer [mailto:[EMAIL PROTECTED]]
> Sent: 13 August 2002 12:49
> To: James Users List
> Subject: send email
>
>
> Hi
> I have created users on james on my machine.I have tried to send
> email using
> Outlook Express.The email goes only for the users I have registered on my
> james.What should I do to send a email from  james  to a remote machine.
> Please help.
>
> Neelam K. Iyer
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




James hates mozilla? (or it just loves file handles to go with itslizards)

2002-08-13 Thread Andrew C. Oliver

I recently installed JAMES (2.0.a3 and added the recent patches to 
enable SMTP authentication with Mozilla).  However, after getting a 
couple days worth of mail.  James has decided to end its relationship 
with my mozilla 1.0 pop client.  It claims that it will simply require 
more file handles.  Well I've increased them by x5 and it still wants more.

It does look like mail2web.com is able to communicate, and I can telnet 
to the server on port 110 and do it by hand (albeit its not very 
convienient) and its happy but boy it sure hates the lizard.

Anyone have any ideas?  Any patches to fix this?  Mozilla works with all 
my other email accounts.

-Andy




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




send email

2002-08-13 Thread Neelam Iyer

Hi 
I have created users on james on my machine.I have tried to send email using
Outlook Express.The email goes only for the users I have registered on my
james.What should I do to send a email from  james  to a remote machine.
Please help.

Neelam K. Iyer



RE: sending mail

2002-08-13 Thread Danny Angus


Please read this: http://jakarta.apache.org/site/mail.html particularly the
section titled

"Do your best to ensure that you are not sending HTML or Stylelized email to
the list. "

-Original Message-
From: Neelam Iyer [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2002 12:03
To: James Users List
Subject: sending mail


Hi
I have created users on james on my machine.I have tried to send email using
Outlook Express.The email goes only for the users I have registered on my
james.What should I do to send a email from  james  to a remote machine.
Please help
Neelam K. Iyer
(Software Engineer)
-
S. K. International
SK House, 94-A, Avval Baug,
DSP Road, Dadar (E),
Mumbai - 400014
Email : [EMAIL PROTECTED]
Tel: +91 22 4161727
Fax: +91 22 4161726
Url : www.skinternational.com



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




sending mail

2002-08-13 Thread Neelam Iyer



Hi 
I have created users on james on my 
machine.I have tried to send email using Outlook Express.The email goes only for 
the users I have registered on my james.What should I do to send a email 
from  james  to a remote machine.
Please help
Neelam K. 
Iyer(Software 
Engineer)-S. K. InternationalSK House, 94-A, Avval Baug,DSP Road, Dadar 
(E),Mumbai - 400014Email : [EMAIL PROTECTED] Tel: +91 22 4161727Fax: +91 22 4161726Url 
: www.skinternational.com   

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


Re: creating users

2002-08-13 Thread Adrian

you got it correct  you telnet localhost 4555
it asks for the root name , type it in
it asks for the password  type it in (check in config.xml)
### then type help for options
adduser bob bobpass   ## Adds user bob with bobpass as a password
quit   ## to exit

- Original Message -
From: "Bicnic" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 13, 2002 6:22 AM
Subject: Re: creating users


> > Hi.
> > I didn't understand how to create users in James.
>
> Use telnet (on port 4555) like this :
>
> # telnet localhost 4555
> enter your root name and your root password
>
> # adduser username password
> you can type HELP for all commands
>
> Bicnic
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: creating users

2002-08-13 Thread Bicnic

> Hi.
> I didn't understand how to create users in James.

Use telnet (on port 4555) like this :

# telnet localhost 4555
enter your root name and your root password

# adduser username password
you can type HELP for all commands

Bicnic


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




creating users

2002-08-13 Thread Airton

Hi.
I didn't understand how to create users in James.

Could someone help me?

Thanks.



RE: Configuring mailaddress -- follow up question

2002-08-13 Thread Danny Angus


> GIVEN:   James running on gercom.com  gercom.com
> In admin  entering  adduser   kpg  some-password
> Actual user email address is [EMAIL PROTECTED]

user should have username karl.gerhard then, not kpg.

>
> QUESTIONS:
> 1.  For an incoming to smtp,  how does James determine that
> karl.gerhard is
> a
> registered user when the userid is kpg ?

if username karl.gerhard exists in the users repository, and the host is one
of those accepted.
there is no mapping of usernames unless you use aliases and or forwarding,
but you need to get then hang of the simple thing first.

> 2.  Or, does it matter ?  does James accept everything addressed to
> gercom.com and discard them after x minutes if not retrieved by a POP3
> connection from some user via Outlook ?

No, james is configured to deliver local mail into pop3 storage for
collection, mail to unidentifiable recipients will be handled as spam or
errors.

d.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Configuring mailaddresses

2002-08-13 Thread Danny Angus

that would be the username..
[EMAIL PROTECTED] - username == danny
create POP account for this user with
adduser danny 

James supports one single set of usernames per instance, therfore if James
is set to handle mail for localhost, mydomain.com and yourdomain.com user
danny will recieve mail for danny@localhost and [EMAIL PROTECTED] and
[EMAIL PROTECTED]

James does *not* currently support virtual hosts.

d.


-Original Message-
From: Karl Gerhard [mailto:[EMAIL PROTECTED]]
Sent: 12 August 2002 19:33
To: [EMAIL PROTECTED]
Subject: Configuring mailaddresses


Running with james version 2.0a3   and new to this.
I understand in the admin  adduser   [id] [pw]registers this user for
POP3 retrieval by i.e Outlook
Need to know how the mailaddress  (  the "karl.gerhard" part  in
[EMAIL PROTECTED] ) is entered so that james recognizes that mail to
this receipient belongs here.
thanx


--
To unsubscribe, e-mail:   
For additional commands, e-mail: