Let me correct this.
After restart and running that command with or without the - I actually get this
[demo@mail mailcow-dockerized]$ sudo docker-compose logs --tail=200 netfilter-mailcow
[sudo] password for demo:
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 410, in <module>
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
netfilter-mailcow-1 | Traceback (most recent call last):
netfilter-mailcow-1 | File "/app/main.py", line 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
netfilter-mailcow-1 | Using IPTables backend
netfilter-mailcow-1 | Clearing all bans
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
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 410, in <module>
netfilter-mailcow-1 | clear()
netfilter-mailcow-1 | File "/app/main.py", line 222, in clear
netfilter-mailcow-1 | tables.clearIPv6Table()
netfilter-mailcow-1 | File "/app/modules/IPTables.py", line 72, in clearIPv6Table
netfilter-mailcow-1 | self.clearTable(iptc.Table6(iptc.Table6.FILTER))
netfilter-mailcow-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 589, in __new__
netfilter-mailcow-1 | obj._init(name, autocommit)
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip6tc.py", line 606, in _init
netfilter-mailcow-1 | self.refresh()
netfilter-mailcow-1 | File "/usr/lib/python3.11/site-packages/iptc/ip4tc.py", line 1634, in refresh
netfilter-mailcow-1 | raise IPTCError("can't initialize %s: %s" % (self.name,
netfilter-mailcow-1 | iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'