Displaying 1 result from an estimated 1 matches for "c290383e60da".
2013 Jun 06
1
Dovecot 2.2.2: doveadm user doesn't honor -x option
Hello,
1. Considering a user_query similar to this one:
SELECT ... FROM ... WHERE CASE '%s' WHEN 'lmtp' THEN ...
and issuing following command:
doveadm user -x service=lmtp someuser at example.com
the log shows:
SELECT ... FROM ... WHERE CASE 'doveadm' WHEN 'lmtp' THEN ...
and the query of course fails.
The same config with Dovecot 2.1.16 yields expected