Explore >> Select a destination


You are here

ketanvijayvargiya.com
| | nickjanetakis.com
9.6 parsecs away

Travel
| | Most of the time we connect to Docker running on our local machine, but you can also connect to Docker on a different machine too.
| | www.eisfunke.com
15.5 parsecs away

Travel
| | A simple solution for routing specific docker containers through a WireGuard VPN using only two simple systemd-networkd files, no cumbersome wg or ip calls.
| | golb.hplar.ch
9.0 parsecs away

Travel
| |
| | blog.jak-linux.org
41.1 parsecs away

Travel
| In the previous post about setting up a email server, I explained how I setup a forwarder using Postfix. This post will look at setting up Dovecot to store emails (and provide IMAP and authentication) on the server using GPG encryption to make sure intruders can't read our precious data! Architecture The basic architecture chosen for encrypted storage is that every incoming email is delivered to postfix via LMTP, and then postfix runs a sieve script that invokes a filter that encrypts the email with PGP/MIME using a user-specific key, before processing it further. Or short: