1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Merge pull request #458 from Farthen/master

Dovecot: Add SQL iterate_query to config file.
This commit is contained in:
kaiyou 2018-04-21 11:48:22 +02:00 committed by GitHub
commit 35276c3101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,3 +12,7 @@ user_query = \
SELECT '*:bytes=' || user.quota_bytes AS quota_rule \
FROM user \
WHERE user.email = '%u'
# For using doveadm -A:
iterate_query = \
SELECT user.email AS user FROM user