2024-01-23 21:36:21 +03:00
|
|
|
# mail-lua
|
|
|
|
|
2024-01-26 22:28:44 +03:00
|
|
|
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
|
|
|
|
```
|