sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit a5a739c353f3e8aee7bbcbc46a301294d11eb75f
parent 0f1a6883b6fac86c9fed8ab1dfb91b238d9d1a94
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 12 Nov 2025 13:55:49 +0100

Updated old blog post about email setup

Diffstat:
Msrc/blog/2022-10-19-email-setup/email-setup.md | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/src/blog/2022-10-19-email-setup/email-setup.md b/src/blog/2022-10-19-email-setup/email-setup.md @@ -196,6 +196,19 @@ Yes, this new setup works and I am always happy when things work. Of course, one might make the case that things worked before as well... I am happy that I could work my way around a basic smtpd configuration. -Besides being useful knowledge on its own, it may make a second attempt +Besides being useful knowledge on its own, I may make a second attempt at self-hosting my email less daunting. I don't know if I am ever going to try that, though. + +## Update (November 2025) + +After happily using this system for more than 3 years, I have now +switched to a more standard IMAP setup, where incoming mail is synced +with my mailbox.org server using [isync](https://isync.sourceforge.io/). +I did this for a few of reasons: + +* I am not that interested anymore in most of the mailing lists I + had signed up for, so a simpler folder structure now works for me. + I am not filtering my mail into separate folders automatically. +* I did not want to rely too much on my ad-hoc server setup for my email. +* I am less scared of IMAP now.