From 3d3feea3aa5a7c48a0577af40806c3bb03b818fb Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sun, 31 Aug 2025 17:41:18 +0200 Subject: Implemented the website --- content/projects/sis.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/projects/sis.md (limited to 'content/projects/sis.md') diff --git a/content/projects/sis.md b/content/projects/sis.md new file mode 100644 index 0000000..bda8f4b --- /dev/null +++ b/content/projects/sis.md @@ -0,0 +1,17 @@ + + +## sis +**sis** is a simple IMAP server. + +#### Description +While setting up Dovecot for my personal mail server I realized how (in my opinion)\ +overcomplicated it is. So I decided to make an IMAP server following the [suckless philosophy](https://suckless.org/philosophy/).\ +The source code must be kept simple and configuration can be done by simply modifying\ +the generated `config.h` file before compiling. This is probably not feasible for a large\ +scale mailing service but it's more than enough for all the people who just want an email\ +server for themselves. + +#### Sources +sis is currently hosted on Sourcehut at [https://git.sr.ht/~lolzdev/sis](https://git.sr.ht/~lolzdev/sis) + +#### Related posts -- cgit v1.2.3