/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.kencochrane.com
| | jan.wildeboer.net
3.4 parsecs away

Travel
| | 0. The Journey - The basics and outlook (on the series, not the Microsoft mail client ;) 1. Postfix - the in and out, so to say. The robust, battle-hardened connection point for other mail servers on the internet to send emails to and receive emails from your domain(s). Also known as the MTA, the Mail Transfer Agent. 2. Dovecot - where you and your users talk to to get emails to their mail client, be it your smartphone, a mail client on your computer or just even the command line. It's the IMAP server. 3. DKIM/DMARC/SPF - Just having postfix and dovecot up and running isn't enough. We will also look at user authentication, letsencrypt certificates, DKIM, DMARC, SPF and the daily checks to make sure everything is humming along nicely. 4. The final stuff - How...
| | zaries.wordpress.com
3.0 parsecs away

Travel
| | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days...
| | www.tyil.nl
1.7 parsecs away

Travel
| | [AI summary] This blog post details the setup of an email server using FreeBSD and Postfix, including configuration steps for PostgreSQL integration, TLS, SASL, and virtual domains.
| | devopsian.net
18.9 parsecs away

Travel
| Practical web client unit-testing in Go by mocking the server side, now with HTTPS enabled