From 0a9bd1c09dd2f49d1f5a7f66b0a43fade8a2884f Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Wed, 21 Aug 2019 12:53:53 +0200 Subject: [PATCH] Corrected docs for dovecot attrs #1234 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 038a15d0..ec0c3c26 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ The following variables overwrite the default values for ```/etc/dovecot/dovecot - e.g. `(&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n))` -##### DOVECOT_USER_ATTR +##### DOVECOT_USER_ATTRS - e.g. `homeDirectory=home,qmailUID=uid,qmailGID=gid,mailMessageStore=mail` - => Specify the directory to dovecot attribute mapping that fits your directory structure. @@ -490,7 +490,7 @@ The following variables overwrite the default values for ```/etc/dovecot/dovecot - e.g. `(&(objectClass=PostfixBookMailAccount)(uniqueIdentifier=%n))` -##### DOVECOT_PASS_ATTR +##### DOVECOT_PASS_ATTRS - e.g. `uid=user,userPassword=password` - => Specify the directory to dovecot variable mapping that fits your directory structure.