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.
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
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