Merge pull request #1236 from erik-wramner/fix_readme_dovecot_attrs

Corrected docs for dovecot attrs #1234
This commit is contained in:
Erik Wramner 2019-08-21 12:55:21 +02:00 committed by GitHub
commit fea5adb432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.