Explore >> Select a destination


You are here

humberto.io
| | blog.edmdesigner.com
4.0 parsecs away

Travel
| | In this post you'll learn how to send emails from the Linux command line. I'll show the most often used commands, SMTP configuration and terminal options.
| | blog.lohr.dev
4.5 parsecs away

Travel
| | Learning how the IMAP protocol actually works
| | schadokar.dev
3.2 parsecs away

Travel
| | Learn how to easy it is to send an email in golang.
| | jan.wildeboer.net
24.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...