Re: [Dovecot] authentication via LDAP

2011-08-08 Thread da...@apollo.lv
in principle possible: pass auth: auth_bind = yes auth_bind_userdn = uid=%u,ou=Person,o=Work filter by group: user_filter = (&(&(&(objectclass=user)(objectclass=person))(memberOf=*MailUsers.*))(uid=%n)) pass_filter = (&(&(&(objectclass=user)(objectclass=person))(memberOf=*MailUsers.*))(uid=%u)

[Dovecot] hardcoded patch for dovecot v2 - authentication (ldap ) and mail location configuration with domain determined by IP

2011-07-05 Thread da...@apollo.lv
for hg changeset 12866:537d4b6d9a7a need help for creating/movement array "lip2user" in each code part to loadable settings array from configuration files in config must contain many rows by 3 fields : ip,ldapdn,resolved diff -r 537d4b6d9a7a doc/example-config/conf.d/10-mail.conf --- a/doc/exa

Re: [Dovecot] critical feature from version 1 not migrated to version 2 = authentication configuration database per IP

2011-02-14 Thread da...@apollo.lv
Timo Sirainen wrote: - another way (possible that will be more easiest, and good enough for advanced configurations) = single variable that may be set in block of exact ip listener configuration , as for provided before example may set variable "auth_db_suffix" = string("dc=domain1,dc=tld") for

Re: [Dovecot] critical feature from version 1 not migrated to version 2 = authentication configuration database per IP

2011-02-09 Thread da...@apollo.lv
Timo Sirainen wrote: On 9.2.2011, at 9.37, da...@apollo.lv wrote: existing version 1 config file, that allow such configuration: /etc/dovecot.conf BEGIN server mail.domain1.tld { I'm surprised that this server block really worked for you. I only rem

[Dovecot] critical feature from version 1 not migrated to version 2 = authentication configuration database per IP

2011-02-08 Thread da...@apollo.lv
not possible make operation with dovecot version 2.x as was possible in version 1.x: requisites description: connect to dovecot service on IP1 - dovecot must serve users that related to domain1 located in database1 connect to dovecot service on IP2 - dovecot must serve users that related to d