20 Nov
2024
20 Nov
'24
9:07 p.m.
On 20/11/2024 20:55 EET abdelhaq.jalboush--- via dovecot dovecot@dovecot.org wrote:
Do you mean in the /etc/dovecot/dovecot-openldap-proxy.conf.ext to add =proxy=y? but I do not have this attribute in my openldap server.
when using this passdb on the director side, I need to authenticate before sending to the backend, so where to tell the director to proxy not to try to deliver locally
passdb {
driver = ldap args = /etc/dovecot/dovecot-openldap-proxy.conf.ext }
I am aware you do not have proxy attribute.
Just add ,=proxy=y
this adds static field proxy=y to the response.
Alternatively you can add to your passdb block
default_fields = proxy=y
Aki