I have this error coming up after each setup run:
Your Mail-in-a-Box is running.
Please log in to the control panel for further instructions at:
Traceback (most recent call last):
File “/root/mailinabox/management/status_checks.py”, line 10, in
import dns.reversename, dns.resolver
ModuleNotFoundError: No module named ‘dns’
I have tried pip3 install dnspython (both with current user and root privileges) but no success.
Any ideas?
Thanks,
Paul