## 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