Make sure you return proxy=y from your passdb, i can't see the configuration here.
Also review https://doc.dovecot.org/2.3/configuration_manual/director_settings/ Aki > On 11/03/2025 09:37 EET Akshay Pushparaj via dovecot <dovecot@dovecot.org> > wrote: > > > Hi, > > I am testing instance with 1 director and 2 nodes. followed instructions in > https://doc.dovecot.org/2.3/configuration_manual/director_settings/ but the > authentication happens within the director server. Director does not forward > connections to configured mail servers. LDAP is my user backend. How do i > configure director ? > > Following is my director configuration > # Director.conf > director_servers = 10.22.13.164 > director_mail_servers = 10.22.13.11 10.22.13.244 > director_user_expire = 15 min > > > service director { > user = dovecot > group = dovecot > unix_listener login/director { > mode = 0666 > user = dovecot > group = dovecot > } > > fifo_listener login/proxy-notify { > mode = 0666 > } > > unix_listener director-userdb { > mode = 0600 > } > > inet_listener { > port = 9090 > } > unix_listener director-admin { > mode = 0666 > } > } > > service imap-login { > executable = imap-login director > #executable = director imap-login > user = dovecot > group = dovecot > } > service pop3-login { > #executable = pop3-director > } > service submission-login { > #executable = submission-login director > } > > protocol lmtp { > auth_socket_path = director-userdb > } > #### > > > Thanks, > Akshay > _______________________________________________ > dovecot mailing list -- dovecot@dovecot.org > To unsubscribe send an email to dovecot-le...@dovecot.org _______________________________________________ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org