Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email [2025/03/02 16:23] – willy | email [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== E-Mail Concepts ====== | ||
- | |||
- | While the e-mail is one of the most ancient internet protocols, like DNS, it has been integrated with many pieces and bit over the decades to evolve it to an usable state today. | ||
- | |||
- | E-Mail has tons of issues, like spam, abuse and plain brute-force attacks on top of no default encryption and limited overall security. To address most of these issues over the years new protocols and standards emerged, like DKIM, SPF, DMARC and so on. The basic SMTP has been integrated with TLS/SSL to provide wire encryption, and the ancient POP3 is nowadays replaced by IMAP and even JMAP. | ||
- | |||
- | |||
- | ===== Preamble ===== | ||
- | |||
- | Hosting an email server is **not** a simple task. Historically it was a matter of setting up tools like [[http:// | ||
- | |||
- | One important detail: you **need** to host an email server on a real public and static IP address. No dynamic IP or port forwarding will really work properly. I will show you how to host your email server on your //external server//. A different point relies in how to forward emails generated by your //home server// to your external server, and it is described [[email: | ||
- | |||
- | ===== The available solutions ===== | ||
- | |||
- | While today there are a few all-in-one solutions that could greatly help you with the process, i couldn' | ||
- | |||
- | I tried the [[services: | ||
- | |||
- | I also tried [[https:// | ||
- | |||
- | If i have to use Postfix and Dovecot, today, then i can go back to how i hosted my mail for the last 20+ years and do it manually once again. | ||
- | |||
- | So, my solution is to implement the mail stack with the good old tools, and i will show it [[email: | ||
- | |||
- | |||