summaryrefslogtreecommitdiff
path: root/content/projects/sis.md
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
commit3d3feea3aa5a7c48a0577af40806c3bb03b818fb (patch)
tree8f1fa8674b92a4bab07d0382b1fe7df846be5bb8 /content/projects/sis.md
parentb1ca36ee69f95738a558c2848c0015172483ba88 (diff)
Implemented the website
Diffstat (limited to 'content/projects/sis.md')
-rw-r--r--content/projects/sis.md17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!-- title: sis -->
+
+## 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