S/MIME decryption options

Moderator: crythias

Locked
Snowmanko
Znuny newbie
Posts: 71
Joined: 06 Mar 2015, 17:45
Znuny Version: 6.0.5-1

S/MIME decryption options

Post by Snowmanko »

Hi,

is it possible to use standard Postmaster Filters against SMIME decrypted messages in general?
I can see i can search header field X-OTRS-BodyDecrypted in Postmaster Filter and then do something.
I suppose I need to turn on (set Value 1) in StoreDecryptedBody of module PostMaster::PreFilterModule###000-DecryptBody to do so.

My problem is:
  • I need to use Postmaster Filter and search in Decrypted Body - it does not work now, bcs. it filters encrypted content
  • I want my incomming encrypted mails to decrypt and create readable tickets (plain body)
Is this even possible?
thanks, BR!
OTRS 6.0.3-1, MySQL
Johannes
Moderator
Posts: 425
Joined: 30 Jan 2008, 02:26
Znuny Version: All of them ^^
Real Name: Hannes
Company: Znuny|OTTERHUB

Re: S/MIME decryption options

Post by Johannes »

Hi,
I need to use Postmaster Filter and search in Decrypted Body - it does not work now, bcs. it filters encrypted content

I want my incomming encrypted mails to decrypt and create readable tickets (plain body)
The first thing should work on regular header, not on the body.
The StoreDecrpytedBody is only relveant for the fulltextsearch.

The second: should work if SMIME is configured OK and certs are valid

Regards
Snowmanko
Znuny newbie
Posts: 71
Joined: 06 Mar 2015, 17:45
Znuny Version: 6.0.5-1

Re: S/MIME decryption options

Post by Snowmanko »

Decrypting content works fine but I need to use Postmaster Filters to do actions based on body. I dont have any additional headers that I can use.
OTRS 6.0.3-1, MySQL
Locked