Skip to main content
Version: 1.5.6

RSPAMD GUI

Rspamd is an advanced spam filtering system that offers many different ways to filter messages, including regular expressions and statistical analysis. Each message is analyzed by rspamd and given a spam score.

rspamd gui

OpenPanel Enterprise edition includes RSPAMD by default.

How to enable Rspamd​

To enable RSPAMD:

  1. Go to OpenAdmin > Emails > Settings.
  2. Enable the 'RSPAMD' option. rspamd enable openadmin
  3. Save changes and restart the email server. rspamd restart openadmin

NOTE: If Rspamd is enabled, you should disable the following services (as they provide overlapping functionality): Amavis, SpamAssassin, OpenDKIM, OpenDMARC.

Setting a Password for the Rspamd GUI​

You must set a controller password before logging in.

  1. Open a terminal and run:

    docker exec -it openadmin_mailserver rspamadm pw
    • Enter your new password.

    • You'll receive a hashed value, for example:

      $2$mu7yqw9bn9heied5aeh8utec173umcub$oesyhcdpayqob6emzctn76c3dfrr1ipsi1hmht4a9sm7ytui8wjy
  2. Enter the mailserver container:

    docker exec -it openadmin_mailserver sh
  3. Add the hashed password to the configuration:

    echo 'password = "HASH_HERE";' >> /etc/rspamd/local.d/worker-controller.inc
  4. Exit the container and restart the mailserver:

    exit
    docker restart openadmin_mailserver

How to access the RSPAMD GUI​

Rspamd includes a web-based GUI that displays statistics and filtering data.

The interface is accessible via port 11334.

rspamd login

  1. Open your browser and visit:

    http://<SERVER_IP_ADDRESS>:11334
  2. Enter the password you configured.

  3. You now have access to the Rspamd dashboard.