Advertisement
Guest User

Untitled

a guest
Aug 15th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. root@mail:/home/ubuntu/mailinabox/management# ./status_checks.py
  2.  
  3. System
  4. ======
  5. ✖ Public DNS (nsd4) is running and available over IPv4 but is not accessible over IPv6 at 2620:89:2000::10 port 53.
  6. ✖ The SSH server on this machine permits password-based login. A more secure way to log in is using a public key. Add your SSH public key to $HOME/.ssh/authorized_keys, check that you can log in without a
  7. password, set the option 'PasswordAuthentication no' in /etc/ssh/sshd_config, and then restart the openssh via 'sudo service ssh restart'.
  8. ✓ System software is up to date.
  9. ? You are running version Mail-in-a-Box v0.47. Mail-in-a-Box version check disabled by privacy setting.
  10. ✓ System administrator address exists as a mail alias. [administrator@mail.xxx.net ↦ xxx@xxx.com,noc@xxx.net]
  11. ✓ The disk has 70.18 GB space remaining.
  12. ✓ System memory is 89% free.
  13.  
  14. Network
  15. =======
  16. ✓ Firewall is active.
  17. ✓ Outbound mail (SMTP port 25) is not blocked.
  18. ✓ IP address is not blacklisted by zen.spamhaus.org.
  19. multiprocessing.pool.RemoteTraceback:
  20. """
  21. Traceback (most recent call last):
  22. File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker
  23. result = (True, func(*args, **kwds))
  24. File "/usr/lib/python3.6/multiprocessing/pool.py", line 47, in starmapstar
  25. return list(itertools.starmap(args[0], args[1]))
  26. File "./status_checks.py", line 349, in run_domain_checks_on_domain
  27. check_mail_domain(domain, env, output)
  28. File "./status_checks.py", line 587, in check_mail_domain
  29. mxhost = mx.split('; ')[0].split(' ')[1]
  30. IndexError: list index out of range
  31. """
  32.  
  33. The above exception was the direct cause of the following exception:
  34.  
  35. Traceback (most recent call last):
  36. File "./status_checks.py", line 976, in <module>
  37. run_checks(False, env, ConsoleOutput(), pool)
  38. File "./status_checks.py", line 64, in run_checks
  39. run_domain_checks(rounded_values, env, output, pool)
  40. File "./status_checks.py", line 322, in run_domain_checks
  41. ret = pool.starmap(run_domain_checks_on_domain, args, chunksize=1)
  42. File "/usr/lib/python3.6/multiprocessing/pool.py", line 274, in starmap
  43. return self._map_async(func, iterable, starmapstar, chunksize).get()
  44. File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get
  45. raise self._value
  46. IndexError: list index out of range
  47. root@mail:/home/ubuntu/mailinabox/management#
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement