mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
14.04k stars 1.44k forks source link

multiprocessing.pool.RemoteTraceback - old issue back again #2019

Open madeofstown opened 3 years ago

madeofstown commented 3 years ago

multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) File "/usr/lib/python3.6/multiprocessing/pool.py", line 47, in starmapstar return list(itertools.starmap(args[0], args[1])) File "management/status_checks.py", line 369, in run_domain_checks_on_domain check_mail_domain(domain, env, output) File "management/status_checks.py", line 627, in check_mail_domain mxhost = mx.split('; ')[0].split(' ')[1] IndexError: list index out of range """

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "management/status_checks.py", line 1035, in run_and_output_changes(env, pool) File "management/status_checks.py", line 880, in run_and_output_changes run_checks(True, env, cur, pool) File "management/status_checks.py", line 66, in run_checks run_domain_checks(rounded_values, env, output, pool) File "management/status_checks.py", line 337, in run_domain_checks ret = pool.starmap(run_domain_checks_on_domain, args, chunksize=1) File "/usr/lib/python3.6/multiprocessing/pool.py", line 274, in starmap return self._map_async(func, iterable, starmapstar, chunksize).get() File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value IndexError: list index out of range

madeofstown commented 3 years ago

Also, Roundcube loads just fine but the admin page is timing out when I log in. I am able to access a terminal on the VM to manage.

Latest stable version and I have not modified anything.