You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Frank Cobia <Fr...@f2technology.com> on 2002/09/24 23:39:06 UTC

Can't retrieve email

I am having problems where occasionally I am unable to retrieve mail through
pop3. The email is sitting in the inbox (both the FileStreamStore and
FileObjectStore), but my email client thinks it is empty.

If new mail comes in I may be able to retrieve the new mail, but the old
mail still does not show up. Sometimes restarting the server will allow me
to retrieve some of the mail, but not all of it.

I have examined the FileStreamStore with an editor and the mail looks fine.
I am using 2.0a3, but I had upgraded from 2.0a2 because it was showing the
same problems.

Is this a known bug? Has anyone seen this before?

Thanks,
Frank


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mail stuck and the meaning of Repository 10/11 and 12/13

Posted by JRC <po...@neonkiwi.com>.
a tutorial on setting up mySQL would be nice.
thanks

----- Original Message -----
From: "Mike Shoemaker" <mi...@shoesobjects.com>
To: <al...@GerCom.Com>; "'James Users List'"
<ja...@jakarta.apache.org>
Sent: Wednesday, October 02, 2002 7:09 AM
Subject: Re: Mail stuck and the meaning of Repository 10/11 and 12/13


> Simplify your life and switch to a db base repository.  mySQL is well
worth
> the money ;)
>
> These kinds of problems go away.  Another added benefit is the fact that I
> don't have to stop and restart the james process either.  When it used the
> filesystem, I could only handle a couple thousand emails before it would
> start acting flakey.  Ive been up and running for about 15 days now
without
> a glitch.
>
> If you need help editing your config.xml to use a db, let me know.
> Mike
>
>
> ----- Original Message -----
> From: "Alan Gerhard" <al...@GerCom.Com>
> To: "'James Users List'" <ja...@jakarta.apache.org>
> Sent: Tuesday, October 01, 2002 8:07 PM
> Subject: Mail stuck and the meaning of Repository 10/11 and 12/13
>
>
> > Second time James decided to hold on the mail - 35 entries - and not
allow
> > POP3 clients from accessing them. I noticed that the files names
> > ....REPOSIOTORY10 were the emails while .....REPOSITORY11 were the
> > "index"/data file.
> >
> > There were also 12/13 pairs for email files.
> >
> > What is the naming convention; what do the different numbers mean ??
> >
> > Is there any way to have James regenerate these files ??
> >
> > alan
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Mail stuck and the meaning of Repository 10/11 and 12/13

Posted by Mike Shoemaker <mi...@shoesobjects.com>.
Simplify your life and switch to a db base repository.  mySQL is well worth
the money ;)

These kinds of problems go away.  Another added benefit is the fact that I
don't have to stop and restart the james process either.  When it used the
filesystem, I could only handle a couple thousand emails before it would
start acting flakey.  Ive been up and running for about 15 days now without
a glitch.

If you need help editing your config.xml to use a db, let me know.
Mike


----- Original Message -----
From: "Alan Gerhard" <al...@GerCom.Com>
To: "'James Users List'" <ja...@jakarta.apache.org>
Sent: Tuesday, October 01, 2002 8:07 PM
Subject: Mail stuck and the meaning of Repository 10/11 and 12/13


> Second time James decided to hold on the mail - 35 entries - and not allow
> POP3 clients from accessing them. I noticed that the files names
> ....REPOSIOTORY10 were the emails while .....REPOSITORY11 were the
> "index"/data file.
>
> There were also 12/13 pairs for email files.
>
> What is the naming convention; what do the different numbers mean ??
>
> Is there any way to have James regenerate these files ??
>
> alan
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Mail stuck and the meaning of Repository 10/11 and 12/13

Posted by "Noel J. Bergman" <no...@devtech.com>.
What version of James?  What version of Phoenix (if it isn't the one that
came with a packaged release of James)?  These are generally critical, and
should be part of any bug report or related question.  This sounds like an
older version of James.  The file stores are provided by code from the
Avalon project.

Are you using file protocol for all of your stores?  Are these inbox/
stores?

	--- Noel

-----Original Message-----
From: Alan Gerhard [mailto:alan.gerhard@GerCom.Com]
Sent: Tuesday, October 01, 2002 21:08
To: 'James Users List'
Subject: Mail stuck and the meaning of Repository 10/11 and 12/13


Second time James decided to hold on the mail - 35 entries - and not allow
POP3 clients from accessing them. I noticed that the files names
....REPOSIOTORY10 were the emails while .....REPOSITORY11 were the
"index"/data file.

There were also 12/13 pairs for email files.

What is the naming convention; what do the different numbers mean ??

Is there any way to have James regenerate these files ??

alan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Mail stuck and the meaning of Repository 10/11 and 12/13

