When disabling iptables in docker, its forwarding proxy process takes over. This creates the situation that every incoming connection on port 25 seems to come from the local network (docker's 172.17.x.x) and is accepted.
IMHO there should be some mechanism to check for that situation and refuse service in such cases, but right now I'm at loss what that could look like.
When disabling iptables in docker, its forwarding proxy process takes over. This creates the situation that every incoming connection on port 25 seems to come from the local network (docker's 172.17.x.x) and is accepted.
IMHO there should be some mechanism to check for that situation and refuse service in such cases, but right now I'm at loss what that could look like.