On 2025/04/10 6:29 PM, Johnnie W Adams via Exim-users wrote:
server_condition = ${if and{ \ { !eq{}{$auth1} } \ { ldapauth { \ user=${lookup ldapdn{user="CN=svc_domainjoin,OU=SVCAccounts,OU=ITS,OU=Organizations,DC=ad,DC=example,DC=com" pass="password" ldaps:// auth.example.com/OU=Service%20Accounts,DC=ad,DC=example,DC=com?dn?sub?(uid=${quote_ldap_dn:$auth1})}} \ pass=${quote:$auth2} \ ldaps://auth.example.com/ \ } \ } \ } \ }
Okay, so there's two LDAP accesses being done for the server_condition - a lookup expansion and an ldapauth condition - and we've only seen one in debug output, and mentioned only in string-expansion. I agree with Evgeniy: need more debug. Try again with "+all" - and don't trim the start and end too harshly.
I'm unsure how much of the exim.conf file you'd like me to post
The authenticator config was the important bit, so be have that now. -- Cheers, Jeremy -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## exim-users-unsubscr...@lists.exim.org ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/