Posted by Danny Angus <da...@apache.org>.
Hi,
I've never looked closely at this issue, but I believe that each repository
is given a numeric name suffix, there are two associated with each mail, a
filestore and an object store, these generally will have consecutive
numbers.

I don't know why James would re-number repositories, except perhaps in the
case where new repositories are created and a re-boot causes them to be
listed in a different order.

this would be BAD, and seems insane.

Armed with my wild guess you could try renaming dead mail to suit the
convention of "live" mail, shame windows makes wildcard re-naming so
difficult..

I will look into this for you, but subscribe to Peter's view that we're
stuck with this until we migrate to a new file repository format.

d.

> -----Original Message-----
> From: Alan Gerhard [mailto:alan.gerhard@GerCom.Com]
> Sent: 02 October 2002 02:08
> To: 'James Users List'
> Subject: Mail stuck and the meaning of Repository 10/11 and 12/13
>
>
> Second time James decided to hold on the mail - 35 entries - and not allow
> POP3 clients from accessing them. I noticed that the files names
> ....REPOSIOTORY10 were the emails while .....REPOSITORY11 were the
> "index"/data file.
>
> There were also 12/13 pairs for email files.
>
> What is the naming convention; what do the different numbers mean ??
>
> Is there any way to have James regenerate these files ??
>
> alan
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Mail stuck and the meaning of Repository 10/11 and 12/13

Posted by Alan Gerhard <al...@GerCom.Com>.
Second time James decided to hold on the mail - 35 entries - and not allow
POP3 clients from accessing them. I noticed that the files names
....REPOSIOTORY10 were the emails while .....REPOSITORY11 were the
"index"/data file.

There were also 12/13 pairs for email files.

What is the naming convention; what do the different numbers mean ??

Is there any way to have James regenerate these files ??

alan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: dbBasedSystem

Posted by Danny Angus <da...@apache.org>.
> ..... the more I think about it, the problem may be in the 
> JDBC:ODBC bridge

It so often is..


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: dbBasedSystem

Posted by Alan Gerhard <al...@GerCom.Com>.
Mike -

The specific problem is that I cannot log on to the POP3 - the error is one
of authentication. In fact, I cannot even use the Telnet Admin to retrieve
information about a specific user ....

W2K Server
MS SQL 2000 (database is installed; am using ODBC and not a native driver;
user table is being created and entries are actually being entered... )
JDK 1.3.1.02
Fully functional James 20A3 (compiled source, not binaries) - file based
repositories

..... the more I think about it, the problem may be in the JDBC:ODBC bridge


Thanks,
Alan


-----Original Message-----
What sorts of problems are you having?  Is the database installed?  Are you
using mysql?   What platform?

Please explain where the problems begin and what they are.
At 10:12 PM 09/25/2002 -0400, you wrote:
>Mike -
>
>I am having a bit of a problem in switching over from fileBased to dbBAsed.
>Can you assist me ??
>
>Alan
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: dbBasedSystem

Posted by Mike Shoemaker <mi...@shoesobjects.com>.
What sorts of problems are you having?  Is the database installed?  Are you 
using mysql?   What platform?

Please explain where the problems begin and what they are.



At 10:12 PM 09/25/2002 -0400, you wrote:
>Mike -
>
>I am having a bit of a problem in switching over from fileBased to dbBAsed.
>Can you assist me ??
>
>Alan
>
>-----Original Message-----
>From: Mike Shoemaker [mailto:mike@shoesobjects.com]
>Sent: Wednesday, September 25, 2002 9:08 AM
>To: James Users List; james-user@jakarta.apache.org
>Subject: Re: Can't retrieve email
>
>
>Did you restart the machine after the mail arrived but prior to attempting
>to retrieve it?  This consistently happened to me.  I got around it by
>having the mail stored in a database as opposed to the file system.  Set up
>a mysql db and your problems will likely go away.
>
>Mike
>
>
>At 05:39 PM 09/24/2002 -0400, Frank Cobia wrote:
> >I am having problems where occasionally I am unable to retrieve mail
>through
> >pop3. The email is sitting in the inbox (both the FileStreamStore and
> >FileObjectStore), but my email client thinks it is empty.
> >
> >If new mail comes in I may be able to retrieve the new mail, but the old
> >mail still does not show up. Sometimes restarting the server will allow me
> >to retrieve some of the mail, but not all of it.
> >
> >I have examined the FileStreamStore with an editor and the mail looks fine.
> >I am using 2.0a3, but I had upgraded from 2.0a2 because it was showing the
> >same problems.
> >
> >Is this a known bug? Has anyone seen this before?
> >
> >Thanks,
> >Frank
> >
> >
> >--
> >To unsubscribe, e-mail:
><ma...@jakarta.apache.org>
> >For additional commands, e-mail:
><ma...@jakarta.apache.org>
>
>Mike Shoemaker
>http://www.shoesobjects.com
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>

