CSSCurrent en:Activating the Archiving Feature: Unterschied zwischen den Versionen
(CSS-15988: Setting up an SFTP connector) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
{{NoteBox|title=|content=Make sure that this directory exists and that Cryptshare is granted write access. | {{NoteBox|title=|content=Make sure that this directory exists and that Cryptshare is granted write access. | ||
}} | }} | ||
| Zeile 22: | Zeile 23: | ||
Go to the [[{{NAMESPACE}}:Policy_Settings|Policy Rule Setup]] and activate the archiving feature by either activating it for single policy rules or by resetting the policy rules to their default settings. | Go to the [[{{NAMESPACE}}:Policy_Settings|Policy Rule Setup]] and activate the archiving feature by either activating it for single policy rules or by resetting the policy rules to their default settings. | ||
====== Activate archiving for a single policy rule ====== | |||
[[Datei:16 Aktivieren der Archivierung 04 EN.png]] | [[Datei:16 Aktivieren der Archivierung 04 EN.png]] | ||
Activate archiving using the reset-function | ====== Activate archiving using the reset-function ====== | ||
[[Datei:16 Aktivieren der Archivierung 05 EN.png]] | |||
[[Datei:16 Aktivieren der Archivierung 06 EN.png]] | [[Datei:16 Aktivieren der Archivierung 06 EN.png]] | ||
| Zeile 80: | Zeile 80: | ||
*# Transfer files | *# Transfer files | ||
* Document types (default configuration) | * Document types (default configuration) | ||
*# | *# *.eml | ||
*# | *# *.pdf | ||
*# | *# *.docx | ||
*# | *# *.doc | ||
*# | *# *.xlsx | ||
*# | *# *.xls | ||
*# | *# *.txt | ||
*# | *# *.ppt | ||
*# | *# *.pptx | ||
*# <all remaining files> | *# <all remaining files> | ||
* Files sizes: The smallest files are attached first | * Files sizes: The smallest files are attached first | ||
| Zeile 104: | Zeile 104: | ||
=== Set a file name template for the generated EML file === | === Set a file name template for the generated EML file === | ||
The filename for the generated EML file is fully customizable. For creating dynamic names and traceability, you can set the EML file name using the Velocity placeholders like in the [[{{NAMESPACE}}:Meta_Data_Configuration|Meta Data Configuration]]. A minimum file name of 4 characters is required and no empty value is allowed. | The filename for the generated EML file is fully customizable. For creating dynamic names and traceability, you can set the EML file name using the Velocity placeholders like in the [[{{NAMESPACE}}:Meta_Data_Configuration|Meta Data Configuration]]. A minimum file name of 4 characters is required and no empty value is allowed. | ||
The default setting is '''${trackingId}.eml'''. | The default setting is '''${trackingId}.eml'''. | ||
{{InfoBox|title=Example|content=A transfer is provided having the tracking-id ''''20170822-114019-3a4efd0d''''. Together with the default setting the EML file name will be ''''20170822-114019-3a4efd0d.eml''''. | {{InfoBox|title=Example|content=A transfer is provided having the tracking-id ''''20170822-114019-3a4efd0d''''. Together with the default setting the EML file name will be ''''20170822-114019-3a4efd0d.eml''''. | ||
Aktuelle Version vom 8. April 2026, 06:55 Uhr
Adding and configuring a new connector
Choose the desired connector from the drop-down box and click on the 'plus' button for adding the connector.
Enter the target directory to where archiving information shall be written and save the settings.
If your archiving system supports working with file name suffixes, setup the suffixes as well. Save the changes.
Go to the Policy Rule Setup and activate the archiving feature by either activating it for single policy rules or by resetting the policy rules to their default settings.
Activate archiving for a single policy rule
Activate archiving using the reset-function
Setting up an SFTP connector
General Setup
Follow the steps as described in the previous chapter by adding the connector and setting up the target directory, optionally the file name suffix configuration.
Remote Host
Enter the host name or IP address of the remote SFTP server. Make sure the SFTP server is up and running. Change the port setting in case the SFTP server is running on a different port.
Authentication
Keyboard Authentication
Activate the checkbox for keyboard authentication and enter a user name and password.
Public Key Authentication
Activate the checkbox for public-key authentication, enter a username, a passphrase if the key uses one and paste the private key into the text area.
Finally click on the 'Test Connection' button in order to check the settings If you didn't setup the fingerprint manually, a dialogue will show up asking whether you want to import the fingerprint. Confirm the dialogue with 'Yes' in order to import it. If you do not import the fingerprint a connection will not be possible. Save the changes in order to finish the setup.
EML Archiving
This feature is supported for the archiving connectors "Local File System" and "Secure copy". When activated, the connector attaches all archiving information to a single EML file. This way of archiving information is a common way how archiving systems gather their contents.
Activate EML Archiving
Prioritization
Attachments for the archiving EML are attached according to the following prioritization definition:
- General Order
- Confidential message
- Metadata
- Transfer files
- Document types (default configuration)
- *.eml
- *.docx
- *.doc
- *.xlsx
- *.xls
- *.txt
- *.ppt
- *.pptx
- <all remaining files>
- Files sizes: The smallest files are attached first
The document types consists of a list of file type extensions in the 'cryptshare.properties'. By setting these properties, the default configuration is overwritten, which provides the following options:
- A new list can be defined
- The order of the items can be changed
- Further file types can be defined
- At least one item needs to be specified, otherwise the setting will not be accepted and the default setting will be applied.
Set a Maximum Total Attachment Size
In order to limit the file size of the generated EML file, you can specifiy a maximum total attachment size for attachments. The allowed values are all positive integer numbers including zero. The default setting is 25 megabytes. When the overall size of all attachments (excluding the message itself and the metadata file) reaches the defined size threshold, no further attachments will be added to the EML.
Set a file name template for the generated EML file
The filename for the generated EML file is fully customizable. For creating dynamic names and traceability, you can set the EML file name using the Velocity placeholders like in the Meta Data Configuration. A minimum file name of 4 characters is required and no empty value is allowed.
The default setting is ${trackingId}.eml.














