Rspamd Admin ​
The Rspamd Admin action opens the Rspamd Web UI, the external interface for managing the spam-filtering and email-processing engine used by AdminBolt.
Where to find it ​
Rspamd Admin has no sidebar entry of its own. Open the Email group and use the Rspamd Admin button in the page header.
Rspamd's own logs are elsewhere: they are a tab of the Logs page (/admin/logs?area=system&tab=rspamd), not part of this interface.
Overview ​
URL: /rspamd-webui/
This link opens the Rspamd Web UI in a new context on the same host and port as the panel. Rspamd provides spam filtering, antivirus, and other mail processing capabilities.
Open it with the button rather than by typing the address. The address sits outside /admin and is not part of the panel's own navigation, so a cold request to it answers 401 Unauthorized.
This is not an AdminBolt-native page - it is the standalone Rspamd interface. Refer to the official Rspamd documentation for full details on its features.
Rspamd Web UI Features ​
The Rspamd Web UI typically includes:
- Dashboard / Statistics - Messages processed, symbols hit, reject rate, and throughput graphs.
- Symbols / Rules - List of symbols and rules with scores, enable/disable toggles, and threshold adjustments.
- Logs - Rspamd-specific log viewer for diagnosing mail filtering issues.
- Configuration - Advanced Rspamd configuration options (if exposed by the deployment).
The exact layout and features depend on the installed Rspamd version.