Update README.md
This commit is contained in:
parent
e28247b897
commit
74dc85da83
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue