pgo_lemmy
@pgo_lemmy@feddit.it
- Comment on What are the benefits of a server having multiple public IP addresses? 1 week ago:
If your vps is a firewall, you could use it as an exit point for different private networks: ip1 to mask the traffic for a guest subnet that you don’t trust and if the ip gets blacklisted there are no issues for lan traffic behind ip2 while ip3 is reserved for server traffic with specific rulesets on supplier’s systems for updates/backup/whatnot. Should you have more than one mail server because of reasons, if one is blacklisted the other could remain clean (in this situation you usually put them on different subnets but whatever).
- Comment on Spit Balling A Work Around For Blocked Email Port 1 month ago:
Mailu is a mail server so it is suitable for the task.
A mail client cannot listen for incoming messages because it does not have the listening part; a mail client interacts with a server for all the tasks, it does not sit listening and waiting for messages coming out of the blue from the outside world.
- Comment on Spit Balling A Work Around For Blocked Email Port 1 month ago:
You need a mail server somewhere, a mail client cannot listen for incoming messages. A possible workaround: you could activate your own mail server accessible only inside tailscale and use it to send and receive your local alerts.