diff --git a/README.md b/README.md index 09c234d..953e4db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # mail-lua -Simple mail server on lua \ No newline at end of file +Simple mail server on lua + +# How to use it? + +You should run lua script with flua (recommended) through xinetd, inetd or [sinetd](https://notabug.com/64coreCPU/sinetd) + +in script arguments you should enter list of mailboxes in such format: +``` +user@domain.td:/path/to/maildir +``` \ No newline at end of file