Mike Shoemaker
http://www.shoesobjects.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

I have checked the spoolmanager.log for matcher "RecipientIs".

I have found following line in the log file.

-------------------------------------------------------
27/08/02 12:00:56 DEBUG spoolmanager.root: Checking Mail1030464056173-111
with org.apache.james.transport.matchers.RecipientIs@e753
-------------------------------------------------------

I have updated config.xml for to add the  domain name to user sales like
following;
------------------------------------------------------
<mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>
-------------------------------------------------------

Please advice me.

Thanks,
Srinivas.


> Check the log.  Is this matcher identifying the mail?  Why did you remove
> the domain part?  Try RecipientIs=sales@<your-domain> instead.
>
>         --- Noel
>
> -----Original Message-----
> From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
> Behalf Of Srinivasa Rao Katta
> Sent: Friday, September 27, 2002 13:39
> To: James Users List
> Subject: Re: Set the Alias
>
> Noel,
>
> How are you ?.
>
> As per your advice,I have updated config.xml as like following.
>
> ---------------------------------------------
> <mailet match="RecipientIs=sales" class="Redirect">
>                 <to>sales</to>
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
> ---------------------------------------------
>
> But,no luck.
>
> Please advice me.
>
> Thanks,
> Srinivas.
>
> > Srinivas,
> >
> > > James should receive mail for pricing and it should send mail to all
> > external
> > > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
> >
> > I believe that the following should work:
> >
> >          <mailet match="RecipientIs=pricing@telegea.com" class="Redirect">
> >             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
> >             <inline>unaltered</inline>
> >             <static>true</static>
> >          </mailet>
> >
> > You can test that, and Danny should be able to confirm that I've got it
> > right.  NOTE: if you do not have the LATEST code (from the CVS), you also
> > need to add:
> >
> >                 <to>pricing@telegea.com</to>
> >
> > The fix for that was committed to the CVS this morning.
> >
> >         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

Thanks for the info.

Please find attached config.xml file.

Please update it with your info.

So,I can test it on my box.

Please letme know,If you have any questions or concerns.

Thanks,
Srinivas.


