From 1ac0576af0f16466f0a57d9e4790101d29418381 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Mon, 6 Nov 2017 13:46:22 +0100 Subject: [PATCH] Fix the documentation about exposing the admin interface --- docs/compose/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/compose/setup.rst b/docs/compose/setup.rst index 8870613..478852b 100644 --- a/docs/compose/setup.rst +++ b/docs/compose/setup.rst @@ -68,10 +68,10 @@ configuration option must be one of the following: - ``rainloop`` will run the popular Rainloop Webmail. The administration interface is not exposed on the public address by default, -you will need to set the ``EXPOSE_ADMIN`` variable accordingly: +you will need to set the ``ADMIN`` variable accordingly: -- ``yes`` will expose the admin interface in ``/admin``; -- ``no`` (or any other value) will disable this behaviour. +- ``true`` will expose the admin interface in ``/admin``; +- ``false`` (or any other value) will disable this behaviour. A Webdav server exposes a Dav interface over HTTP so that clients can store contacts or calendars using the mail account. This can be enabled using the `WEBDAV`