mailinabox.toml raw

   1  Name = "Mail-in-a-Box"
   2  Description = ''''''
   3  URL = "https://mailinabox.email"
   4  Code = "mailinabox"
   5  Since = "v4.16.0"
   6  
   7  Example = '''
   8  MAILINABOX_EMAIL=user@example.com \
   9  MAILINABOX_PASSWORD=yyyy \
  10  MAILINABOX_BASE_URL=https://box.example.com \
  11  lego --dns mailinabox -d '*.example.com' -d example.com run
  12  '''
  13  
  14  [Configuration]
  15    [Configuration.Credentials]
  16      MAILINABOX_EMAIL = "User email"
  17      MAILINABOX_PASSWORD = "User password"
  18      MAILINABOX_BASE_URL = "Base API URL (ex: https://box.example.com)"
  19    [Configuration.Additional]
  20      MAILINABOX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 4)"
  21      MAILINABOX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  22      MAILINABOX_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  23  
  24  [Links]
  25    API = "https://mailinabox.email/api-docs.html"
  26