blob: 113a6b98b39dc0baf7daa46adab904fad34339ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 my personal git hosting at [https://git.sagittarius-a.org/lorenzo/sis](https://git.sagittarius-a.org/lorenzo/sis)
#### Related posts
|