> Every list community differs in its policies.  The published rules for
> Jakarta's lists (http://jakarta.apache.org/site/mail.html) don't raise the
> subject specifically, although they do request that you be concise.
>
> That said, I agree that posting 130K worth of logs to the list was a bit
> abusive, and shouldn't have been done.  You posted a lot more than was
> necessary (we really didn't need your entire one month history with James),
> and a lot less than would be useful (you didn't provide appropriate portions
> of your configuration file).  Some effort on your part to trim the logs to
> even the relevant dates would have been appreciated.
>
> Although you didn't provide config.xml, but judging from the spoolmanager
> log, I bet that you have:
>
>  <mailet match="RecipientIs=sales@skat-sun-s8" class="Redirect">
>
> instead of
>
>  <mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">
>
> in your configuration file.  I am also guessing that you have the mailet in
> the wrong place in your configuration file.
>
>         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
Every list community differs in its policies.  The published rules for
Jakarta's lists (http://jakarta.apache.org/site/mail.html) don't raise the
subject specifically, although they do request that you be concise.

That said, I agree that posting 130K worth of logs to the list was a bit
abusive, and shouldn't have been done.  You posted a lot more than was
necessary (we really didn't need your entire one month history with James),
and a lot less than would be useful (you didn't provide appropriate portions
of your configuration file).  Some effort on your part to trim the logs to
even the relevant dates would have been appreciated.

Although you didn't provide config.xml, but judging from the spoolmanager
log, I bet that you have:

 <mailet match="RecipientIs=sales@skat-sun-s8" class="Redirect">

instead of

 <mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">

in your configuration file.  I am also guessing that you have the mailet in
the wrong place in your configuration file.

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

I received a rude mail from the James mailing list,which was came from the
james-user@jakarta.apache.org.

One of the folks has warned me on sending attachments to mailing list.

I did  not know about any rules on sending attachments to Mailing list.

I thought that you can understand the problem,If I send clear logs to you.

I am sorry for any inconvenience to you guys.

Please contact me,If you have any questions or concerns.

Thanks,
Srinivas.





> Noel,
>
> How are you ?.
> Thanks for the info.
>
> I have added code to config.xml.
> But there was no luck.
>
> The mails were going to mail box instead of redirecting.
> Please find attached log files in the gz format.
>
> Please advice me.
>
> Thanks,
> Srinivas.
>
> "Noel J. Bergman" wrote:
>
> > > What can I put in the place of MYPREFIX  macro?.
> >
> > Any text that you want.
> >
> > > Do I need use opened and closed brackets for MYPREFIX ?.
> >
> > No.
> >
> >         --- Noel
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>   ------------------------------------------------------------------------
>                     Name: mailet.log.gz
>    mailet.log.gz    Type: application/x-gzip
>                 Encoding: base64
>
>                         Name: smtpserver.log.gz
>    smtpserver.log.gz    Type: application/x-gzip
>                     Encoding: base64
>
>                           Name: spoolmanager.log.gz
>    spoolmanager.log.gz    Type: application/x-gzip
>                       Encoding: base64
>
>   ------------------------------------------------------------------------
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.
Thanks for the info.

I have added code to config.xml.
But there was no luck.

The mails were going to mail box instead of redirecting.
Please find attached log files in the gz format.

Please advice me.

Thanks,
Srinivas.


"Noel J. Bergman" wrote:

> > What can I put in the place of MYPREFIX  macro?.
>
> Any text that you want.
>
> > Do I need use opened and closed brackets for MYPREFIX ?.
>
> No.
>
>         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
> What can I put in the place of MYPREFIX  macro?.

Any text that you want.

> Do I need use opened and closed brackets for MYPREFIX ?.

No.

	--- Noel

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

Thanks for the info.

I have a question here.

What can I put in the place of MYPREFIX  macro?.

Do I need use opened and closed brackets for MYPREFIX ?.

I am sorry for giving you all the trouble.

Thanks,
Srinivas.


> This is taken from our config.xml, and works:
>
>          <mailet match="RecipientIs=ALIAS@MYDOMAIN.com" class="Redirect">
>             <recipients>USER1@MYDOMAIN.com,USER2@MYDOMAIN.com</recipients>
>             <prefix xml:space="preserve">[MYPREFIX] </prefix>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
>
> The stuff in all caps is changed just to prevent easy web scrapping.
>
>         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
This is taken from our config.xml, and works:

         <mailet match="RecipientIs=ALIAS@MYDOMAIN.com" class="Redirect">
            <recipients>USER1@MYDOMAIN.com,USER2@MYDOMAIN.com</recipients>
            <prefix xml:space="preserve">[MYPREFIX] </prefix>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>

The stuff in all caps is changed just to prevent easy web scrapping.

	--- Noel

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

Thanks for the info.

I can look at on it on Monday.

Have a nice weekend.

Thanks,
Srinivas.

> If that is a trace of your spoolmanager log, then it does not appear that
> Redirect was called, so the e-mail is not being recognized as for
> sales@skat-sun-s8.telegea.com.  You might look at the smtpserver log to see
> what the RCPT TO said.
>
> It also appears that you have not configured the servername portion, because
> the fact that RemoteAddrNotInNetwork was executed tells us that James was
> considering forwarding the e-mail to another mail domain.  The e-mail wasn't
> recognized for sales@skat-sun-s8.telegea.com, it was not recognized for any
> local user, it wasn't recognized as intended for a local host ... probably
> the next thing that happened after the last line you pasted was
> RemoteDelivery attempt to send it.
>
>         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
If that is a trace of your spoolmanager log, then it does not appear that
Redirect was called, so the e-mail is not being recognized as for
sales@skat-sun-s8.telegea.com.  You might look at the smtpserver log to see
what the RCPT TO said.

It also appears that you have not configured the servername portion, because
the fact that RemoteAddrNotInNetwork was executed tells us that James was
considering forwarding the e-mail to another mail domain.  The e-mail wasn't
recognized for sales@skat-sun-s8.telegea.com, it was not recognized for any
local user, it wasn't recognized as intended for a local host ... probably
the next thing that happened after the last line you pasted was
RemoteDelivery attempt to send it.

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

Thanks for the info.
I was sending mail to only sales@skat-sun-s8.telegea.com.

Seems,I was found following info from the log file.

-----------------------------
27/08/02 11:45:32 DEBUG spoolmanager.root: Checking Mail1030463132885-95 with
org.apache.james.transport.matchers.RecipientIs@979e8b
27/08/02 11:45:32 DEBUG spoolmanager.root: Checking Mail1030463132885-95 with
org.apache.james.transport.matchers.All@29ce8c
27/08/02 11:45:32 DEBUG spoolmanager.root: Servicing Mail1030463132885-95 by
ToProcessor Mailet
27/08/02 11:45:32 INFO  spoolmanager: ==== Begin processing mail
Mail10304631328
85-95====
27/08/02 11:45:32 INFO  spoolmanager: Processing Mail1030463132885-95 through
tr
ansport
27/08/02 11:45:32 DEBUG spoolmanager.transport: Servicing mail:
Mail103046313288
5-95
27/08/02 11:45:32 DEBUG spoolmanager.transport: Checking Mail1030463132885-95
with org.apache.james.transport.matchers.RecipientIsLocal@ab09f
27/08/02 11:45:32 DEBUG spoolmanager.transport: Checking Mail1030463132885-95
with org.apache.james.transport.matchers.HostIsLocal@d1c778
27/08/02 11:45:32 DEBUG spoolmanager.transport: Checking Mail1030463132885-95
with org.apache.james.transport.matchers.RemoteAddrNotInNetwork@7eb366
27/08/02 11:45:32 DEBUG spoolmanager.transport: Checking Mail1030463132885-95
with org.apache.james.transport.matchers.All@33f0de
-------------------------------------------------------

Seems,sales inbox was receiving all the mails and kept-in the inbox.

Please advice me.

Thanks,
Srinivas.

> Are you sending the e-mail to "sales@skat-sun-s8.telegea.com" or should it
> be "sales@suncore.telegea.com"?
>
> One line from the log is not useful because you've left out the context.
> All that it tells us is that the matcher was called.  That will happen for
> EVERY message.  James uses a pipeline.  You need to learn how to trace the
> path of messages through the pipeline.  What is the line AFTER the
> RecipientIs matcher?  Do you see the e-mail being passed to the Redirect
> mailet for servicing, or do you see the next matcher?  If you don't see the
> Redirect mailet servicing the message, then the matcher did not match the
> message against your condition.
>
>         --- Noel
>
> -----Original Message-----
> From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
> Behalf Of Srinivasa Rao Katta
> Sent: Friday, September 27, 2002 14:29
> To: James Users List
> Subject: Re: Set the Alias
>
> Noel,
>
> How are you ?.
>
> I have checked the spoolmanager.log for matcher "RecipientIs".
>
> I have found following line in the log file.
>
> -------------------------------------------------------
> 27/08/02 12:00:56 DEBUG spoolmanager.root: Checking Mail1030464056173-111
> with org.apache.james.transport.matchers.RecipientIs@e753
> -------------------------------------------------------
>
> I have updated config.xml for to add the  domain name to user sales like
> following;
> ------------------------------------------------------
> <mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
> -------------------------------------------------------
>
> Please advice me.
>
> Thanks,
> Srinivas.
>
> > Check the log.  Is this matcher identifying the mail?  Why did you remove
> > the domain part?  Try RecipientIs=sales@<your-domain> instead.
> >
> >         --- Noel
> >
> > -----Original Message-----
> > From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
> > Behalf Of Srinivasa Rao Katta
> > Sent: Friday, September 27, 2002 13:39
> > To: James Users List
> > Subject: Re: Set the Alias
> >
> > Noel,
> >
> > How are you ?.
> >
> > As per your advice,I have updated config.xml as like following.
> >
> > ---------------------------------------------
> > <mailet match="RecipientIs=sales" class="Redirect">
> >                 <to>sales</to>
> >             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
> >             <inline>unaltered</inline>
> >             <static>true</static>
> >          </mailet>
> > ---------------------------------------------
> >
> > But,no luck.
> >
> > Please advice me.
> >
> > Thanks,
> > Srinivas.
> >
> > > Srinivas,
> > >
> > > > James should receive mail for pricing and it should send mail to all
> > > external
> > > > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
> > >
> > > I believe that the following should work:
> > >
> > >          <mailet match="RecipientIs=pricing@telegea.com"
> class="Redirect">
> > >
> <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
> > >             <inline>unaltered</inline>
> > >             <static>true</static>
> > >          </mailet>
> > >
> > > You can test that, and Danny should be able to confirm that I've got it
> > > right.  NOTE: if you do not have the LATEST code (from the CVS), you
> also
> > > need to add:
> > >
> > >                 <to>pricing@telegea.com</to>
> > >
> > > The fix for that was committed to the CVS this morning.
> > >
> > >         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
Are you sending the e-mail to "sales@skat-sun-s8.telegea.com" or should it
be "sales@suncore.telegea.com"?

One line from the log is not useful because you've left out the context.
All that it tells us is that the matcher was called.  That will happen for
EVERY message.  James uses a pipeline.  You need to learn how to trace the
path of messages through the pipeline.  What is the line AFTER the
RecipientIs matcher?  Do you see the e-mail being passed to the Redirect
mailet for servicing, or do you see the next matcher?  If you don't see the
Redirect mailet servicing the message, then the matcher did not match the
message against your condition.

	--- Noel

-----Original Message-----
From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
Behalf Of Srinivasa Rao Katta
Sent: Friday, September 27, 2002 14:29
To: James Users List
Subject: Re: Set the Alias


Noel,

How are you ?.

I have checked the spoolmanager.log for matcher "RecipientIs".

I have found following line in the log file.

-------------------------------------------------------
27/08/02 12:00:56 DEBUG spoolmanager.root: Checking Mail1030464056173-111
with org.apache.james.transport.matchers.RecipientIs@e753
-------------------------------------------------------

I have updated config.xml for to add the  domain name to user sales like
following;
------------------------------------------------------
<mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>
-------------------------------------------------------

Please advice me.

Thanks,
Srinivas.

> Check the log.  Is this matcher identifying the mail?  Why did you remove
> the domain part?  Try RecipientIs=sales@<your-domain> instead.
>
>         --- Noel
>
> -----Original Message-----
> From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
> Behalf Of Srinivasa Rao Katta
> Sent: Friday, September 27, 2002 13:39
> To: James Users List
> Subject: Re: Set the Alias
>
> Noel,
>
> How are you ?.
>
> As per your advice,I have updated config.xml as like following.
>
> ---------------------------------------------
> <mailet match="RecipientIs=sales" class="Redirect">
>                 <to>sales</to>
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
> ---------------------------------------------
>
> But,no luck.
>
> Please advice me.
>
> Thanks,
> Srinivas.
>
> > Srinivas,
> >
> > > James should receive mail for pricing and it should send mail to all
> > external
> > > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
> >
> > I believe that the following should work:
> >
> >          <mailet match="RecipientIs=pricing@telegea.com"
class="Redirect">
> >
<recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
> >             <inline>unaltered</inline>
> >             <static>true</static>
> >          </mailet>
> >
> > You can test that, and Danny should be able to confirm that I've got it
> > right.  NOTE: if you do not have the LATEST code (from the CVS), you
also
> > need to add:
> >
> >                 <to>pricing@telegea.com</to>
> >
> > The fix for that was committed to the CVS this morning.
> >
> >         --- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

I have checked the spoolmanager.log for matcher "RecipientIs".

I have found following line in the log file.

-------------------------------------------------------
27/08/02 12:00:56 DEBUG spoolmanager.root: Checking Mail1030464056173-111
with org.apache.james.transport.matchers.RecipientIs@e753
-------------------------------------------------------

I have updated config.xml for to add the  domain name to user sales like
following;
------------------------------------------------------
<mailet match="RecipientIs=sales@skat-sun-s8.telegea.com" class="Redirect">
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>
-------------------------------------------------------

Please advice me.

Thanks,
Srinivas.

> Check the log.  Is this matcher identifying the mail?  Why did you remove
> the domain part?  Try RecipientIs=sales@<your-domain> instead.
>
>         --- Noel
>
> -----Original Message-----
> From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
> Behalf Of Srinivasa Rao Katta
> Sent: Friday, September 27, 2002 13:39
> To: James Users List
> Subject: Re: Set the Alias
>
> Noel,
>
> How are you ?.
>
> As per your advice,I have updated config.xml as like following.
>
> ---------------------------------------------
> <mailet match="RecipientIs=sales" class="Redirect">
>                 <to>sales</to>
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
> ---------------------------------------------
>
> But,no luck.
>
> Please advice me.
>
> Thanks,
> Srinivas.
>
> > Srinivas,
> >
> > > James should receive mail for pricing and it should send mail to all
> > external
> > > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
> >
> > I believe that the following should work:
> >
> >          <mailet match="RecipientIs=pricing@telegea.com" class="Redirect">
> >             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
> >             <inline>unaltered</inline>
> >             <static>true</static>
> >          </mailet>
> >
> > You can test that, and Danny should be able to confirm that I've got it
> > right.  NOTE: if you do not have the LATEST code (from the CVS), you also
> > need to add:
> >
> >                 <to>pricing@telegea.com</to>
> >
> > The fix for that was committed to the CVS this morning.
> >
> >         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
Check the log.  Is this matcher identifying the mail?  Why did you remove
the domain part?  Try RecipientIs=sales@<your-domain> instead.

	--- Noel

-----Original Message-----
From: root@suncore.telegea.com [mailto:root@suncore.telegea.com]On
Behalf Of Srinivasa Rao Katta
Sent: Friday, September 27, 2002 13:39
To: James Users List
Subject: Re: Set the Alias


Noel,

How are you ?.

As per your advice,I have updated config.xml as like following.

---------------------------------------------
<mailet match="RecipientIs=sales" class="Redirect">
                <to>sales</to>
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>
---------------------------------------------

But,no luck.

Please advice me.

Thanks,
Srinivas.

> Srinivas,
>
> > James should receive mail for pricing and it should send mail to all
> external
> > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
>
> I believe that the following should work:
>
>          <mailet match="RecipientIs=pricing@telegea.com" class="Redirect">
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
>
> You can test that, and Danny should be able to confirm that I've got it
> right.  NOTE: if you do not have the LATEST code (from the CVS), you also
> need to add:
>
>                 <to>pricing@telegea.com</to>
>
> The fix for that was committed to the CVS this morning.
>
>         --- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Noel,

How are you ?.

As per your advice,I have updated config.xml as like following.

---------------------------------------------
<mailet match="RecipientIs=sales" class="Redirect">
                <to>sales</to>
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>
---------------------------------------------

But,no luck.

Please advice me.

Thanks,
Srinivas.

> Srinivas,
>
> > James should receive mail for pricing and it should send mail to all
> external
> > e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).
>
> I believe that the following should work:
>
>          <mailet match="RecipientIs=pricing@telegea.com" class="Redirect">
>             <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
>             <inline>unaltered</inline>
>             <static>true</static>
>          </mailet>
>
> You can test that, and Danny should be able to confirm that I've got it
> right.  NOTE: if you do not have the LATEST code (from the CVS), you also
> need to add:
>
>                 <to>pricing@telegea.com</to>
>
> The fix for that was committed to the CVS this morning.
>
>         --- Noel
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
Srinivas,

> James should receive mail for pricing and it should send mail to all
external
> e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).

