Mail Encryption Algorithm

2012-05-23 Thread Atherton, Cynthia
I'm trying to determine how James implements a specific encryption algorithm 
for email messages.

We currently use a MySQL database as our mail repository. The email content is 
encrypted in the database. Where is James do I specify the encryption algorithm?

Thanks,

Cindy Atherton





Special Characters that should be excluded in the LDAP

2012-04-02 Thread Atherton, Cynthia
Recently, we found an issue where James would fail to build the users list for 
an LDAP connection when James encountered a comma in the common name in the 
LDAP. Is there a known list of special characters that will cause problems when 
James attempts to connect or access the LDAP?

Thanks,

Cindy Atherton
Software Engineer
Harris Healthcare Solutions
(321) 914-1406





RE: James 3.0 Beta 4 version

2012-02-21 Thread Atherton, Cynthia
I did not see a response. However, I did add a wait_timeout setting to the 
my.ini file. The timeout defaults to 8 hours, so I set it to 16 (in 
milliseconds). That seemed to provide an acceptable work around, at least for 
now. 

-Original Message-
From: Kendrick C. Wilson [mailto:kendrick_wil...@hotmail.com] 
Sent: Tuesday, February 21, 2012 2:38 PM
To: server-user@james.apache.org
Subject: RE: James 3.0 Beta 4 version


Any word on the JDBC connection timeout error?

Kendrick C. Wilson 


> Date: Mon, 20 Feb 2012 10:45:23 +0100
> From: e...@apache.org
> To: server-user@james.apache.org
> Subject: Re: James 3.0 Beta 4 version
> 
> Hi,
> If everything goes well, around 5th March.
> Thx,
> ERic
> 
> 
> On 20/02/12 09:28, Jentu Jain wrote:
> > Hi,
> >
> > When would James 3.0 beta4 version be released?
> >
> > Regards
> >
> > 
> > Jentu Jain | Datacert, Inc.
> >
> > /Why are major companies rapidly migrating to Passport? Find Out Here
> > /
> >
> > Description: cid:image001.gif@01CBF2C7.283B26D0
> > Description:
> > cid:image002.gif@01CBF2C7.283B26D0 
> >
> 
> -- 
> eric | http://about.echarles.net | @echarles
> 
> -
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
> 
  

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



RE: James 3.0 Version

2012-02-13 Thread Atherton, Cynthia
Kendrick,

Are you using the Vlogin plugin as well?

Thanks!

-Original Message-
From: Kendrick C. Wilson [mailto:kendrick_wil...@hotmail.com] 
Sent: Monday, February 13, 2012 9:59 AM
To: server-user@james.apache.org
Subject: RE: James 3.0 Version


I did that also.

Kendrick C. Wilson 


> From: cathe...@harris.com
> To: server-user@james.apache.org
> Subject: RE: James 3.0 Version
> Date: Mon, 13 Feb 2012 14:41:46 +
> 
> I am currently researching the exact same problem.
> 
> I have tried appending autoReconnect=true and create=true in 
> database.properties and that did not help.
> 
> I am hoping someone has a solution.
> 
> I am running apache-james-3.0-beta2.
> 
> Thanks,
> 
> Cindy
> 
> -Original Message-
> From: Kendrick C. Wilson [mailto:kendrick_wil...@hotmail.com] 
> Sent: Monday, February 13, 2012 9:32 AM
> To: server-user@james.apache.org
> Subject: James 3.0 Version
> 
> 
> I am having a problem with James maintaining communication with a MySql db 
> server after sometime(8 hours).
> This is forcing us to restart James.
> To reproduce1) start mysql2) start james3) stop mysql4) start mysql5) 
> request something from james
> Is there a way to force James to reconnect to the database?
> Thanks.
> Kendrick C. Wilson 
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org
> 
  

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



RE: James 3.0 Version

2012-02-13 Thread Atherton, Cynthia
I am currently researching the exact same problem.

I have tried appending autoReconnect=true and create=true in 
database.properties and that did not help.

I am hoping someone has a solution.

I am running apache-james-3.0-beta2.

Thanks,

Cindy

-Original Message-
From: Kendrick C. Wilson [mailto:kendrick_wil...@hotmail.com] 
Sent: Monday, February 13, 2012 9:32 AM
To: server-user@james.apache.org
Subject: James 3.0 Version


I am having a problem with James maintaining communication with a MySql db 
server after sometime(8 hours).
This is forcing us to restart James.
To reproduce1) start mysql2) start james3) stop mysql4) start mysql5) 
request something from james
Is there a way to force James to reconnect to the database?
Thanks.
Kendrick C. Wilson 


  

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



IMAP Error When Using ActiveDirectory Configuration

2012-02-12 Thread Atherton, Cynthia
Hi! First time poster, so I hope I'm doing this correctly.

I have configured apache-james-3.0-beta2 to connect to an Active Directory 
instance. Everything seems to work correctly until I try to log in to my mail 
server (SquirrelMail) as a user that is stored in the Active Directory. At that 
point, I get the following in the james-server.log. I'm sure it's something 
that I have configured incorrectly in the userrepository.xml file. But, does 
anyone have any idea why it would throw a NullPointerException when processing 
the imap request?

DEBUG 12:01:26,842 | james.imapserver | ID=28556801 Got : LOGIN
DEBUG 12:01:26,864 | james.imapserver | ID=28556801 Error while processing imap 
request
java.lang.NullPointerException
at 
org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository.buildUser(ReadOnlyUsersLDAPRepository.java:359)
at 
org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository.buildUserCollection(ReadOnlyUsersLDAPRepository.java:330)
at 
org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository.getUserByName(ReadOnlyUsersLDAPRepository.java:428)
at 
org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository.test(ReadOnlyUsersLDAPRepository.java:531)
at 
org.apache.james.adapter.mailbox.store.UserRepositoryAuthenticator.isAuthentic(UserRepositoryAuthenticator.java:53)
at 
org.apache.james.mailbox.store.StoreMailboxManager.login(StoreMailboxManager.java:228)
at 
org.apache.james.mailbox.store.StoreMailboxManager.login(StoreMailboxManager.java:236)
at 
org.apache.james.imap.processor.AbstractAuthProcessor.doAuth(AbstractAuthProcessor.java:56)
at 
org.apache.james.imap.processor.LoginProcessor.doProcess(LoginProcessor.java:53)
at 
org.apache.james.imap.processor.LoginProcessor.doProcess(LoginProcessor.java:36)
at 
org.apache.james.imap.processor.AbstractMailboxProcessor.doProcess(AbstractMailboxProcessor.java:90)
at 
org.apache.james.imap.processor.AbstractMailboxProcessor.process(AbstractMailboxProcessor.java:79)
at 
org.apache.james.imap.processor.AbstractMailboxProcessor.doProcess(AbstractMailboxProcessor.java:73)
at 
org.apache.james.imap.processor.AbstractMailboxProcessor.doProcess(AbstractMailboxProcessor.java:56)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:55)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChainedProcessor.process(AbstractChainedProcessor.java:57)
at 
org.apache.james.imap.processor.base.AbstractChain