Hacker News new | ask | show | jobs
by atmanactive 167 days ago
Very interesting, thanks for sharing. Looking at the /etc/mailserver/config.yaml example from README.md, I couldn't help but notice that the Bind-To Listening IP is missing. What happens if I have a multi homed machine with several IPs? Does the server gloom on all IPs?
1 comments

Yeah you caught that - right now it just binds to all interfaces by default. Definitely need to add a bind_address option in the config. That's going on my list.

If you're on a multi-homed setup right now, firewall rules would be the workaround, but I hear you - it should be in the config properly.

Thanks for the feedback, this is exactly what I was hoping to get from posting here.