summaryrefslogtreecommitdiff
path: root/content/projects/sis.md
diff options
context:
space:
mode:
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