Skip to content

Commit 1638bcf

Browse files
committed
fixup: global: Update variable syntax
1 parent 54cf1e1 commit 1638bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/plugins/mail_crypt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ provided via password query:
194194

195195
```[dovecot.conf]
196196
passdb sql {
197-
query = SELECT email as user, password, '%Mw' AS userdb_crypt_user_key_password \
197+
query = SELECT email as user, password, '%{password | sha256}' AS userdb_crypt_user_key_password \
198198
FROM virtual_users \
199199
WHERE email='%{user}'
200200
}

0 commit comments

Comments
 (0)