I used the documentation to setup mailcow-dockerized in Orbstack. After running the setup script, it created all the containers on its own mailcow network so everything is behind the Orbstack/Docker bridge network and being NATd as this is standard for most container setups. Question though is now all connections to postfix or dovecot will be natd and come from a single ip of 172.22.1.1 so postfix will be unable to inspect the client connection ip’s and block accordingly. You also have to remove my_networks from smtpd_relay_restrictions or the mail server is an open relay right out of the box. I have scanned the documentation and internet to see if I missed something on setting up mailcow-dockerized or if this is normal behavior. Even my friend ChatGTP was unable to find anything otherwise. Any help would be appreciated, it does work like this but it seems like all ability to stop spammers and bad actors connecting to the servers is lost in this setup scenario.