Displaying 3 results from an estimated 3 matches for "1.5.2012".
Did you mean:
17.5.2012
2012 May 01
1
dovecot sasl with postfix: SASL LOGIN authentication failed: Connection lost to authentication server
When using dovecot (2.1.5) sasl with postfix (2.8.4) behind nginx smtp
proxy I am seeing a ton of errors of the form:
postfix/smtpd[7731]: warning: unknown[192.168.0.6]: SASL LOGIN
authentication failed: Connection lost to authentication server
Nothing is printed by dovecot in the logs regarding the error. It seems
that dovecot just hung up on postfix. (side note: no, can't use xclient
2012 May 01
1
dovecot, ldap and multiple auth_bind_userdn
Hello List!
I'm having some troubles for a client of mine: he has two ldap branches
which may contain valid users for imap login...
For now, dovecot is configured so that it uses the auth_bind:
========
uris = ldap://localhost:389/
auth_bind = yes
auth_bind_userdn = uid=%u,ou=user,dc=org
ldap_version = 3
base = dc=artemis
user_attrs = user_global_uid = 8 user_global_gid = 8
pass_attrs =
2012 May 01
4
Shared INBOX change in v2.1.6?
Previously Dovecot has shown shared INBOX like:
* LIST (\HasChildren) "/" "shared/tss2"
* LIST (\HasNoChildren) "/" "shared/tss2/INBOX"
* LIST (\HasNoChildren) "/" "shared/tss2/foo"
The last change in hg makes it return simply (same as with Cyrus):
* LIST (\HasChildren) "/" "shared/tss2"
* LIST (\HasNoChildren)