Thanks for the support, I already followed the article you posted, and I am
sure that part is ok.
I always get the same results.
Can you please post the content of your files:
dovecot-ldap.conf.ext
auth-ldap.conf.ext
10-auth.conf
and other files that you consider relevant for this to work?
Thanks in advance.

If that helps...

# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.2 ext4
auth_debug = yes
auth_debug_passwords = yes
auth_master_user_separator = *
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = yes
default_client_limit = 22000
default_process_limit = 5000
default_vsz_limit = 1 G
disable_plaintext_auth = no
first_valid_gid = 5000
first_valid_uid = 5000
last_valid_gid = 5000
last_valid_uid = 5000
log_path = /var/log/dovecot.log
mail_debug = yes
mail_location = maildir:/var/vmail/domain.com/%Ln/Maildir
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 ihave imapflags
notify
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
  separator = /
}
passdb {
  args = /etc/dovecot/passwd.masterusers
  driver = passwd-file
  master = yes
}
passdb {
  driver = pam
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf1.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf2.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf3.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf4.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf5.ext
  driver = ldap
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
plugin {
  sieve = /var/vmail/domain.com/%n/.dovecot.sieve
  sieve_dir = /var/vmail/domain.com/%n/
  sieve_extensions = +enotify +vacation +copy +imapflags +notify
}
protocols = imap sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
  unix_listener auth-userdb {
    mode = 0666
  }
}
service imap {
  process_limit = 5000
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  process_min_avail = 0
  service_count = 0
  vsz_limit = 64 M
}
service managesieve {
  process_limit = 1024
}
ssl_cert = </etc/ssl/certs/mail.domain.com.pem
ssl_dh_parameters_length = 2048
ssl_key = </etc/ssl/private/mail.domain.com.key
userdb {
  args = uid=5000 gid=5000 home=/var/vmail/domain.com/%Lu
  driver = passwd
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf1.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf2.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf3.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf4.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf5.ext
  driver = ldap
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
protocol imap {
  mail_max_userip_connections = 100
  mail_plugins =
}
protocol sieve {
  mail_max_userip_connections = 10
  managesieve_max_line_length = 65536
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to