I believe that the following should work:

         <mailet match="RecipientIs=pricing@telegea.com" class="Redirect">
            <recipients>skatta@telegea.com,pbotla@telegea.com</recipients>
            <inline>unaltered</inline>
            <static>true</static>
         </mailet>

You can test that, and Danny should be able to confirm that I've got it
right.  NOTE: if you do not have the LATEST code (from the CVS), you also
need to add:

		<to>pricing@telegea.com</to>

The fix for that was committed to the CVS this morning.

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Richard ,

How are you ?.

Is there any way for to send mail to all external e-mail-ids,If I send mail
to one local James user ?.

Here is the example.

I want send an e-mail to one local James user called pricing.

James should receive mail for pricing and it should send mail to all external
e-mail-ids(skatta@telegea.com,pbotla@telegea.com,etc...).

Please advice me.

Thanks,
Srinivas.




> Srinivas:
>
> The way I set up aliases was to add all the usernames first then use the
> setalias command.
>
> For example, you would first run the commands to add the usernames to the
> repository:
>
> adduser pricing password
> adduser skatta password
> adduser pbotla password
>
> Then, set the aliases using the commands:
>
> setalias pricing skatta
> setalias pricing pbotla
>
> I'm new to using James but was Here's how I set up alises.
>
> ----- Original Message -----
> From: "Srinivasa Rao Katta" <sk...@telegea.com>
> To: "James Users List" <ja...@jakarta.apache.org>
> Sent: Thursday, September 26, 2002 3:56 PM
> Subject: Set the Alias
>
> > Folks,
> >
> > How are you ?.
> >
> > I have a question here regarding to set the alias.
> >
> > How can I set the alias to different e-mail-ids through James admin tool
> ?.
> >
> > ex:
> >
> > pricing:skatta@telegea.com,pbotla@telegea.com
> >
> > I want James should send e-mail to all -email-ids ,If I have sent to
> pricing.
> >
> > Please letme know the syntax too...
> >
> > Thanks,
> > Srinivas.
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Set the Alias

