From 74dc85da837815b03b4446cd08a7620bfe85a2d1 Mon Sep 17 00:00:00 2001 From: doesnm Date: Fri, 26 Jan 2024 20:28:44 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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