Open mlipscombe opened 8 months ago
Same here, running Maddy 0.7.1 on FreeBSD 14.1 with go 1.21. My LDAP-related TLS stanza:
auth.ldap ldap { urls ldaps://ldap.jail.vlan:389 bind plain "cn=LDAPReader,ou=Roles,o=Consulting4Change" "LDAPReader_password" base_dn "ou=People,o=Company" filter "(&(mail={username})(objectclass=inetOrgPerson)(memberOf=cn=Mail,ou=Groups,o=Company))" starttls on tls_client {
protocols tls1.2 tls1.3
root_ca /etc/ssl/cacerts/ca.jail.vlan.cacert.pem
}
} Thank you for your help!
Describe the bug
Specifying
tls_client
configuration in atarget.smtp
block results in a crash at startup.Steps to reproduce
Add
tls_client
configuration to anytarget.smtp
block, for example:Log files
Environment information