Hi,

I have a LDAP table that is working great, but now I would like to avoid clear
connections and enable SSL. There is an old mail [1] stating that it is not
possible, but I would like to check if it is still the case 7 years later.

So here is my configuration: smtpd.conf has a LDAP table.

     table ldap ldap:/etc/mail/ldap.conf

And /etc/mail/ldap.conf has a very basic configuration:

    url                     ldap://ldap.mydomain.tld
    username                cn=admin,dc=mydomain,dc=tld
    password                xxxxxxxx
    basedn                  ou=Users,dc=mydomain,dc=tld
    
    ...

Switching ldap:// to ldaps:// prevents OpenSMTPD to start. Am I missing
something or is the feature not implemented yet?

Thank you.

Éloi

    [1] https://www.mail-archive.com/misc@opensmtpd.org/msg00150.html


Reply via email to