Just upgraded. Read the readme and all update docs.
I do not use ldap so no issues there. Was able to login just fine to the admin console.
I monitor netfilter at the command line. When running the following command I cannot see the log.
[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 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
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 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
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 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
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 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
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 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
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 416, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 218, 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 1498, in delete_rule
netfilter-mailcow-1 | rule.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 988, in final_check
netfilter-mailcow-1 | match.final_check()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 339, in final_check
netfilter-mailcow-1 | self._update_parameters()
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 448, 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 285, 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 332, in parse
netfilter-mailcow-1 | self._parse(argv, inv, entry)
netfilter-mailcow-1 | File "/usr/lib/python3.12/site-packages/iptc/ip4tc.py", line 601, in _parse
netfilter-mailcow-1 | self._xt.parse_match(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 1144, in parse_match
netfilter-mailcow-1 | raise XTablesError("%s: no such parameter %s" % (m.name,
netfilter-mailcow-1 | iptc.errors.XTablesError: b'multiport': no such parameter b'dports'
Is there a different command to run to accomplish this?
It worked in the previous release.
Thanks