Hi I'm getting the following error when trying to connect my front end with the backends
[SASL(-13): authentication failure: user cyrus is not allowed to proxy]
I've configured:
allowproxyplain: yes
proxy_authname: cyrus
proxy_password: secret
proxy_mechanisms: PLAIN
sasl_mech_list: PLAIN LOGIN CRAM-MD5 SCRAM-SHA-1
and on cyradm
sam user.* cyrus all
How can I fix this ?