Setting a connector property

For the correct handling of email attachments it is currently necessary set a property on each eperi sEcure Platform instance.

Procedure

  1. Connect to the target server using your preferred ssh tool (e.g., PuTTY) and log in.
  2. Become the root user:
    sudo su -
  3. Open the connector.properties file in an editor. The file is located in the classpath of eperi sEcure Platform, e.g., in /opt/eperi/gateway/tomcat/webapps/ROOT/.
  4. Add the following property to the connector.properties file and set it to false:
    de.eperi.ca.james.compat=false
  5. Save and exit the connector.properties file.
  6. Restart eperi sEcure Platform:
    systemctl restart eperi-gateway
    Important: In a cluster setup, the changes must be made on every eperi sEcure Platform instance and each eperi sEcure Platform instance must be restarted.

Results

You have successfully set the required property.