Slow message delivery

2014-02-19 Thread Saibabu Vallurupalli
Hi Eric and Team, We are using Apache James3 Beta3 in our production and found for some reason the messages were delivered very slow. If I send a message now it is sitting in queue until I send a new message. Once the new message is sent then the old one is actually leave the queue and message is

Unable to send messages using SSL/TLS on port 465

2013-12-23 Thread Saibabu Vallurupalli
We configured our James on Mac OS, we were able to successfully send/receive message only on port 25. Our James server required both the capabilities secure/un-secure so we enabled port 25 as well as port 465. James 3 Beta 3 always trying to use port 25 and fails on it instead of using port 465

Re: Issue with startTLS

2013-11-03 Thread Saibabu Vallurupalli
at 9:35 AM, Eric Charles e...@apache.org wrote: Which version are you using? It seems that you use multiple smtpserver files (cfr smtpserver-ssl) On 31/10/13 01:14, Saibabu Vallurupalli wrote: Hi All, I configured my James server to use SSL/TLS and then I am trying to enable startTLS=true

Unable to send mail using SSL/TLS

2013-10-30 Thread Saibabu Vallurupalli
Hi All, I configured James 3 Beta 3 to use SSL/TLS followed the instructions (1) and (2). After starting the server , I am able to send receive emails on port 465 using SMTP on SSL/TLS. If I try to send a mail to another server it is always trying to connect to the remote server on port 25. The

Issue with startTLS

2013-10-30 Thread Saibabu Vallurupalli
Hi All, I configured my James server to use SSL/TLS and then I am trying to enable startTLS=true my James is throwing exceptions: *** INFO 19:24:19,929 | james.mailspooler | Run org.apache.james.mailetcontainer.impl.JamesMailSpooler: dequeuer-1 INFO 19:24:19,929 |

Re: [GSOC2013] Bond project success - Congrats Emma!

2013-10-26 Thread Saibabu Vallurupalli
Congratulations Emma. I am sure community is badly needed such UI though there are other ways to do having such user interface always adds value. Wish you goodluck. Thank you, Sai On Sat, Oct 26, 2013 at 3:45 AM, Eric Charles e...@apache.org wrote: Hi All, The James community is happy to

Re: Folder Sync

2013-10-23 Thread Saibabu Vallurupalli
folders. On 09/10/13 14:17, Saibabu Vallurupalli wrote: Hi, Our James implementation uses different clients. Is there away we can synchronize the folders between different clients? In our WebMail client if we create a folder this is not showing up in Outlook client. For example if I send

Folder Sync

2013-10-09 Thread Saibabu Vallurupalli
Hi, Our James implementation uses different clients. Is there away we can synchronize the folders between different clients? In our WebMail client if we create a folder this is not showing up in Outlook client. For example if I send an email from my Outlook I can see it in sent folder of Outlook

Re: bounce mail messages

2013-01-15 Thread Saibabu Vallurupalli
Eric, Don't feel sorry, I know how much busy you are. I picked up on Rajender's code and helped him. It is a minor issue inside configuration as well as the code. Its been taken care. Thank you so much for your support. Thanks, Sai On Tue, Jan 15, 2013 at 2:51 PM, Eric Charles e...@apache.org

Re: Access James mails using Web Services

2012-12-04 Thread Saibabu Vallurupalli
skeleton where you will inject the neeed beans (@Resource(name = mailboxmanager) and Resource(name = mailboxmanager)) and add this server class to the spring context (CXF plays nice with Spring). Thx, Eric On 03/12/2012 19:31, Saibabu Vallurupalli wrote: Hi Team, I have this unique

Re: [VOTE] apache james mailet - code improvements - lazy consensus

2012-12-03 Thread Saibabu Vallurupalli
+1 Yes, I agree. Thanks, Sai On Mon, Dec 3, 2012 at 3:22 AM, Eric Charles e...@apache.org wrote: +1 for current and further actions. Eric On 02/12/2012 21:33, Ioan Eugen Stan wrote: Hello James Devs, Please vote on the following issues. This is a lazy consensus vote starting now,

Re: creating group folders per number of users

2012-11-09 Thread Saibabu Vallurupalli
to achieve what you describe, you could use the maildir mailbox and mount NFS file systems to each of the domains. Maildir has uses a top-down structure to store the mails (domain user). Hope this helps, ERic On 08/11/2012 20:35, Saibabu Vallurupalli wrote: Hi Eric and Team, I have

