From 5fa756fddc3b4dbb66df26a280790f4c4f76b949 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Fri, 18 Oct 2019 20:04:14 +0100 Subject: [PATCH] docs: Clarify how users are identified to dovecot In authentication requests sent to dovecot, chasquid uses the full addresses, "user@domain". However this wasn't mentioned in the documentation, and could cause some confusion. So this patch adds an explicit clarification about this in the dovecot integration documentation. --- docs/dovecot.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/dovecot.md b/docs/dovecot.md index 3f87e2f..2eb3024 100644 --- a/docs/dovecot.md +++ b/docs/dovecot.md @@ -31,6 +31,9 @@ accordingly. This lets chasquid issue authentication requests to dovecot. +Authentication requests sent by chasquid to dovecot will use the +fully-qualified user form, `user@domain`. + ## Configuring chasquid