Repository Synchronization
config_default
repository into the client-specific repository.storage.conf
will be updated with paths for Postbox files, containers.conf
will be updated with the container version, and commands.conf
will be updated with the relevant deployment code.Updating Local Configurations
git pull
on the client-specific config on the DMS host to retrieve the latest version.update_scripts.sh
.Verifying DMS Availability
Enabling Postbox in DMS
dms.conf
file, add the line POSTBOX_ENABLED=true
(placed strictly above the HTTPS parameter). This tells the DMS to load and enable the Postbox functionality.Deployment Command
postbox
parameter. For example:deploy.sh -vvv postbox |
Configuring the PAT_DMS_SETTINGS
Table
PAT_DMS_SETTINGS
, set this case number using postbox.incoming.mail.case
.postbox.initial.date
, specify the date in yyyy-mm-dd
format from which Postbox will start processing emails.postbox.email.listener.addresses
, specify the email addresses for Postbox to track (via the “To” and “Cc” fields).postbox.users
, define a JSON array of strings (user logins) that can access Postbox. For example:["user1", "user2", "admin"] |
postbox.incoming.mail.lifetime
, specify the number of days (default is 20) after which an email will no longer be displayed in Postbox.postbox.termlist.url
, set the path to the term list report (for example, reports/1234
).https://<dmsserver>/postbox |
http://<dmsserver>:9083/postbox |