I use Proton as well and it’s been great, but setting up their bridge for IMAP access in a way that worked for my setup was needlessly annoying (run on a headless server and access it from other devices within the network and docker containers on said server).
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 25th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
CumBroth@discuss.tchncs.deto asklemmy@lemmy.ml•What's a quote that has stuck with you for your whole life?22·2 years agoThis one stuck with me and resurfaces in my mind every now and then, particularly nowadays:
“We’ve arranged a global civilization in which the most crucial elements profoundly depend on science and technology. We have also arranged things so that almost no one understands science and technology. This is a prescription for disaster.” ~ Carl Sagan
I would never expose it outside my network. The password used for authentication is too easy to brute force. If you really want to access it from anywhere, set it up for access within your network and then maybe use a VPN tunnel for devices outside the network. But anyway, setting up local access is problematic because it binds to localhost and gives you no option to change the binding address. There are several ways around this:
0.0.0.0 1142 127.0.0.1 1143
(bindaddress bindport connectaddress connectport); last step was to set it up as a systemd service.I went with the third option and it seemed like so much hassle for such a simple requirement, honestly. If you decide you want to do this, feel free to ask for my configuration files.