Posted by "Noel J. Bergman" <no...@devtech.com>.
Richard,

Didn't you notice that the second alias overrode the first?

The way that you would do this today in james would be to create a mailing
list named pricing whose members are the people whom you want to receive the
e-mail.

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Set the Alias

Posted by Richard Pajerski <ri...@rhpconsult.com>.
Srinivas:

The way I set up aliases was to add all the usernames first then use the
setalias command.

For example, you would first run the commands to add the usernames to the
repository:

adduser pricing password
adduser skatta password
adduser pbotla password

Then, set the aliases using the commands:

setalias pricing skatta
setalias pricing pbotla


I'm new to using James but was Here's how I set up alises.


----- Original Message -----
From: "Srinivasa Rao Katta" <sk...@telegea.com>
To: "James Users List" <ja...@jakarta.apache.org>
Sent: Thursday, September 26, 2002 3:56 PM
Subject: Set the Alias


> Folks,
>
> How are you ?.
>
> I have a question here regarding to set the alias.
>
> How can I set the alias to different e-mail-ids through James admin tool
?.
>
> ex:
>
> pricing:skatta@telegea.com,pbotla@telegea.com
>
> I want James should send e-mail to all -email-ids ,If I have sent to
pricing.
>
> Please letme know the syntax too...
>
> Thanks,
> Srinivas.
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Set the Alias