Re: creating group folders per number of users

2012-11-08 Thread Saibabu Vallurupalli
Hi Eric and Team, I have a similar requirement but slightly different than what Rajender is looking for, multiple organizations using one Apache James instance like: Org1.mail.com Org2.mail.com etc.., And we wanted to save their emails in different networked machines file systems like below:

Re: Loda balancing james 3

2012-10-23 Thread Saibabu Vallurupalli
Hi Daniele, I copied this email to developer forums as well. My understanding of Apache James is, there is no built in capability to do load balancing/clustering. You need to reply on a load balance out side of Apache James and manager traffic routing to different instances of Apache James

Re: James to Git?

2012-09-26 Thread Saibabu Vallurupalli
Add me as well +1 On Wed, Sep 26, 2012 at 4:22 PM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: Hello, I've noticed the possibility to switch to Git for Apache projects. I believe working with git is faster at accepting external contributions, especially that Github is so popular, and a

Re: LDAP Configuration

2012-07-16 Thread Saibabu Vallurupalli
Hi Merve, Your email reached to Dev mailing list. I am not the right person to answer LDAP configuration. Wait for someone to reply to your question. Just thought of acknowledging your email. Thanks, Sai On Mon, Jul 16, 2012 at 11:05 AM, Merve Temizer mervet2...@gmail.comwrote: Please could

James Glassfish Deployment Success

2012-07-11 Thread Saibabu Vallurupalli
Hi Eric, Just wanted to let you know that I am able to deploy James 3 Beta3 in Glassfish Application Server and run the application. Used MySQL database as email repository. Everything looks good. I really appreciate all your support. Thanks so much. Thanks regards, Sai, Valluripalli (703)

Re: James Glassfish Deployment Success

2012-07-11 Thread Saibabu Vallurupalli
Thank for all your support Ioan. Thank you, Sai On Wed, Jul 11, 2012 at 11:39 AM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: Hello Sai, Good news, Thanks for keeping us up to date and for all your contributions. All the best, 2012/7/11 Saibabu Vallurupalli saibabu.vallurupa

Mail Box Size

2012-07-09 Thread Saibabu Vallurupalli
Hi Team, Good morning. Is there any limit to MailBox size? If Yes, what is the max limit I can set to mail box? If I am using Apache James 3 beta3 version with MySQL do you see any issues in handling large emails with attachments? I found there is a limitation in MySQL JDBC Driver where it can't

Re: Mail Box Size

2012-07-09 Thread Saibabu Vallurupalli
/mailbox/jpa/mail/model/openjpa/JPAMessage.java 2012/7/9 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Team, Good morning. Is there any limit to MailBox size? If Yes, what is the max limit I can set to mail box? If I am using Apache James 3 beta3 version with MySQL do you see

Re: James deployments

2012-07-06 Thread Saibabu Vallurupalli
PM, Saibabu Vallurupalli wrote: Hi Eric, So far the tar.gz file can I generate a WAR file? Let me know If I can download a James WAR? For Sure, I will provide you the documentation after a successful deployment in other containers mainly Glassfish/Web sphere :-) Thanks, Sai On Mon, Jun 25

Re: James deployments

2012-07-06 Thread Saibabu Vallurupalli
Hi Eric, Ignore my email, I am able to generate the WAR. target in pom.xml was commented. Thanks, Sai On Fri, Jul 6, 2012 at 12:01 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Eric, After some gap I just came back to this task. I have gone through the links

Re: James deployments

