[demo@mail mailcow-dockerized]$ sudo docker compose logs -f --tail=200 netfilter-mailcow
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 exited with code 1
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 exited with code 1
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 454, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 243, in clear
netfilter-mailcow-1 | tables.clearIPv4Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 69, in clearIPv4Table
netfilter-mailcow-1 | self.clearTable(iptc.Table(iptc.Table.FILTER))
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 81, in clearTable
netfilter-mailcow-1 | mailcow_chain.delete_rule(rule)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 1509, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 997, in final_check
netfilter-mailcow-1 | self.target.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 343, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 452, in _update_parameters
netfilter-mailcow-1 | self.set_parameter(k, v)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 289, in set_parameter
netfilter-mailcow-1 | return self.parse(parameter.replace("_", "-"), value)
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 336, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 807, in _parse
netfilter-mailcow-1 | self._xt.parse_target(argv, inv, self._module, entry,
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 869, in new
netfilter-mailcow-1 | return fn(*args)
netfilter-mailcow-1 | ^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/xtables.py", line 1099, in parse_target
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (t.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'LOG': no such parameter b'log-prefix'
netfilter-mailcow-1 exited with code 1