12 lines
No EOL
290 B
Markdown
12 lines
No EOL
290 B
Markdown
# mail-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
|
|
``` |