Skip to content
Snippets Groups Projects
Commit cd3b3a72 authored by Florian Schaal's avatar Florian Schaal
Browse files

update iterate_query for dovecot2

parent c27c3706
1 merge request!720fixed interface/lib/classes/remoting.inc.php with no IPs set for remote-access
...@@ -19,4 +19,4 @@ user_query = SELECT email as user, maildir as home, CONCAT( maildir_format, ':', ...@@ -19,4 +19,4 @@ user_query = SELECT email as user, maildir as home, CONCAT( maildir_format, ':',
# The iterate_query is required for the doveadm command only and works only on dovecot 2 servers. # The iterate_query is required for the doveadm command only and works only on dovecot 2 servers.
# Do not enable it on Dovecot 1.x servers # Do not enable it on Dovecot 1.x servers
# iterate_query = SELECT email as user FROM mail_user WHERE `disable%Ls` = 'n' AND server_id = '{server_id}' # iterate_query = SELECT email as user FROM mail_user WHERE server_id = '{server_id}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment