We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24441ce commit b6660a4Copy full SHA for b6660a4
docs/core/config/auth/databases/passwd.md
@@ -51,8 +51,8 @@ the fields to be imported need to be explicitly defined.
51
userdb passwd {
52
fields_import_all = no
53
fields {
54
- uid = %{passwd:uid:vmail}
55
- gid = %{passwd:gid:vmail}
+ uid = %{passwd:uid}
+ gid = %{passwd:gid}
56
home = /var/mail/%{user | username}
57
mail_driver = maildir
58
mail_path = /var/mail/%{user | username}/Maildir
0 commit comments