Explore >> Select a destination


You are here

dataswamp.org
| | neilzone.co.uk
2.9 parsecs away

Travel
| | Neil Brown's personal blog.
| | poolp.org
3.4 parsecs away

Travel
| | TL;DR: - NO TL;DR: this time, I spent hours writing, you should spend minutes reading. - OK... I explain in WAY TOO MUCH details how to setup a mail server EDIT (2019-10-26) # OpenSMTPD 6.
| | blog.jak-linux.org
1.9 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:
| | iridakos.com
15.7 parsecs away

Travel
| A step by step tutorial to dockerize a Rails application and run it in Docker with PostgreSQL and Redis.