Hi Mateus,
You'll need to also set "proxyservers: cyrus" on your backends to tell them to permit the cyrus user to proxy. I have no idea why that setting is called "proxyservers" when it is a list of users/groups...
Here's the description from the imapd.conf(5) man page:
proxyservers: <none>
A list of users and groups that are allowed to proxy for other
users, separated by spaces. Any user listed in this will be al‐
lowed to login for any other user: use with caution. In a stan‐
dard murder this option should ONLY be set on backends. DO NOT
SET on frontends or things won't work properly.
Cheers,
ellie
On Fri, 29 Mar 2024, at 3:43 AM, Mateus Mello wrote:
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: yesproxy_authname: cyrusproxy_password: secretproxy_mechanisms: PLAINsasl_mech_list: PLAIN LOGIN CRAM-MD5 SCRAM-SHA-1and on cyradmsam user.* cyrus allHow can I fix this ?