mail-lua/README.md
2024-01-26 20:28:44 +01:00

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
```