We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1f1f5 + 79b50f4 commit 89e4437Copy full SHA for 89e4437
install/tpl/debian6_dovecot-sql.conf.master
@@ -19,4 +19,4 @@ user_query = SELECT email as user, maildir as home, CONCAT( maildir_format, ':',
19
20
# The iterate_query is required for the doveadm command only and works only on dovecot 2 servers.
21
# Do not enable it on Dovecot 1.x servers
22
-# iterate_query = SELECT email as user FROM mail_user WHERE server_id = '{server_id}'
+# iterate_query = SELECT email as user FROM mail_user WHERE `disable%Ls` = 'n' AND server_id = '{server_id}'
0 commit comments