can you elaborate exactly what you need. if you want a point to point encryption (which is genarally known as email encryption) you'll need user specific certificates. we do that using our own custom mailet (and we fetch the certificates from AD). user's email client does the decryption part (you have to import your private key in the email client, outlook , thunderbird supports this). but from your email it seems you want to store the mails encrypted only in the server, in such case even file system encryption should suffice (which is supported by any modern file system). regards ranjib
On Fri, Oct 1, 2010 at 12:13 AM, Norman Maurer <[email protected]> wrote: > There is nothing buildin which supports this atm. You would need to > implement your own mailbox store. If you just start up I would suggest > you to have a look at latest mailbox-api / mailbox-store for this. So > you are ready once next james will get released and are able to > support pop3 and imap. > > Bye, > Norman > > 2010/9/30 Michael Fielding <[email protected]>: > > Is there a convenient way to encrypt mail BEFORE it goes to the mail > > repository, and to decrypt it on the way back out? > > > > We are building a high security service and I envisage a separate > database > > server. I would like to encrypt data BEFORE it goes to that server, so > that > > the database can be managed by someone else (and in fact, to lock us out > of > > general access). > > > > Note that I'm not talking about encrypting the link to the database, that > is > > secured already. > > > > Many thanks, > > > > Michael Fielding > > read4sure Ltd. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
