bundles/dovecot: add full text indexing
This commit is contained in:
parent
a155fe22cb
commit
7491ec840c
4 changed files with 47 additions and 6 deletions
|
@ -3,3 +3,4 @@ driver = pgsql
|
|||
default_pass_scheme = MD5-CRYPT
|
||||
password_query = SELECT username as user, password FROM mailbox WHERE username = '%u' AND active = true
|
||||
user_query = SELECT '/var/mail/vmail/' || maildir as home, 65534 as uid, 65534 as gid FROM mailbox WHERE username = '%u' AND active = true
|
||||
iterate_query = SELECT username as user FROM mailbox WHERE active = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue