Skip to content

Commit ae0452d

Browse files
sirainencmouse
authored andcommitted
auth/lua: Fix userdb lua example
1 parent 0d853f7 commit ae0452d

File tree

1 file changed

+2
-1
lines changed
  • docs/core/config/auth/databases

1 file changed

+2
-1
lines changed

docs/core/config/auth/databases/lua.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ To configure userdb in dovecot, use:
250250

251251
```[dovecot.conf]
252252
userdb lua {
253-
args = file=/path/to/lua blocking=yes # default is yes
253+
lua_file = /path/to/lua
254+
use_worker = yes # default is yes
254255
}
255256
```
256257

0 commit comments

Comments
 (0)