automatically encrypt all emails?

Moderator: crythias

Locked
inwiwo
Znuny newbie
Posts: 20
Joined: 16 Jun 2012, 17:13
Znuny Version: 5.0.6

automatically encrypt all emails?

Post by inwiwo »

Hi all,

is it possible to encrypt all emails (agent notifications and replies to customers) by default if the public key is present? Notifications to agents are not encrypted at all and replies to customers are only encrypted after manually selecting the key from the dropdown.

We use Enigmail in Thunderbird and in there you can set encryption by default without the need for user intervention. I'd like to have the same functionality in OTRS.

If it's not possible to set it in the GUI, would it be possible to "hack" the mail send command in a way that it looks in the keyring whether the recipient's public key is available and encrypts the email?

Thanks for your answers
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: automatically encrypt all emails?

Post by jojo »

Hi,

currently this is not possible.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
inwiwo
Znuny newbie
Posts: 20
Joined: 16 Jun 2012, 17:13
Znuny Version: 5.0.6

Re: automatically encrypt all emails?

Post by inwiwo »

jojo wrote:Hi,

currently this is not possible.
bummer :(

But thanks for the quick reply. At least I don't need to search further.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: automatically encrypt all emails?

Post by crythias »

note that if your MTA encrypts all mail you probably don't need OTRS to do it.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
inwiwo
Znuny newbie
Posts: 20
Joined: 16 Jun 2012, 17:13
Znuny Version: 5.0.6

Re: automatically encrypt all emails?

Post by inwiwo »

crythias wrote:note that if your MTA encrypts all mail you probably don't need OTRS to do it.
Good point. I could look into this. The only thing is that, if a customer sends an encrypted email, OTRS will decrypt the message in the ticket view. But the notification sent to the agent will only contain
<snip>
- no text message => see attachment -
<snip>
I don't need this text to be encrypted :)

It looks like the only way I could achieve what I want is, to disable PGP in OTRS and set up an email server, which decrypts incoming and encrypts outgoing messages.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: automatically encrypt all emails?

Post by jojo »

for sure this functionality can be developed. You might suggest it to marketing@otrs.com or fund it (sales@otrs.com) or develop it and send a pull request via github
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: automatically encrypt all emails?

Post by root »

inwiwo wrote:
crythias wrote: It looks like the only way I could achieve what I want is, to disable PGP in OTRS and set up an email server, which decrypts incoming and encrypts outgoing messages.
Maybe https://www.ciphermail.com/ is an option. There's an AGPL licensed Community edition available.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked