Displaying 2 results from an estimated 2 matches for "frigoveneta".
2020 Nov 19
0
Dovecot authentication hangs when ldap_start_tls_s() fails for invalid certificate
...args = /etc/dovecot/dovecot-ldap-userdb.conf.ext
default_fields = uid=vmail gid=vmail home=/var/mail/vmail/%d/%n
}
______________________________________________________
______________________________________________________
dovecot-ldap-passdb.conf.ext:
tls = yes
hosts = DC1.fv.lan
base = ou=Frigoveneta,dc=fv,dc=lan
auth_bind = yes
auth_bind_userdn = %u
______________________________________________________
______________________________________________________
dovecot-ldap-userdb.conf.ext:
tls = yes
hosts = DC1.fv.lan
base = ou=Frigoveneta,dc=fv,dc=lan
dn = ##removed##
dnpass = ##removed##
user...
2020 Nov 20
0
Dovecot authentication hangs when ldap_start_tls_s() fails for invalid certificate
> On 19/11/2020 12:55 sebastiano degan <sebastiano.degan at frigoveneta.it> wrote:
>
>
> On a Debian10 I've installed postfix?3.4.14 and dovecot 2.3.4.1.
> I've configured multiple passdb sources and I expect that if one fails
> the other ones are tested.
> This is usually the case, except when the failure is due to an invalid
> cert...