Update README.md

This commit is contained in:
doesnm 2024-01-26 20:28:44 +01:00
parent e28247b897
commit 74dc85da83

View file

@ -1,3 +1,12 @@
# mail-lua
Simple mail server on lua
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
```