docs/content/dns/zz_gen_mailinabox.md
Configuration for Mail-in-a-Box.
<!--more-->mailinaboxHere is an example bash command using the Mail-in-a-Box provider:
[email protected] \
MAILINABOX_PASSWORD=yyyy \
MAILINABOX_BASE_URL=https://box.example.com \
lego --dns mailinabox -d '*.example.com' -d example.com run
| Environment Variable Name | Description |
|---|---|
MAILINABOX_BASE_URL | Base API URL (ex: https://box.example.com) |
MAILINABOX_EMAIL | User email |
MAILINABOX_PASSWORD | User password |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| Environment Variable Name | Description |
|---|---|
MAILINABOX_HTTP_TIMEOUT | API request timeout in seconds (Default: 30) |
MAILINABOX_POLLING_INTERVAL | Time between DNS propagation check in seconds (Default: 4) |
MAILINABOX_PROPAGATION_TIMEOUT | Maximum waiting time for DNS propagation in seconds (Default: 120) |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).