[Dovecot] Dovecot director doveadm with switch "-A" error

Timo Sirainen tss at iki.fi
Tue Nov 27 06:29:24 EET 2012


On 21.11.2012, at 15.05, Ramon Frontera wrote:

> we have a problem with our director proxy configuration. 
> When we run on proxy server the doveadm command with -A switch, fails with the error:
> 
> # doveadm -D quota get -A
> doveadm(user1): Debug: auth input: user=user1 proxy starttls=any-cert
> doveadm(user1): Error: Proxy is missing destination host
> doveadm: Error: Failed to iterate through some users

Well, I fixed various bugs in doveadm code related to this:

http://hg.dovecot.org/dovecot-2.1/rev/6f19c535110e
http://hg.dovecot.org/dovecot-2.1/rev/275a57b8dc70
http://hg.dovecot.org/dovecot-2.1/rev/0dc3f56e6468
http://hg.dovecot.org/dovecot-2.1/rev/fdc509644d05

But I don't think they fix your specific issue. It looks as if doveadm is connecting to auth process directly instead of director..  Do:

strace -s 1000 -o log doveadm quota get -A

and send me the log? Note that the log contains the doveadm_password in the base64 strings.





More information about the dovecot mailing list