1

Topic: dovecot integrate windows server 2008 AD authorization time out

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 2021091301 (Backend: openldap, Date: 2021-10-27 14:49:13)
- Deployed with iRedMail Easy or the downloadable installer? Easy
- Linux/BSD distribution name and version: Ubuntu 20.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): OpenLDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi :
I installed iredmail to integrate windows server 2008 AD authorization. I followed https://docs.iredmail.org/active.directory.html to do the test. The postfix test is all right, but the dovecot test is always wrong. What is the problem?
The following is my config files (ad domain:kfcc.intra ,mail domain:kfsyscc.org)

root@iredmail:/etc/postfix# cat ad_virtual_group_maps.cf
server_host     = 172.16.254.51
server_port     = 389
version         = 3
bind            = yes
start_tls       = no
bind_dn         = vmail
bind_pw         = ******
search_base     = dc=kfcc,dc=intra
scope           = sub
query_filter    = (&(objectClass=group)(mail=%u@kfsyscc.org))
special_result_attribute = member
leaf_result_attribute = mail
result_attribute= userPrincipalName
debuglevel      = 0


root@iredmail:/etc/postfix# cat ad_sender_login_maps.cf
server_host     = 172.16.254.51
server_port     = 389
version         = 3
bind            = yes
start_tls       = no
bind_dn         = vmail
bind_pw         = ******
search_base     = dc=kfcc,dc=intra
scope           = sub
query_filter    = (&(userPrincipalName=%u@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
result_attribute= userPrincipalName
debuglevel      = 0


root@iredmail:/etc/postfix# cat ad_virtual_mailbox_maps.cf
server_host     = 172.16.254.51
server_port     = 389
version         = 3
bind            = yes
start_tls       = no
bind_dn         = vmail
bind_pw         = ******
search_base     = dc=kfcc,dc=intra
scope           = sub
query_filter    = (&(objectclass=person)(userPrincipalName=%u@kfcc.intra))
result_attribute= userPrincipalName
result_format   = %d/%u/Maildir/
debuglevel      = 0

****************************************************************

root@iredmail:/var/log/dovecot# dovecot -n
# 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.7.2 ()
# OS: Linux 5.4.0-89-generic x86_64 Ubuntu 20.04.3 LTS
# Hostname: iredmail.kfsyscc.org
auth_debug = yes
auth_debug_passwords = yes
auth_master_user_separator = *
auth_mechanisms = PLAIN LOGIN
auth_verbose = yes
default_client_limit = 5000
default_process_limit = 1000
default_vsz_limit = 512 M
deliver_log_format = from=%{from}, envelope_sender=%{from_envelope}, subject=%{subject}, msgid=%m, size=%{size}, delivery_time=%{delivery_time}ms, %$
dict {
  acl = mysql:/etc/dovecot/dovecot-share-folder.conf
  quotadict = mysql:/etc/dovecot/dovecot-used-quota.conf
}
first_valid_uid = 2000
imap_hibernate_timeout = 30 secs
imap_max_line_length = 2 M
last_valid_uid = 2000
listen = * [::]
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c %k
mail_attribute_dict = file:%Lh/dovecot-attributes
mail_debug = yes
mail_gid = 2000
mail_location = maildir:%Lh/Maildir/:INDEX=%Lh/Maildir/
mail_plugins = acl mail_log mailbox_alias notify quota
mail_uid = 2000
mailbox_list_index_very_dirty_syncs = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext
namespace {
  inbox = yes
  location =
  mailbox Archive {
    auto = no
    special_use = \Archive
  }
  mailbox Archives {
    auto = no
    special_use = \Archive
  }
  mailbox "Deleted Messages" {
    auto = no
    special_use = \Trash
  }
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox "Junk E-mail" {
    auto = no
    special_use = \Junk
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Items" {
    auto = no
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    auto = no
    special_use = \Sent
  }
  mailbox Spam {
    auto = no
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix =
  separator = /
  type = private
}
namespace {
  list = children
  location = maildir:%%Lh/Maildir/:INDEX=%%Lh/Maildir/Shared/%%Ld/%%Ln
  prefix = Shared/%%u/
  separator = /
  subscriptions = yes
  type = shared
}
passdb {
  args = /etc/dovecot/dovecot-master-users
  driver = passwd-file
  master = yes
}
passdb {
  args = /opt/iredmail/custom/dovecot/master-users
  driver = passwd-file
  master = yes
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
plugin {
  acl = vfile
  acl_shared_dict = proxy::acl
  mail_log_events = delete undelete expunge copy save mailbox_create mailbox_delete mailbox_rename
  mail_log_fields = uid box msgid size from subject flags
  mailbox_alias_new = Sent Messages
  mailbox_alias_new2 = Sent Items
  mailbox_alias_old = Sent
  mailbox_alias_old2 = Sent
  quota = dict:user::proxy::quotadict
  quota_grace = 50M
  quota_rule = *:storage=1G
  quota_status_nouser = DUNNO
  quota_status_overquota = 552 5.2.2 Mailbox is full
  quota_status_success = DUNNO
  quota_warning = storage=100%% quota-warning 100 %u
  quota_warning2 = storage=95%% quota-warning 95 %u
  quota_warning3 = storage=90%% quota-warning 90 %u
  quota_warning4 = storage=85%% quota-warning 85 %u
  sieve = ~/sieve/dovecot.sieve
  sieve_before = /var/vmail/sieve/dovecot.sieve
  sieve_dir = ~/sieve
  sieve_global_dir = /var/vmail/sieve
  sieve_max_redirects = 30
  sieve_redirect_envelope_from = recipient
  sieve_vacation_send_from_recipient = yes
}
protocols = pop3 imap sieve lmtp
service anvil {
  process_limit = 1
  unix_listener anvil-auth-penalty {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service auth {
  client_limit = 6200
  process_limit = 1
  unix_listener /var/spool/postfix/private/dovecot-auth {
    group = vmail
    mode = 0666
    user = vmail
  }
  unix_listener auth-master {
    group = vmail
    mode = 0666
    user = vmail
  }
  unix_listener auth-userdb {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service dict {
  unix_listener dict {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service imap-hibernate {
  unix_listener imap-hibernate {
    group = vmail
    user = vmail
  }
}
service imap-login {
  client_limit = 0
  inet_listener imap {
    port = 143
  }
  inet_listener imaps {
    port = 993
    ssl = yes
  }
  process_limit = 0
  service_count = 1
}
service imap {
  process_limit = 5000
  unix_listener imap-master {
    group = vmail
    mode = 0666
    user = vmail
  }
}
service lmtp {
  executable = lmtp -L
  inet_listener lmtp {
    address = 127.0.0.1
    port = 24
  }
  process_min_avail = 5
  user = vmail
}
service managesieve-login {
  inet_listener sieve {
    address = 127.0.0.1
    port = 4190
  }
}
service pop3-login {
  client_limit = 0
  inet_listener pop3 {
    port = 110
  }
  inet_listener pop3s {
    port = 995
    ssl = yes
  }
  process_limit = 0
  service_count = 1
}
service pop3 {
  process_limit = 5000
}
service quota-status {
  client_limit = 1000
  executable = quota-status -p postfix
  inet_listener {
    address = 127.0.0.1
    port = 12340
  }
}
service quota-warning {
  executable = script /opt/iredmail/bin/dovecot/quota_warning.sh
  unix_listener quota-warning {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service stats {
  inet_listener stats {
    address = 127.0.0.1
    port = 24242
  }
  unix_listener stats-writer {
    group = vmail
    mode = 0660
    user = vmail
  }
}
ssl = required
ssl_cert = </opt/iredmail/ssl/cert.pem
ssl_cipher_list = EECDH+CHACHA20:EECDH+AESGCM:EDH+AESGCM:AES256+EECDH
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
ssl_min_protocol = TLSv1.2
ssl_prefer_server_ciphers = yes
syslog_facility = local5
userdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
protocol imap {
  imap_client_workarounds = tb-extra-mailbox-sep
  imap_metadata = yes
  mail_max_userip_connections = 30
  mail_plugins = acl mail_log mailbox_alias notify quota imap_quota imap_acl imap_sieve
}
protocol pop3 {
  mail_max_userip_connections = 30
  mail_plugins = acl mail_log mailbox_alias notify quota
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
  lda_mailbox_autocreate = yes
  lda_mailbox_autosubscribe = yes
  mail_plugins = acl mail_log mailbox_alias notify quota sieve
}
protocol lmtp {
  lmtp_save_to_detail_mailbox = yes
  mail_plugins = acl mail_log mailbox_alias notify quota sieve
  recipient_delimiter = +
}

**************************************
root@iredmail:/etc/dovecot# cat dovecot-ldap.conf
#
# This file is managed by iRedMail Team "support@iredmail.org" with Ansible,
# please do __NOT__ modify it manually.
#

hosts           = 172.16.254.51:389
ldap_version    = 3
auth_bind       = yes
dn              = vmail
dnpass          = ******
base            = dc=kfcc,dc=intra
scope           = subtree
deref           = never

## Below two are required by command 'doveadm mailbox ...'
iterate_attrs   = mail=user
iterate_filter  = (&(userPrincipalName=*)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
user_filter     = (&(userPrincipalName=%n@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
pass_filter     = (&(userPrincipalName=%n@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
pass_attrs      = userPassword=password
default_pass_scheme = CRYPT
user_attrs      = mail=master_user,mail=user,=home=/var/vmail/vmail1/%Ld/%Ln/,=mail=maildir:~/Maildir/

*********************************************************

dovecot.log

ov  1 08:54:23 iredmail dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov  1 08:54:23 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
Nov  1 08:54:23 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
Nov  1 08:54:23 iredmail dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov  1 08:54:23 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov  1 08:54:23 iredmail dovecot: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
Nov  1 08:54:23 iredmail dovecot: auth: Debug: passwd-file /etc/dovecot/dovecot-master-users: Read 1 users in 0 secs
Nov  1 08:54:23 iredmail dovecot: auth: Debug: passwd-file /opt/iredmail/custom/dovecot/master-users: Read 0 users in 0 secs
Nov  1 08:54:23 iredmail dovecot: auth: Debug: auth client connected (pid=35273)
Nov  1 08:54:45 iredmail dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011session=vMp9n6/POrh/AAAB#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=47162#011resp=AGZyYW5rQGtmc3lzY2Mub3JnAEZyMTIzNDU2 (previous base64 data may contain sensitive data)
Nov  1 08:54:45 iredmail dovecot: auth: Debug: ldap(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Performing passdb lookup
Nov  1 08:54:45 iredmail dovecot: auth: Debug: ldap(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): bind search: base=dc=kfcc,dc=intra filter=(&(userPrincipalName=frank@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
Nov  1 08:57:15 iredmail dovecot: auth: Error: plain(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Request 35273.1 timed out after 150 secs, state=1
Nov  1 08:57:23 iredmail dovecot: auth: Debug: client in: CANCEL#0111
Nov  1 08:58:24 iredmail dovecot: auth: deinit(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Shutting down
Nov  1 08:58:24 iredmail dovecot: auth: Debug: deinit(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Finished passdb lookup
Nov  1 08:58:24 iredmail dovecot: auth: Debug: auth(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Auth request finished
Nov  1 08:58:24 iredmail dovecot: auth: Debug: client passdb out: FAIL#0111#011user=frank@kfsyscc.org#011code=temp_fail

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: dovecot integrate windows server 2008 AD authorization time out

franklin wrote:

Nov  1 08:57:15 iredmail dovecot: auth: Error: plain(frank@kfsyscc.org,127.0.0.1,<vMp9n6/POrh/AAAB>): Request 35273.1 timed out after 150 secs, state=1

Seems Dovecot can not connect to the AD server.

3

Re: dovecot integrate windows server 2008 AD authorization time out

Zhang write:
Seems Dovecot can not connect to the AD server.

I test postfix AD authorization is successful by # postmap -q user@example.com ldap:/etc/postfix/ad_virtual_mailbox_maps.cf.
It can return "kfcc.intra/frank/Maildir/".
Why Dovecot can not connect to the AD server?
I am lost.

4

Re: dovecot integrate windows server 2008 AD authorization time out

主持人:
你有什麼想法? 我們正在評估用iredmail代替exchange mail,將來也會使用iredmail easy及admin pro,但是AD認證一直有問題,所以無法進行後續的評估工作。

5

Re: dovecot integrate windows server 2008 AD authorization time out

franklin wrote:

Why Dovecot can not connect to the AD server?

It's reported by Dovecot in its log file, i cannot tell why it happened.

Try to add "debug_level = 1" (or -1 which means everything) in /etc/dovecot/dovecot-ldap.conf, restart dovecot service, then reproduce the error again. Let's see what it logs.

6 (edited by franklin 2021-11-11 14:57:26)

Re: dovecot integrate windows server 2008 AD authorization time out

I added  "debug_level = -1" in /etc/dovecot/dovecot-ldap.conf and try again. The message is as follows

root@iredmail:/etc/dovecot# telnet localhost 143
Trying 127.0.0.1...
Connected to iredmail.kfsyscc.org.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot (Ubuntu) ready.
. login frank@kfsyscc.org ********
. NO [UNAVAILABLE] Temporary authentication failure. [iredmail.kfsyscc.org:2021-11-11 06:40:36]
* BYE Disconnected for inactivity.
Connection closed by foreign host.




dovecot.log


Nov 11 14:40:15 iredmail dovecot: master: Warning: Killed with signal 15 (by pid=2967 uid=0 code=kill)
Nov 11 14:40:16 iredmail dovecot: master: Dovecot v2.3.7.2 (3c910f64b) starting up for pop3, imap, sieve, lmtp (core dumps disabled)
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 11 14:40:20 iredmail dovecot: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
Nov 11 14:40:20 iredmail dovecot: auth: Debug: passwd-file /etc/dovecot/dovecot-master-users: Read 1 users in 0 secs
Nov 11 14:40:20 iredmail dovecot: auth: Debug: passwd-file /opt/iredmail/custom/dovecot/master-users: Read 0 users in 0 secs
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_bind
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_simple_bind
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_sasl_bind
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_send_initial_request
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_new_connection 1 1 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_int_open_connection
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_connect_to_host: TCP 172.16.254.51:389
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_new_socket: 22
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_prepare_socket: 22
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_connect_to_host: Trying 172.16.254.51:389
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_pvt_connect: fd: 22 tm: 5 async: 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_ndelay_on: 22
Nov 11 14:40:20 iredmail dovecot: auth: Error: attempting to connect:
Nov 11 14:40:20 iredmail dovecot: auth: Error: connect errno: 115
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_int_poll: fd: 22 tm: 5
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_is_sock_ready: 22
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_ndelay_off: 22
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_pvt_connect: 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_open_defconn: successful
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:20 iredmail dovecot: auth: Debug: auth client connected (pid=2999)
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:20 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:20 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:20 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:20 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:20 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:20 2021
Nov 11 14:40:20 iredmail dovecot: auth: Error:
Nov 11 14:40:20 iredmail dovecot: auth: Error:
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:20 iredmail dovecot: auth: Error:  * msgid 1,  origid 1, status InProgress
Nov 11 14:40:20 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:20 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 1 (abandoned 0)
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:20 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:20 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:20 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 1 message type bind
Nov 11 14:40:20 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:20 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 1
Nov 11 14:40:20 iredmail dovecot: auth: Error: request done: ld 0x563ba11f9120 msgid 1
Nov 11 14:40:20 iredmail dovecot: auth: Error: res_errno: 0, res_error: <>, res_matched: <>
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_free_request (origid 1, msgid 1)
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_parse_result
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:20 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:20 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:20 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:20 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:20 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:20 2021
Nov 11 14:40:20 iredmail dovecot: auth: Error:
Nov 11 14:40:20 iredmail dovecot: auth: Error:
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:20 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:20 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 0 (abandoned 0)
Nov 11 14:40:20 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:20 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:20 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:20 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011session=UUminn3QHt9/AAAB#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=57118#011resp=AGZyYW5rQGtmc3lzY2Mub3JnAEZyMTIzNDU2 (previous base64 data may contain sensitive data)
Nov 11 14:40:34 iredmail dovecot: auth: Debug: ldap(frank@kfsyscc.org,127.0.0.1,<UUminn3QHt9/AAAB>): Performing passdb lookup
Nov 11 14:40:34 iredmail dovecot: auth: Debug: ldap(frank@kfsyscc.org,127.0.0.1,<UUminn3QHt9/AAAB>): bind search: base=dc=kfcc,dc=intra filter=(&(userPrincipalName=frank@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_search
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: "(&(userPrincipalName=frank@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: AND
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter_list "(userPrincipalName=frank@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2))"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: "(userPrincipalName=frank@kfcc.intra)"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: simple
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_simple_filter: "userPrincipalName=frank@kfcc.intra"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: "(objectClass=person)"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: simple
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_simple_filter: "objectClass=person"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: "(!(userAccountControl:1.2.840.113556.1.4.803:=2))"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: NOT
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter_list "(userAccountControl:1.2.840.113556.1.4.803:=2)"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: "(userAccountControl:1.2.840.113556.1.4.803:=2)"
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_filter: simple
Nov 11 14:40:34 iredmail dovecot: auth: Error: put_simple_filter: "userAccountControl:1.2.840.113556.1.4.803:=2"
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_build_search_req ATTRS:/usr/lib/x86_64-linux-gnu/sasl2/libanonymous.so
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_initial_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 1 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ber_get_next failed.
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 1 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 2 message type search-entry
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 1 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 2 message type search-reference
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_url_parse_ext(ldap://ForestDnsZones.kfcc.intra/DC=ForestDnsZones,DC=kfcc,DC=intra)
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request: new msgid 3, new dn <DC=ForestDnsZones,DC=kfcc,DC=intra>
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request new request is:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ber_dump: buf=0x563ba1214320 ptr=0x563ba12143d1 end=0x563ba12152fc len=177
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0000:  32 30 00 32 30 00 00 00  00 00 00 00 00 00 00 00   20.20...........
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0010:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0020:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0030:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0040:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0050:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0060:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0070:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0080:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0090:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   00a0:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   00b0:  00                                                 .             
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referral: msgid 2, url "ldap://ForestDnsZones.kfcc.intra/DC=ForestDnsZones,DC=kfcc,DC=intra"
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_connection 0 1 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_open_connection
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: TCP ForestDnsZones.kfcc.intra:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_socket: 24
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_prepare_socket: 24
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: Trying 172.16.254.50:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: fd: 24 tm: 5 async: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_on: 24
Nov 11 14:40:34 iredmail dovecot: auth: Error: attempting to connect:
Nov 11 14:40:34 iredmail dovecot: auth: Error: connect errno: 115
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_poll: fd: 24 tm: 5
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_is_sock_ready: 24
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_off: 24
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: anonymous rebind via ldap_sasl_bind("")
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_sasl_bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_initial_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid 4
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid 4 (timeout 100000 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 4 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 3  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  origid 4, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 1, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 2 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 4 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 4 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 2 message type search-reference
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_url_parse_ext(ldap://DomainDnsZones.kfcc.intra/DC=DomainDnsZones,DC=kfcc,DC=intra)
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request: new msgid 5, new dn <DC=DomainDnsZones,DC=kfcc,DC=intra>
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request new request is:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ber_dump: buf=0x563ba1217500 ptr=0x563ba12175b1 end=0x563ba12184dc len=177
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0000:  32 30 00 32 30 00 00 00  00 00 00 00 00 00 00 00   20.20...........
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0010:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0020:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0030:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0040:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0050:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0060:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0070:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0080:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0090:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   00a0:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ................
Nov 11 14:40:34 iredmail dovecot: auth: Error:   00b0:  00                                                 .             
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referral: msgid 2, url "ldap://DomainDnsZones.kfcc.intra/DC=DomainDnsZones,DC=kfcc,DC=intra"
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_connection 0 1 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_open_connection
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: TCP DomainDnsZones.kfcc.intra:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_socket: 25
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_prepare_socket: 25
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: Trying 172.16.254.51:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: fd: 25 tm: 5 async: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_on: 25
Nov 11 14:40:34 iredmail dovecot: auth: Error: attempting to connect:
Nov 11 14:40:34 iredmail dovecot: auth: Error: connect errno: 115
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_poll: fd: 25 tm: 5
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_is_sock_ready: 25
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_off: 25
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: anonymous rebind via ldap_sasl_bind("")
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_sasl_bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_initial_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid 6
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid 6 (timeout 100000 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 4  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 6,  origid 6, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  origid 4, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 2, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 3 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 4 message type bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 4
Nov 11 14:40:34 iredmail dovecot: auth: Error: request done: ld 0x563ba11f9120 msgid 4
Nov 11 14:40:34 iredmail dovecot: auth: Error: res_errno: 0, res_error: <>, res_matched: <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 4, msgid 4)
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 2 message type search-reference
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_url_parse_ext(ldap://kfcc.intra/CN=Configuration,DC=kfcc,DC=intra)
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request: new msgid 7, new dn <CN=Configuration,DC=kfcc,DC=intra>
Nov 11 14:40:34 iredmail dovecot: auth: Error: re_encode_request new request is:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ber_dump: buf=0x563ba1216300 ptr=0x563ba12163b0 end=0x563ba12172dc len=176
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0000:  32 30 00 32 30 00 65 63  65 64 65 6e 63 65 20 3a   20.20.ecedence :
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0010:  3a 2f 39 36 20 20 20 20  20 20 20 20 20 20 32 30   :/96          20
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0020:  0a 23 70 72 65 63 65 64  65 6e 63 65 20 3a 3a 66   .#precedence ::f
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0030:  66 66 66 3a 30 3a 30 2f  39 36 20 20 31 30 0a 23   fff:0:0/96  10.#
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0040:  0a 23 20 20 20 20 46 6f  72 20 73 69 74 65 73 20   .#    For sites
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0050:  77 68 69 63 68 20 70 72  65 66 65 72 20 49 50 76   which prefer IPv
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0060:  34 20 63 6f 6e 6e 65 63  74 69 6f 6e 73 20 63 68   4 connections ch
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0070:  61 6e 67 65 20 74 68 65  20 6c 61 73 74 20 6c 69   ange the last li
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0080:  6e 65 20 74 6f 0a 23 0a  23 70 72 65 63 65 64 65   ne to.#.#precede
Nov 11 14:40:34 iredmail dovecot: auth: Error:   0090:  6e 63 65 20 3a 3a 66 66  66 66 3a 30 3a 30 2f 39   nce ::ffff:0:0/9
Nov 11 14:40:34 iredmail dovecot: auth: Error:   00a0:  36 20 20 31 30 30 0a 0a  23 0a 23 20 73 63 6f 70   6  100..#.# scop
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_v3referral: msgid 2, url "ldap://kfcc.intra/CN=Configuration,DC=kfcc,DC=intra"
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_connection 0 1 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_open_connection
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: TCP kfcc.intra:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_new_socket: 26
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_prepare_socket: 26
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_connect_to_host: Trying 172.16.254.50:389
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: fd: 26 tm: 5 async: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_on: 26
Nov 11 14:40:34 iredmail dovecot: auth: Error: attempting to connect:
Nov 11 14:40:34 iredmail dovecot: auth: Error: connect errno: 115
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_poll: fd: 26 tm: 5
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_is_sock_ready: 26
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_ndelay_off: 26
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_pvt_connect: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: anonymous rebind via ldap_sasl_bind("")
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_sasl_bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_initial_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_server_request
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid 8
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid 8 (timeout 100000 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 5  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 8,  origid 8, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 6,  origid 6, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 3 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 6 message type bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 6
Nov 11 14:40:34 iredmail dovecot: auth: Error: request done: ld 0x563ba11f9120 msgid 6
Nov 11 14:40:34 iredmail dovecot: auth: Error: res_errno: 0, res_error: <>, res_matched: <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 6, msgid 6)
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 2 message type search-result
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 2
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 0 s 99736 us to go
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 4  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 8,  origid 8, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 2 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 6,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 8 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 8 message type bind
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 8
Nov 11 14:40:34 iredmail dovecot: auth: Error: request done: ld 0x563ba11f9120 msgid 8
Nov 11 14:40:34 iredmail dovecot: auth: Error: res_errno: 0, res_error: <>, res_matched: <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 8, msgid 8)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_parse_result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 0 s 97746 us to go
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 3  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 7,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 2 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 6,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 6 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 msgid 6, type 0x61
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_parse_result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: adding response ld 0x563ba11f9120 msgid 2 type 115:
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 0 s 95963 us to go
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid 4 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:   rebind in progress
Nov 11 14:40:34 iredmail dovecot: auth: Error:     queue is empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 2  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 5,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 7,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 3 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:    chained responses:
Nov 11 14:40:34 iredmail dovecot: auth: Error:   * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 4,  type 97
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid 4 all 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 msgid 4, type 0x61
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_parse_result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 3,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 5,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 7,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 4 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:    chained responses:
Nov 11 14:40:34 iredmail dovecot: auth: Error:   * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 msgid 2, type 0x73
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 3,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 5,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 7,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 4 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  type 115
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 msgid 2, type 0x73
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: DomainDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: ForestDnsZones.kfcc.intra  port: 0
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 3,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 5,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 2
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 7,  origid 2, status InProgress
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 0, parent count 1
Nov 11 14:40:34 iredmail dovecot: auth: Error:  * msgid 2,  origid 2, status RequestCompleted
Nov 11 14:40:34 iredmail dovecot: auth: Error:    outstanding referrals 3, parent count 3
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 4 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 7 message type search-result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  V2 referral chased, mark request completed, id = 7
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 7
Nov 11 14:40:34 iredmail dovecot: auth: Error: merged parent (id 2) error info:  result errno 1, error <000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1>, matched <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection 0 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_unbind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection: actually freed
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 5 message type search-result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  V2 referral chased, mark request completed, id = 5
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 5
Nov 11 14:40:34 iredmail dovecot: auth: Error: merged parent (id 2) error info:  result errno 1, error <000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1>, matched <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection 0 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_unbind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection: actually freed
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 msgid 3 message type search-result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chase_referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  V2 referral chased, mark request completed, id = 3
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg: ld 0x563ba11f9120 0 new referrals
Nov 11 14:40:34 iredmail dovecot: auth: Error: read1msg:  mark request completed, ld 0x563ba11f9120 msgid 3
Nov 11 14:40:34 iredmail dovecot: auth: Error: merged parent (id 2) error info:  result errno 1, error <000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1>, matched <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: request done: ld 0x563ba11f9120 msgid 2
Nov 11 14:40:34 iredmail dovecot: auth: Error: res_errno: 1, res_error: <000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1>, res_matched: <>
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 2, msgid 2)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 2, msgid 3)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 2, msgid 5)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_request (origid 2, msgid 7)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection 0 1
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_send_unbind
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_free_connection: actually freed
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_parse_result
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_err2string
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap(frank@kfsyscc.org,127.0.0.1,<UUminn3QHt9/AAAB>): ldap_search(base=dc=kfcc,dc=intra filter=(&(userPrincipalName=frank@kfcc.intra)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))) failed: Operations error
Nov 11 14:40:34 iredmail dovecot: auth: Debug: ldap(frank@kfsyscc.org,127.0.0.1,<UUminn3QHt9/AAAB>): Finished passdb lookup
Nov 11 14:40:34 iredmail dovecot: auth: Debug: auth(frank@kfsyscc.org,127.0.0.1,<UUminn3QHt9/AAAB>): Auth request finished
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_msgfree
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_result ld 0x563ba11f9120 msgid -1
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg ld 0x563ba11f9120 msgid -1 (timeout 0 usec)
Nov 11 14:40:34 iredmail dovecot: auth: Error: wait4msg continue ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Connections:
Nov 11 14:40:34 iredmail dovecot: auth: Error: * host: 172.16.254.51  port: 389  (default)
Nov 11 14:40:34 iredmail dovecot: auth: Error:   refcnt: 1  status: Connected
Nov 11 14:40:34 iredmail dovecot: auth: Error:   last used: Thu Nov 11 14:40:34 2021
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error:
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Outstanding Requests:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 request count 0 (abandoned 0)
Nov 11 14:40:34 iredmail dovecot: auth: Error: ** ld 0x563ba11f9120 Response Queue:
Nov 11 14:40:34 iredmail dovecot: auth: Error:    Empty
Nov 11 14:40:34 iredmail dovecot: auth: Error:   ld 0x563ba11f9120 response count 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList ld 0x563ba11f9120 msgid -1 all 0
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_chkResponseList returns ld 0x563ba11f9120 NULL
Nov 11 14:40:34 iredmail dovecot: auth: Error: ldap_int_select
Nov 11 14:40:36 iredmail dovecot: auth: Debug: client passdb out: FAIL#0111#011user=frank@kfsyscc.org#011code=temp_fail

7

Re: dovecot integrate windows server 2008 AD authorization time out

Seems it finished the ldap query and no error.

8

Re: dovecot integrate windows server 2008 AD authorization time out

Thank you for your help. I have donated $5 to support iRedMail. Please let me know if have any answer.

9

Re: dovecot integrate windows server 2008 AD authorization time out

Thanks for the donation. smile

Seems dovecot works fine according to the log in your post #6. Do you still have issue with Dovecot now?

10

Re: dovecot integrate windows server 2008 AD authorization time out

This document seems to be different from the new version of iredmail.Is there a new version of document or more detailed settings ?

11

Re: dovecot integrate windows server 2008 AD authorization time out

Sogo can use AD authentication. But after logging in, it will show that "no mailbox is selected".I think it should be caused by dovecot AD authentication problem. who can help me?

Thanks a lot!

12

Re: dovecot integrate windows server 2008 AD authorization time out

franklin wrote:

Sogo can use AD authentication. But after logging in, it will show that "no mailbox is selected".

Please turn on debug mode in Dovecot and reproduce the error again, paste full dovecot debug log here for troubleshooting (please hide passwords before pasting).
FYI: https://docs.iredmail.org/debug.dovecot.html