Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    S/MIME Save mails uncrypted

    Kopano WebApp
    2
    4
    263
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • anticloudazure
      anticloudazure last edited by

      Hello!

      What is best practice to save mail that arrived smime encrypted in an unencrypted state to make them readable for all.

      Thank you!!!

      1 Reply Last reply Reply Quote 0
      • robing
        robing Kopano (Inactive) last edited by

        There isn’t really a best practice for this as you are removing a security element but in theorie it can be accomplished with python-kopano.

        You have 2 options here

        Create a ICS script that hooks on a store and monitors the incoming items and if encrypted decrypt is with the private key and save the text in the mail body. example of a ics script https://stash.kopano.io/projects/KSC/repos/kopano-spamd/browse

        Create a dagent plugin that checks all the incoming items and decrypt the items if needed
        https://documentation.kopano.io/kopanocore_administrator_manual/special_kc_configurations.html#kopano-python-plugin-framework

        For both options you need to private key and the password of this key in order to decrypt the item.

        We don’t have any scripts that can accomplish this as already stated the mails are encrypted for a reason, so do you really want to remove this security layer

        Regards Robin,

        Need support?
        Have a look at https://kopano.com/support/ for options.

        Helpful resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        1 Reply Last reply Reply Quote 0
        • anticloudazure
          anticloudazure last edited by

          Thank you for the info!

          Where can I get more Information on how to build such an ics script?

          Yes I need to save these mails decrypted because they need to looked at by a group of people.

          Thank you!

          1 Reply Last reply Reply Quote 0
          • robing
            robing Kopano (Inactive) last edited by

            python-kopano documentation can be found here https://documentation.kopano.io/kopano_python_kopano/synchronization.html#ics

            And for a example take a look at https://stash.kopano.io/projects/KSC/repos/kopano-spamd/browse

            Regards Robin,

            Need support?
            Have a look at https://kopano.com/support/ for options.

            Helpful resources:
            https://kopano.com/blog/how-to-get-kopano/
            https://documentation.kopano.io/
            https://kb.kopano.io/

            1 Reply Last reply Reply Quote 0
            • First post
              Last post