DNSBL server diagnostics not working

Issue #219 resolved
Glen A. created an issue

We recently purchased the Pro version, and it seems like the "DNSBL server diagnostics" page is not working.

It just stays at "Please wait, working...", and if you look at the dev console, there is a 404 when getting /admin/server/dnsbl/ (note the trailing slash, which might be the issue?).

How can we fix this?

Comments (3)

  1. SH repo owner

    Will be fixed in next release - basicaly you can fix it by yourself with these commands:

    # docker exec mailserver apt-get update
    # docker exec mailserver apt-get install dnsutils
    
  2. Log in to comment