Fulltext searching in body field encrypted

Hi all,i have this problem:

an user have setting, in your preference of the your mail database,

“Encrypt saved copy of mail that you send”.

Him have an index full text with field encrypt checked.

But when him search an word, in sent view, it is not finded.

How i can resolve this problem?

Is it possible decrypt the body field?

Thanks

Max

Subject: Fulltext searching in body field encrypted

Change the full-text index settings (in database properties dialog) to also index encrypted fields and rebuild the index.

Subject: RE: Fulltext searching in body field encrypted

… i had forgot: it was already setting …I think that the full text index use the id server and the encrypt field use id of the user … so id server cannot read the body field because it encrypt from the user.

So I don’ know how resolve this problem.

thanks

Max

Subject: RE: Fulltext searching in body field encrypted

Oh well that sounds … as if you’re right. I should have given it a second thought before posting. Decrypting the field requires access to the user’s public key, which the server doesn’t have.

It should work with an index on a local replica of that mail file, but only if your user has the right to create a full-text index.

Subject: RE: Fulltext searching in body field encrypted

Ok… but is not possible decrypt body field? so … come back.I don’t want to create local replica for user.

I would like the full text index of the server! :-(((

thx

max

Subject: RE: Fulltext searching in body field encrypted

The only key that can decrypt these messages is the user’s private key, that’s in his id file, only.

In theory, there might be ways around it. E.g., in Domino Web Access, Lotus introduced the option to import your id file into your mail database, which allows you to view incoming encrypted mail using the browser.

I don’t know how they implemented it. If your user’s mail file is on a DWA template, you could still give that a try and ask him to import his id file. But I cannot imagine that this is would allow the server to decrypt any mail of that user. It’s a free try.

As far as I know, even vendors of add-ons like spam filters offer a local plugin - versus the server plugin - for users who choose to encrypt their own saved mail.

I wonder if this is necessary anyway.