Skip to main content

Mailbox Configuration

Last updated: July 31, 2026Latest Frontend Version: 2.17.4

Actions in tiCrypt frontendโ€‹

The tiCrypt frontend reads the mailbox URL from the configuration provided by tiCrypt Connect.

To set or change the mailbox URL, either change the deployment file (not recommended) or set the mailbox URL in the frontend. To do this, from the tab, select System Settings and edit the Inbox Settings card.

In this example, we set the mailbox URL to https://mailbox.example.com/inbox.html and the priority to "Override". This priority means the setting takes precedence over the setting in the deployment file.

Restart Nginx and testโ€‹

The last step is to restart Nginx:

systemctl restart nginx

You can now navigate to https://mailbox.example.com/inbox.html to test that the web application is running correctly.