28 Nov
2012
28 Nov
'12
3:15 a.m.
On Tue, 2012-11-27 at 13:27 +0100, Ramon Frontera wrote:
# 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
..
connect(8, {sa_family=AF_FILE, path="/var/run/dovecot//auth-userdb"}, 110) = 0
It's connecting to auth-userdb, while it should be connecting to director-userdb. This should have been done by this setting:
protocol doveadm { auth_socket_path = director-userdb }
Make sure doveconf -n shows that. And if nothing seems to work, this at least should:
doveadm -o auth_socket_path=director-userdb quota get -A