Posted by Srinivasa Rao Katta <sk...@telegea.com>.
Folks,

How are you ?.

I have a question here regarding to set the alias.

How can I set the alias to different e-mail-ids through James admin tool ?.

ex:

pricing:skatta@telegea.com,pbotla@telegea.com

I want James should send e-mail to all -email-ids ,If I have sent to pricing.

Please letme know the syntax too...

Thanks,
Srinivas.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Linux Service

Posted by Danny Angus <da...@apache.org>.
I don't know, but it should be, link run.sh into /etc/rc.d/init.d etc as
usual but and experiment with environemnt variable PHOENIX_HOME, and you
will have to stop sendmail grabbing port 25.
d.

> -----Original Message-----
> From: Niels Bjerre [mailto:nbinfo@ddf.dk]
> Sent: 26 September 2002 09:19
> To: 'James Users List'
> Subject: Linux Service
>
>
> I have moved James from Windows to Linux (Redhat 7.3).
>
> I can start Linux at startup by modifying /etc/rc.d/rc.local with:
> PATHTOJAMES/bin/run.sh &
>
> Is it possible to start and stop James as a Linux Service?
>
>
> Niels Bjerre
> NB-Informatik
> Storegade 21 B
> DK 3740 Svaneke
>
> mailto:nbinfo@ddf.dk
> http://www.nbinfo.dk
>
> Tlf.: +45 5644 3030
> Fax.: +45 5644 3031
> Cell: +45 2324 5554
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Linux Service

