No description
Find a file
2025-11-30 12:58:35 +01:00
.gitignore implemented the lexer 2025-11-30 12:58:35 +01:00
cc.c implemented the lexer 2025-11-30 12:58:35 +01:00
config.def.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.mk implemented the lexer 2025-11-30 12:58:35 +01:00
lexer.c implemented the lexer 2025-11-30 12:58:35 +01:00
lexer.h implemented the lexer 2025-11-30 12:58:35 +01:00
LICENSE implemented the lexer 2025-11-30 12:58:35 +01:00
Makefile implemented the lexer 2025-11-30 12:58:35 +01:00
README implemented the lexer 2025-11-30 12:58:35 +01:00
test.c implemented the lexer 2025-11-30 12:58:35 +01:00
utils.c implemented the lexer 2025-11-30 12:58:35 +01:00
utils.h implemented the lexer 2025-11-30 12:58:35 +01:00

sis - simple imap server
============================
sis is an IMAP server, following the unix philosophy,
trying to be as small as possible while providing
a reliable service.


Requirements
------------
In order to build sis you need... a computer


Installation
------------
Edit config.mk to match your local setup (sis is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install sis (if
necessary as root):

    make clean install


Running sis
-----------
By default, sis runs in daemon mode, if you want to avoid detaching use the -d option
    sis -d


Configuration
-------------
The configuration of sis is done by creating a custom config.h
and (re)compiling the source code.