2012-06-26 Thread Saibabu Vallurupalli
/**content/groups/snapshots/org/** apache/james/apache-james/3.0-**beta5-SNAPSHOT/https://repository.apache.org/content/groups/snapshots/org/apache/james/apache-james/3.0-beta5-SNAPSHOT/ On 06/25/2012 10:11 PM, Saibabu Vallurupalli wrote: Hi Eric, So far the tar.gz file can I generate a WAR

Re: James deployments

2012-06-25 Thread Saibabu Vallurupalli
, Eric On 06/25/2012 06:23 PM, Saibabu Vallurupalli wrote: Hi Eric, Does any one tried deploying and running Apache James in any other application servers? If so do you have documentation/steps documented? Thanks, Sai -- eric | http://about.echarles.net | @echarles

Re: [MEETING] Site Content/Migration

2012-05-03 Thread Saibabu Vallurupalli
This is 10:00AM EST, Do we have any dial-in number? Thanks, Sai. On Thu, May 3, 2012 at 4:35 AM, Eric Charles e...@apache.org wrote: Hi, The meeting will take place today Thursday 03 May 2012 15:00 GMT+1/BST (summer time, read [1]) on IRC #james (you can use [2] to connect) and is expected

Re: [MEETING] Site Content/Migration

2012-05-03 Thread Saibabu Vallurupalli
Oh yeah, Got you. I will join by 9:00AM. Thank you for correcting me. Thanks, Sai On Thu, May 3, 2012 at 8:22 AM, Stefano Bagnara apa...@bago.org wrote: 2012/5/3 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: This is 10:00AM EST, Do we have any dial-in number? Mmmm.. no, as you wrote

Re: Site migration meeting

2012-05-01 Thread Saibabu Vallurupalli
on 16:00 (brussels, madrid, roma), it will be somewhere in the morning for you. Does it fit your agenda? Thx, Eric On 04/24/2012 01:44 PM, Saibabu Vallurupalli wrote: I am in Eastern Timezone USA. Please have this meeting little late in the evenings for you so that it covers all time

Re: Site migration meeting

2012-04-24 Thread Saibabu Vallurupalli
I am in Eastern Timezone USA. Please have this meeting little late in the evenings for you so that it covers all time zones. I would like to attend this meeting. Thanks, Sai On Tue, Apr 24, 2012 at 3:15 AM, Eric Charles e...@apache.org wrote: I am in the same TZ (Brussels) as Stefano and

Re: [GSoC 2012] Hupa evolution

2012-04-05 Thread Saibabu Vallurupalli
Hi Tejaswini, Your proposal is not public the link below doesn't show anything. Make sure you make it public if you want James team to review. Thanks, Sai On Thu, Apr 5, 2012 at 6:28 PM, Tejaswini Kurakula tejaswinikurak...@gmail.com wrote: Hi, I have submitted my proposal !!! i request

Re: EMail attachments

2012-03-21 Thread Saibabu Vallurupalli
an InputStream to be given to mime4j - can be good in case of large attachments) Eric On 21/03/12 00:26, Saibabu Vallurupalli wrote: Hi Ioan, I see what you are saying, Thank you for recommendations I guess we need to write a new code to read the BLOB content and extract attachments. Thank you

Re: James MySQL

2012-03-21 Thread Saibabu Vallurupalli
...@apache.org wrote: Hi Sai, Do you see JAMES_MESSAGE table (if you use a recent version, this is the name that you should have). Which other tables do you see? Thx, Eric On 21/03/12 19:14, Saibabu Vallurupalli wrote: Hi, I have configured James to use MySQL database I am not seeing MESSAGE

mailetcontainer.xml

2012-03-20 Thread Saibabu Vallurupalli
Hi Eric, I configured my mailet to use something like this below: mailet match=RecipAndSenderIsNotLocal=mydomain.com class=NHINDSecurityAndTrustMailet

EMail attachments

2012-03-20 Thread Saibabu Vallurupalli
Hi Team, At present I have a requirement to extract the email attachment and put them in a separate folder for different use. What is the best way to do this? Does the attachments are stored in MySQL database? Any inputs on this will be really helpful. Thank you, Sai

Re: EMail attachments

2012-03-20 Thread Saibabu Vallurupalli
of the schema). Are you looking to extract it when processing the mail in a mailet, or extract afterwards when already stored in the database? The implementations will be quite different depending on your need. Thx, Eric On 20/03/12 20:00, Saibabu Vallurupalli wrote: Hi Team, At present

Re: mailetcontainer.xml

2012-03-20 Thread Saibabu Vallurupalli
.**NHINDSecurityAndTrustMailet Thx, Eric On 20/03/12 18:51, Saibabu Vallurupalli wrote: Hi Eric, I configured my mailet to use something like this below: mailet match=**RecipAndSenderIsNotLocal=mydom**ain.comhttp://mydomain.com class=**NHINDSecurityAndTrustMailet

Re: EMail attachments

2012-03-20 Thread Saibabu Vallurupalli
ideas? Thanks, Sai. On Tue, Mar 20, 2012 at 6:56 PM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: 2012/3/20 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric, We are trying to retrieve it after storing to make it more simple. During process might need a code change in mailets I

Re: EMail attachments

2012-03-20 Thread Saibabu Vallurupalli
Hi Ioan, I see what you are saying, Thank you for recommendations I guess we need to write a new code to read the BLOB content and extract attachments. Thank you, Sai On Tue, Mar 20, 2012 at 7:15 PM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: 2012/3/21 Saibabu Vallurupalli saibabu.vallurupa

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
Hi Tejaswini, Were you able to build the project successfully. If not let me know I did more than couple of times and can help you with this. Thanks, Sai On Tue, Mar 13, 2012 at 5:33 AM, Eric Charles e...@apache.org wrote: Hi Tejaswini, Maven complains on artifact

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
project. i also checked the repository that is getting populated as a result of the build. i am unable to fix the error.can anyone please help me out with this? Thank you, Tejaswini On Tue, Mar 13, 2012 at 11:53 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Tejaswini

Re: Unable to build HUPA project

2012-03-13 Thread Saibabu Vallurupalli
/confluence/display/MAVEN/DependencyResolutionException *** Thank You, Tejaswini On Wed, Mar 14, 2012 at 12:15 AM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Can you send us the latest error? On Tue, Mar 13, 2012 at 2:32 PM, Tejaswini Kurakula

Re: Request for information

2012-02-24 Thread Saibabu Vallurupalli
svn link? Do you have any better document on setting up development environment? Thanks, Sai On Wed, Feb 15, 2012 at 3:21 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Eric, I am still in process. I will get back to once I am ready. Thanks, Sai. On Wed, Feb 15, 2012

Build Failure

2012-02-24 Thread Saibabu Vallurupalli
Hi All, Mailbox tests are failing on HBase module. Do you have the same issue? See the errors below: [INFO] Reactor Summary: [INFO] [INFO] Apache James Mailbox .. SUCCESS [37.729s] [INFO] Apache James Mailbox API

Re: Request for information

2012-02-24 Thread Saibabu Vallurupalli
with https. Best, gazda On Fri, Feb 24, 2012 at 12:22 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Eric, I am following the steps given in this page: http://james.apache.org/server/3/dev-build.html to setup development environment. Started checking out

Re: Request for information

2012-02-24 Thread Saibabu Vallurupalli
Thanks Ioan. This is helpful. So, one quick question if I checkout only Mailbox, do you think during compile, package I might run into any dependency issues? Thank you, Sai. On Fri, Feb 24, 2012 at 9:12 AM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: Pe 24.02.2012 15:29, Saibabu Vallurupalli

Re: Build Failure

2012-02-24 Thread Saibabu Vallurupalli
not working on windows) I was experiencing during the release review? Stefano Thx, Eric On 24/02/12 13:10, Saibabu Vallurupalli wrote: Hi All, Mailbox tests are failing on HBase module. Do you have the same issue? See the errors below

Limit Mail Box Size

2012-02-21 Thread Saibabu Vallurupalli
Hi, Good morning. Is there a way we can limit the mail box size for each user? Thanks, Sai.

Re: Limit Mail Box Size

2012-02-21 Thread Saibabu Vallurupalli
Hi Eric, Do you have any inputs for me on Individual user mail box size functionality? Thanks, Sai On Tue, Feb 21, 2012 at 8:42 AM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi, Good morning. Is there a way we can limit the mail box size for each user? Thanks, Sai.

Re: Request for information

2012-02-15 Thread Saibabu Vallurupalli
/jira/browse/IMAP It depends where you would like to begin. We have jumping folder in IMAP, ACL for jpa/jcr/... and many other fun stuff :) Just tell us. Eric On 14/02/12 15:35, Saibabu Vallurupalli wrote: Thanks Stan. I will start setting up environment now. Can you point me to issue

Re: Request for information

2012-02-14 Thread Saibabu Vallurupalli
Thanks Stan. I will start setting up environment now. Can you point me to issue tracker? Thanks, Sai On Tue, Feb 14, 2012 at 5:16 AM, Ioan Eugen Stan stan.ieu...@gmail.comwrote: Pe 14.02.2012 04:06, Saibabu Vallurupalli a scris: Hi Team, Greetings. I have been using Apache James since

Subject line encrypted

2012-01-06 Thread Saibabu Vallurupalli
Hi Team, My understanding is when we are sending email during the transport the email is Encrypted and also the Subject line. Can you please confirm me if my understanding is correct? If not is there any configuration that I need to set to make the transport more secured. Thank you, Sai

Re: Happy New Year !!!

2012-01-01 Thread Saibabu Vallurupalli
Thank you Eric. Wish you the same. On Jan 1, 2012 3:41 AM, Eric Charles e...@apache.org wrote: Health, Happiness and good code to all for 2012 :) Eric On 31/12/11 20:36, Wojciech Strzałka wrote: Wojciech Strzałka

Re: Domain name change

2011-12-15 Thread Saibabu Vallurupalli
the the newly defined domain. Thx, Eric On 14/12/11 22:15, Saibabu Vallurupalli wrote: Hi Eric, Also run JPA. On Wed, Dec 14, 2011 at 3:09 PM, Pao, Vanessav...@harris.com wrote: Hi, I work with Sai and was asked to answer the first question. We have the following settings in the following

Re: Domain name change

2011-12-12 Thread Saibabu Vallurupalli
, Sai On Wed, Dec 7, 2011 at 1:53 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi All, Greetings. We have a new requirements due to organizational changes the domain name needs to be changed. Not sure how easy this is? Can someone point me to the right documentation

Re: James Server dies after few dayd

2011-10-18 Thread Saibabu Vallurupalli
Thanks Robert. We are in process of setting a sever to observe the behaviour of JRE. Keep you all posted with our observations. Thanks, Sai On Tue, Oct 18, 2011 at 9:43 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Mon, Oct 17, 2011 at 1:45 PM, Saibabu Vallurupalli

Re: James Server dies after few dayd

2011-10-17 Thread Saibabu Vallurupalli
. Do you see anything in the windows service log? (not the james log file, the windows one via the user interface). Thx, Eric On 15/10/11 19:56, Saibabu Vallurupalli wrote: Thank so much Norman. We will try these options. On Oct 15, 2011 1:54 PM, Norman Maurernorman.maurer

Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
Hi Eric/Norman: Sorry the server we are using is Apache James 3.0 Beta 2. Do you have any known issues related to the issue we are getting. Let us know your thoughts. Thank you, Sai On Fri, Oct 14, 2011 at 1:19 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Team, We have

Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
guess I can't help you much ... Bye Norman 2011/10/15, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric/Norman: Sorry the server we are using is Apache James 3.0 Beta 2. Do you have any known issues related to the issue we are getting. Let us know your thoughts

Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
if there is something similar in windows. The other thing you could check is if you got an OOM. Add this to the startup option of java: -XX:-HeapDumpOnOutOfMemoryError This will generate a heapdump if it exists because of an OOM. Bye, Norman 2011/10/15 Saibabu Vallurupalli saibabu.vallurupa

James Server dies after few dayd

2011-10-14 Thread Saibabu Vallurupalli
Hi Team, We have recently upgraded our James server 3.1 beta2. Also, have got JPA encryption fix on top of 0.3 version. We are seening an issue with James windows setvice. It stops all of a sudden with no complaints in server.log files. Any ideas or suggestions to tackle this issue are greatly

Re: [jira] [Resolved] (MAILBOX-130) JPA restore functionality is not working with Encryption enabled.

2011-09-04 Thread Saibabu Vallurupalli
Hi Norman, I found this issue got resolved. can you please point me to the code where you have applied the fix? The earlier fix and path I submitted only fixed the email folder move issue i.e., MAILBOX-129. Later I tested DB Restore and that fix didn't fix MAILBOX-130. If you have made any

Re: Fwd: FW: Unable to move emails between folders with Encryption turned - on

2011-09-01 Thread Saibabu Vallurupalli
. Thx. On 01/09/11 04:32, Saibabu Vallurupalli wrote: Hi Eric, Sorry trouble you. Do you have any response for me on this email below? I have tried various other options around JPAMessage and so far I have not been successful. I greatly appreciate your help on this. Thanks, Sai

Re: Fwd: FW: Unable to move emails between folders with Encryption turned - on

2011-09-01 Thread Saibabu Vallurupalli
did before. Thanks, Sai On Thu, Sep 1, 2011 at 2:12 PM, Norman Maurer norman.mau...@googlemail.comwrote: Please open a bug report. I will have a look on the weekend. Thanks, Norman 2011/9/1 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric, From the error I am getting I went

Re: FW: Unable to move emails between folders with Encryption turned - on

2011-08-31 Thread Saibabu Vallurupalli
Hi Eric/Norman: I am able to reproduce this error in a simple way. In my checked-out version - C:\work\workspace\james\mailbox\trunk\jpa\src\main\java\org\apache\james\mailbox\jpa\JPAMessageManager.java There is reference to JPAMessage.java class and I changed it to JPAEncryptedMessage.java ran

Re: FW: Unable to move emails between folders with Encryption turned - on

2011-08-31 Thread Saibabu Vallurupalli
the feature, and return a JPAEncryptedMessage if needed. I hope this makes sense, and if yes, a patch is needed. wdyt? On 31/08/11 15:19, Saibabu Vallurupalli wrote: Hi Eric/Norman: I am able to reproduce this error in a simple way. In my checked-out version - C:\work\workspace\james

Re: Questions about JMX interface and James 3.0 beta2

2011-08-28 Thread Saibabu Vallurupalli
/**MailboxCopierManagement.javahttp://svn.apache.org/repos/asf/james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/mailbox/MailboxCopierManagement.java On 25/08/11 15:47, Saibabu Vallurupalli wrote: Hi Eric, We tried various options and restore is still not working

Comparison of libraries

2011-08-26 Thread Saibabu Vallurupalli
In process of debugging the mailbox restore issue I did a comparison between 3.0-SNAPSHOT and Beta2/Beta3 releases for libraries and found: lucene-analyzers-3.0.3.jar activation-1.1.1.jar servlet-api-2.4.jar jdom-1.0.jar jaxb-api-2.1.jar stax-api-1.0-2.jar jaxb-impl-2.2.1.jar These libraries are

Re: Comparison of libraries

2011-08-26 Thread Saibabu Vallurupalli
of the exception. I hope this helps. Thx On 26/08/11 14:48, Saibabu Vallurupalli wrote: In process of debugging the mailbox restore issue I did a comparison between 3.0-SNAPSHOT and Beta2/Beta3 releases for libraries and found: lucene-analyzers-3.0.3.jar activation-1.1.1.jar servlet-api-2.4

Encryption in Beta3 release

2011-08-25 Thread Saibabu Vallurupalli
Hi All, I have upgraded James to Beta3 and configured james-mailbox-jpa-context.xml to use Encryption and also persistence.xml to use JPAEncryptedMessage and unable to start James server. So, Encryption is not part of Beta3 release? I have also gone though the release notes and couldn't find the

Re: Encryption in Beta3 release

2011-08-25 Thread Saibabu Vallurupalli
. If you encounter issue, just come back. thx. On 25/08/11 15:11, Saibabu Vallurupalli wrote: Hi All, I have upgraded James to Beta3 and configured james-mailbox-jpa-context.xml to use Encryption and also persistence.xml to use JPAEncryptedMessage and unable to start James server. So

Re: Questions about JMX interface and James 3.0 beta2

2011-08-25 Thread Saibabu Vallurupalli
12:09, Saibabu Vallurupalli wrote: Hi Eric, You remembered correct. Last time I was trying to copy mails from JPA to JCR and JCR to JPA and was not successful on Windows. So, We have got a linux environment and trying to use maildir functionality. I was successful in taking backup from

Backup and restore question

2011-08-23 Thread Saibabu Vallurupalli
Hi, We are in process of taking backup and restore of James database using maildir and jpa. In this process we would like to know if this backup and restore is for entire repository or just emails table JAMES_MAIL? Thanks, Sai

Re: Questions about JMX interface and James 3.0 beta2

2011-08-22 Thread Saibabu Vallurupalli
: On 22/08/11 03:10, Saibabu Vallurupalli wrote: Hi Eric, Vanessa and I work on same project. I reviewed all log files and there are no errors or exceptions. Though this error got initiated from MailboxCopierManagement.java line#83 down the line the root cause looks like JMX Console related

Re: Questions about JMX interface and James 3.0 beta2

2011-08-21 Thread Saibabu Vallurupalli
Hi Eric, Vanessa and I work on same project. I reviewed all log files and there are no errors or exceptions. Though this error got initiated from MailboxCopierManagement.java line#83 down the line the root cause looks like JMX Console related. The JMX Console is unable to execute copy method. I

Re: Database backup and restore not working with jcr-mailboxmanager

2011-08-10 Thread Saibabu Vallurupalli
Hi Team, I really appreciate your suggestions on my email. Looks like you are all very busy with the release. Can you please let me know why JCR failed with the exception below and what I can do to get rid of this? Thank you, Sai On Sun, Aug 7, 2011 at 7:05 PM, Saibabu Vallurupalli

Re: Database backup and restore not working with jcr-mailboxmanager

2011-08-07 Thread Saibabu Vallurupalli
Charles e...@apache.org wrote: Hi Sai, Strange... I wonder if jpa and jcr are now incompatible? I would first try to make the jcr mailbox work (set jcr in mailbox.xml). Once you are sure jcr mailbox works fine, you can try to copy from jpa to jcr. Thx. On 06/08/11 21:24, Saibabu Vallurupalli

Database backup and restore not working with jcr-mailboxmanager

2011-08-06 Thread Saibabu Vallurupalli
Hi Eric and Team, I am feeling bad to come back to you so many times on this issue. I tried the options below and I still get the same error: Step 1 - Modified POM.xml in container-spring [1] project by adding the dependency as shown below: dependency groupIdorg.apache.james/groupId

Re: Database backup and restore not working with jcr-mailboxmanager

2011-08-06 Thread Saibabu Vallurupalli
, 2011 at 10:40 AM, Norman Maurer norman.mau...@googlemail.com wrote: did you add the JPAEncryptedMessage to persistence.xml ? bye norman Am Samstag, 6. August 2011 schrieb Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric and Team, I am feeling bad to come back to you so many

Re: Database backup and restore not working with jcr-mailboxmanager

2011-08-06 Thread Saibabu Vallurupalli
with JCR: in the impl, or in the dependencies compatiblity... Unfortunately, I won't have time to debug this. If nobody takes on this, you should consider another option to migrate (manual SQL diff, Linux...?). Thx. On 06/08/11 16:48, Saibabu Vallurupalli wrote: Yeah, I have added

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
message after maven compile. Then, it's not only the james-server-*.jar you have to take, but all the jars in the lib folder (after unzipping container-spring/target/james.**..zip, or tar.gz). You are probably missing the jcr dependencies. Thx. On 05/08/11 04:06, Saibabu Vallurupalli wrote

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
advise me. Thanks, Sai On Fri, Aug 5, 2011 at 9:03 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Fri, Aug 5, 2011 at 12:43 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Eric, I am pasting last few lines of my build below: ** [INFO

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
there. Hopefully, you will get the tar.gz/zip. But don't forget to run mvn install in your local server module, otherwise you won't get your modifications related to jcr. Good luck :) On 05/08/11 15:29, Saibabu Vallurupalli wrote: Hi Robert, I have checked-out entire source from http

Re: Backup restore for windows

2011-08-05 Thread Saibabu Vallurupalli
16:35, Saibabu Vallurupalli wrote: Hi Eric, Robert suggested the same, I tried and got errors and send my previous email. It has two sections first one is I tried in Tagged version and the second section is from Branch. I am pasting it below. So, I have already checked-out the source from

Re: Question on upgrade process

2011-08-04 Thread Saibabu Vallurupalli
don't even have those). Thx. On 04/08/11 14:58, Saibabu Vallurupalli wrote: Hi Eric, jcr-mailboxmanager throws error in jConsole complaining about InvalidStateException. java.lang.**ClassNotFoundException: org.apache.openjpa.**persistence.**InvalidStateException (no security manager

Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
Hi Eric, I have initiated a new thread because the other thread is too much crowded. Is there a possibility to have a fix for MailDir to work on Windows machine? I can contribute the fix if there is a possibility even for JCR Mailbox or any advise is greatly appreciated. Thanks, Sai

Re: Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
possible to remove mailbox-lucene and readd mailbox-jcr, but this need a recompilation. Can you do this? Otherwise, there is also the option to make a SQL diff between the 2 database schemas, and see this delta can be implemented with SQL scripts. Thx. On 04/08/11 15:26, Saibabu Vallurupalli

Re: Backup restore for windows

2011-08-04 Thread Saibabu Vallurupalli
On 04/08/11 17:56, Eric Charles wrote: Quick answer: - Remove from root pom.xml mailbox-lucene and uncomment/add mailbox-jcr. - Invoke mvn package. You should get in target folder the tar.gz. thx. On 04/08/11 17:27, Saibabu Vallurupalli wrote: Hi Eric, We have discussed on the 3

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
with JPAEncryptedMessage in persistence.xml, mails body and headers will be encrypted. Thx. On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
/james-server.log) ? Thx. On 03/08/11 14:47, Saibabu Vallurupalli wrote: Hi Eric, Thank you for confirming on this. We just encountered a strange issue with backup and restore. If we don't have any emails in the user Inbox, backup works perfectly. If there are any users then jConsole throws

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
. On 03/08/11 16:55, Saibabu Vallurupalli wrote: Hi Eric, We were able to send and receive emails successfully. Below are the steps I followed: - Ensured SMTP/POP3/IMAP4 services are disabled. - Started James - Opened jConsole and invoked mailboxcopier.copy with jpa-mailboxmanager

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
already exists exception is catched, logged, and the process continues. So we are now with an unlogged exception... I will try to copy a small mailbox here and see if it works. Which version are you using? Thx. On 03/08/11 17:26, Saibabu Vallurupalli wrote: Hi Eric, You are correct. Even I

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
) to MailDir and ViceVersa? Please advise. Thanks, Sai. On Wed, Aug 3, 2011 at 12:31 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: We have this problem in both versions 3.0-M3-SNAPSHOT and 3.0-Beta2 release as well. This will be really great help Eric. Look forward to see what you

Question on upgrade process

2011-08-02 Thread Saibabu Vallurupalli
Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage, now after upgrade to James 3-Beta2 we wanted to use JPAEncryptedMessage class in persistence.xml file for email encryption.

Re: Unable to use SenderHostIs mailet

2011-07-28 Thread Saibabu Vallurupalli
care that the mail will stop after the Bounce Mailet was called.. Bye, Norman Am 27.07.2011 22:09, schrieb Saibabu Vallurupalli: I am pasting my mailetcontainer.xml below: ?xml version=1.0? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license

Re: Issue with address-error not bounced

2011-07-27 Thread Saibabu Vallurupalli
? Thx. On 27/07/11 04:49, Saibabu Vallurupalli wrote: Hi Team, We are trying to configure James to return undelivered messages which are unknown user etc., Yesterday Eric suggested a solution and it worked great. This works only for any email sent to x...@localhost.com, where xyz user

Restrict to specific domain

2011-07-27 Thread Saibabu Vallurupalli
Hi Eric and Team, We finally decided to restrict emails to specific domain. i.e., we wanted to have our organization users to exchange emails with in the same domain ( mydomain.net) and any email sent to different domain should bounce back. Is there away we can achieve this functionality. I

Re: Restrict to specific domain

2011-07-27 Thread Saibabu Vallurupalli
... ... /mailet Bye, Norman 2011/7/27 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: Hi Eric and Team, We finally decided to restrict emails to specific domain. i.e., we wanted to have our organization users to exchange emails with in the same domain ( mydomain.net) and any

Re: Unable to use SenderHostIs mailet

2011-07-27 Thread Saibabu Vallurupalli
wrote: please show me your mailetcontainer.xml Thanks, Norman 2011/7/27 Saibabu Vallurupalli saibabu.vallurupa...@gmail.com: No Bounce at all. Email sent successfully :-( s...@mydomain.net to s...@yahoo.com Worked. And I don't want this to work. Thanks, Sai On Wed, Jul 27

SenderHostIs worked but email still goes out

2011-07-27 Thread Saibabu Vallurupalli
Hi Norman and Team, I tried a little different configuration as shown below in root processor: mailet match=SenderHostIs=mydomain.net class=Bounce messageYou can not send email to other domains other than mydomain.net /message attachmentNONE/attachment /mailet This worked great except

Re: SenderHostIs worked but email still goes out

2011-07-27 Thread Saibabu Vallurupalli
I modified the configurations and played little bit to make it work. Functionality is working great. Thanks so much for James team. Kudos to all of you. Thanks, Sai On Wed, Jul 27, 2011 at 10:20 PM, Saibabu Vallurupalli saibabu.vallurupa...@gmail.com wrote: Hi Norman and Team, I tried

Unknown user doesn't errors out

2011-07-26 Thread Saibabu Vallurupalli
Hi All, Good morning. We have integrated Apache James with SquirrelMail. Trying to send email to known unknown user or to the user doesn't exists,. SquirrelMail client doesn't show any errors message. i.e., we are expecting mail to bounce back with a message from Apache James saying unknown user

  1   2   >