Files
relay/doc
holger krekel 2d0fc2e70e feat: move doveauth from dictproxy to lua/http
1. existing logins are now verified by lua only

2. non-existing logins are delegated to the new Python doveauth http /create endpoint

Using Lua and http this way makes doveauth more compatible to dovecot 2.4
2026-09-01 22:56:07 +02:00
..

Building the documentation

You can use the make command and make html to build web pages.

You need a Python environment with sphinx and other dependencies, you can create it by running scripts/initenv.sh from the repository root.

To develop/change documentation, you can then do:

. venv/bin/activate
cd doc
make auto 

A page will open at https://127.0.0.1:8000/ serving the docs and it will react to changes to source files pretty fast.