Joel Carnat wrote:
> Le 28 juin 2013 à 10:07, Gilles Chehade <[email protected]> a écrit :
> 
> > On Fri, Jun 28, 2013 at 09:57:06AM +0200, Joel Carnat wrote:
> >> Hi,
> >> 
> > 
> > Hi,
> > 
> > 
> >> I'm having a(nother) look at OpenSMTPd as a Postfix replacement.
> >> I'm using OpenSMTPD 5.3.3 on OpenBSD 5.3/i386.
> >> I have configured LDAP connexion as such:
> >>    table ldap ldap:/etc/mail/ldapd.conf 
> >> It seems to work ; at least to connect. But if I try using "ldaps", I get:
> >>    smtpd: table_create: backend "ldaps" does not exist 
> >> 
> > 
> > Yes, backend != protocol ;-)
> > 
> > Both ldap and ldaps would be handled by the ldap backend, however... The
> > ldap backend doesn't support SSL yet.
> > 
> 
> ok :)
> 
> So, is there a way to tell smtpd to not try to authenticate as it's using 
> clear-text connexion ?
> 

No, the ldap backend at the moment doesn't support anonnymous binds. Not
sure if it is wanted..

> Right now, my ldap configuration file contains:
>  url             ldap://ldap.tumfatig.net
>  username        cn=user,...
>  password        mypass
> 
> If I comment username/password, I then get
>  smtpd: failed to open table ldap
> 
> Thanks.
> --
> You received this email because you are subscribed to mailing list: 
> [email protected]
> To unsubscribe, send mail with subject:
>         [[email protected]] unregister

--
You received this email because you are subscribed to mailing list: 
[email protected]
To unsubscribe, send mail with subject:
        [[email protected]] unregister

Reply via email to