I am getting this error message when I am adding the domain to the mail server.
Traceback (most recent call last):
File "/www/server/panel/class_v2/panel_plugin_v2.py", line 2365, in a
return public.run_plugin_v2(get.name, get.s, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 8689, in run_plugin_v2
raise PanelError(res['msg'])
public.exceptions.PanelError: An error occurred while the panel was running: Traceback (most recent call last):
File "/www/server/panel/plugin/mail_sys/mail_sys_main.py", line 1554, in get_domains
item['dkim_value'] = self._get_dkim_value(item['domain'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/plugin/mail_sys/mail_sys_main.py", line 1726, in _get_dkim_value
value = file_body[1] + file_body[3]
IndexError: list index out of range