hi! im getting this error : netfilter-mailcow-1 | MAILCOW target is in position 2 in the ip forward table, restarting container to fix it...
when i do sudo iptables -L --line-numbers
it shows mailcow on line 2, and when i do sudo iptables -D FORWARD 1
to remove the one overriding it, it simply gets put back
Chain FORWARD (policy DROP)
num target prot opt source destination
1 DOCKER-USER all -- anywhere anywhere
2 MAILCOW all -- anywhere anywhere /* mailcow */
how do i fix this from getting overwritten?