I'm trying to create a Docker container with postfix and make it run without sudo permissions. I'm struggling with this because postfix needs sudo permissions to open the mail ports and I want another user to have the capabilities to do so without sudo/root permissions.
Can anyone give me some guidelines about how to do it?