Danke für die Antwort, die Adresse hatte ich editiert/unkenntlich gemacht. FW ist auf meinem System nicht aktiv, bzw offen..
Kann ich Posts im nachhinein nicht editiern?
`ip6tables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
MAILCOW all – anywhere anywhere /* mailcow */
DOCKER-USER all – anywhere anywhere
DOCKER-ISOLATION-STAGE-1 all – anywhere anywhere
ACCEPT all – anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all – anywhere anywhere
ACCEPT all – anywhere anywhere
ACCEPT all – anywhere anywhere
ACCEPT all – anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all – anywhere anywhere
ACCEPT all – anywhere anywhere
ACCEPT all – anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::a tcp dpt:sieve
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::a tcp dpt:pop3s
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::a tcp dpt:imaps
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::a tcp dpt:imap2
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::a tcp dpt:pop3
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::f tcp dpt:submission
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::f tcp dpt:submissions
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::f tcp dpt:smtp
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::b tcp dpt:sieve
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::b tcp dpt:pop3s
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::b tcp dpt:imaps
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::b tcp dpt:imap2
ACCEPT tcp – anywhere fd4d:6169:6c63:6f77::b tcp dpt:pop3
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target prot opt source destination
DOCKER-ISOLATION-STAGE-2 all – anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all – anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all – anywhere anywhere
RETURN all – anywhere anywhere
Chain DOCKER-ISOLATION-STAGE-2 (3 references)
target prot opt source destination
DROP all – anywhere anywhere
DROP all – anywhere anywhere
DROP all – anywhere anywhere
RETURN all – anywhere anywhere
Chain DOCKER-USER (1 references)
target prot opt source destination
RETURN all – anywhere anywhere
Chain MAILCOW (1 references)
target prot opt source destination `