Hi,

I'm configuring a proxy host to connect to backend servers. As proxy is done based on an LDAP attribute of the user, I'm not using director.

        In the proxy server I have configured:

doveadm_port = 24245
doveadm_password = secret


        And in the backend:

service doveadm {
  inet_listener  {
    port = 24245
  }
}

local <mynetwork> {
        doveadm_password = secret
}

        But when I run a doveadm command in the proxy I get:

amateo_adm@musio10:/etc/dovecot/conf.d$ sudo doveadm quota get -u ama...@um.es
doveadm(ama...@um.es): Error: doveadm authentication failed ()
doveadm(ama...@um.es): Error: myotis50.um.es:24245: Command quota get failed for ama...@um.es: EOF
Quota name Type Value Limit                                      %

        And in the backed I get:

Mar 20 15:52:01 myotis50 dovecot: doveadm: Error: doveadm client authenticated with wrong password


I have checked with tcpdump and in the command is sending the base64 encoding of "doveadmsecret"

        Any help?

--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337

Reply via email to