From ee2ed3d57f5775bf466b6797551d23650fffd88a Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 10 Sep 2025 17:33:03 +0000 Subject: [PATCH] Generate documentation --- master.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/master.html b/master.html index 7ba045c6..bd76dd0a 100644 --- a/master.html +++ b/master.html @@ -1280,18 +1280,23 @@ access to the socket.
Port of via network exposed dovecot socket
Default: 12345
(>= 3.5.6)
-Use the X-Remote-Addr
value for the remote IP (rip)
-parameter in the dovecot authentication protocol.
If set, Radicale must be running behind a proxy that you control and
-that sets/overwrites the X-Remote-Addr
header (doesn't pass
-it) so that the value passed to dovecot is reliable. For example, for
-nginx, add
For authentication mechanisms that are made aware of the remote IP
+(such as dovecot via the rip=
auth protocol parameter),
+determine the source to use. Currently, valid values are
REMOTE_ADDR
(default) : Use the REMOTE_ADDR environment
+variable that captures the remote address of the socket connection.
X-Remote-Addr
: Use the X-Remote-Addr
HTTP
+header value.
In the case of X-Remote-Addr
, Radicale must be running
+be running behind a proxy that you control and that sets/overwrites the
+X-Remote-Addr
header (doesn't pass it) so that the value
+passed to dovecot is reliable. For example, for nginx, add
proxy_set_header X-Remote-Addr $remote_addr;
to the configuration sample.
-Default: False
Default: REMOTE_ADDR