mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-11-01 19:10:55 +00:00
Intended to be the simplest auth possible: every time the service starts, a random key is written to `/var/lib/mailinabox/api.key`. In order to authenticate to the service, the client must pass the contents of `api.key` in an HTTP basic auth header. In this way, users who do not have read access to that file are not able to communicate with the service. |
||
|---|---|---|
| .. | ||
| check_certificate.sh | ||
| check_ssh.sh | ||
| dkim.sh | ||
| dns.sh | ||
| functions.sh | ||
| mail.sh | ||
| management.sh | ||
| spamassassin.sh | ||
| start.sh | ||
| system.sh | ||
| web.sh | ||
| webmail.sh | ||