secubox-openwrt/package/secubox/luci-app-mailinabox/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

42 lines
822 B
Markdown

# LuCI Mail-in-a-Box
Self-hosted mail server management dashboard (SMTP, IMAP, webmail).
## Installation
```bash
opkg install luci-app-mailinabox
```
## Access
LuCI menu: **Services -> Mail Server**
## Tabs
- **Overview** -- Service status, container health, domain configuration
- **Settings** -- Hostname, domain, service control
## RPCD Methods
Backend: `luci.mailinabox`
| Method | Description |
|--------|-------------|
| `status` | Service and container status |
| `get_config` | Get mail server configuration |
| `save_config` | Save hostname and domain settings |
| `install` | Install Mail-in-a-Box container |
| `start` | Start mail services |
| `stop` | Stop mail services |
| `restart` | Restart mail services |
| `logs` | Fetch service logs |
## Dependencies
- `luci-base`
## License
Apache-2.0