Posted by Niels Bjerre <nb...@ddf.dk>.
I have moved James from Windows to Linux (Redhat 7.3).

I can start Linux at startup by modifying /etc/rc.d/rc.local with:
PATHTOJAMES/bin/run.sh &

Is it possible to start and stop James as a Linux Service?


Niels Bjerre 
NB-Informatik
Storegade 21 B 
DK 3740 Svaneke 

mailto:nbinfo@ddf.dk 
http://www.nbinfo.dk
 
Tlf.: +45 5644 3030 
Fax.: +45 5644 3031
Cell: +45 2324 5554


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


dbBasedSystem

Posted by Alan Gerhard <al...@GerCom.Com>.
Mike -

I am having a bit of a problem in switching over from fileBased to dbBAsed.
Can you assist me ??

Alan

-----Original Message-----
From: Mike Shoemaker [mailto:mike@shoesobjects.com]
Sent: Wednesday, September 25, 2002 9:08 AM
To: James Users List; james-user@jakarta.apache.org
Subject: Re: Can't retrieve email


Did you restart the machine after the mail arrived but prior to attempting
to retrieve it?  This consistently happened to me.  I got around it by
having the mail stored in a database as opposed to the file system.  Set up
a mysql db and your problems will likely go away.

Mike


At 05:39 PM 09/24/2002 -0400, Frank Cobia wrote:
>I am having problems where occasionally I am unable to retrieve mail
through
>pop3. The email is sitting in the inbox (both the FileStreamStore and
>FileObjectStore), but my email client thinks it is empty.
>
>If new mail comes in I may be able to retrieve the new mail, but the old
>mail still does not show up. Sometimes restarting the server will allow me
>to retrieve some of the mail, but not all of it.
>
>I have examined the FileStreamStore with an editor and the mail looks fine.
>I am using 2.0a3, but I had upgraded from 2.0a2 because it was showing the
>same problems.
>
>Is this a known bug? Has anyone seen this before?
>
>Thanks,
>Frank
>
>
>--
>To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
>For additional commands, e-mail:
<ma...@jakarta.apache.org>

Mike Shoemaker
http://www.shoesobjects.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can't retrieve email

Posted by Mike Shoemaker <mi...@shoesobjects.com>.
Did you restart the machine after the mail arrived but prior to attempting 
to retrieve it?  This consistently happened to me.  I got around it by 
having the mail stored in a database as opposed to the file system.  Set up 
a mysql db and your problems will likely go away.

Mike


At 05:39 PM 09/24/2002 -0400, Frank Cobia wrote:
>I am having problems where occasionally I am unable to retrieve mail through
>pop3. The email is sitting in the inbox (both the FileStreamStore and
>FileObjectStore), but my email client thinks it is empty.
>
>If new mail comes in I may be able to retrieve the new mail, but the old
>mail still does not show up. Sometimes restarting the server will allow me
>to retrieve some of the mail, but not all of it.
>
>I have examined the FileStreamStore with an editor and the mail looks fine.
>I am using 2.0a3, but I had upgraded from 2.0a2 because it was showing the
>same problems.
>
>Is this a known bug? Has anyone seen this before?
>
>Thanks,
>Frank
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>

Mike Shoemaker
http://www.shoesobjects.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>