Skip to content

Commit

Permalink
add iterate_query to dovecot
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Dec 31, 2023
1 parent a0f70be commit 5750c6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/dovecot/dovecot-sql.conf.ext.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ user_query = SELECT \
WHERE mailboxes.username = '%n' AND mailboxes.domain = '%d' \
AND mailboxes.is_active = 1

## ITERATE QUERY
## useful for doveadm iterating users; doveadm can syncronize mailboxes across servers
## and take backups, among other things. (I don't think the syncronization works though...)
iterate_query = SELECT username, domain FROM mailboxes


default_pass_scheme = ARGON2ID

0 comments on commit 5750c6f

Please sign in to comment.