Re: authenticate LDAP to email server

2015-06-28 Thread robert k Wild
success, i want to take this time in thanking all of you, thanks so much, much appreciated!!! Jun 29 00:10:12 post dovecot: imap(rwild): Disconnected: Too many invalid IMAP commands. bytes=50/12 91 Jun 29 00:10:31 post dovecot: auth: Debug:

Re: authenticate LDAP to email server

2015-06-28 Thread robert k Wild
got something when i did a telnet localhost 143, i got this Jun 28 23:16:46 post dovecot: auth: Fatal: LDAP: No base given Jun 28 23:16:46 post dovecot: master: Error: service(auth): command startup failed, throttling Jun 28 23:17:21 post dovecot: imap-login: Error: Timeout waiting for handshake

Re: authenticate LDAP to email server

2015-06-28 Thread robert k Wild
i have enabled logging, how can i run a test to get some results. i have tried to add a mail account through thunderbird using my ldap user but i am not getting any error logs in the /var/log/dovecot.log file any help on how i can produce logs to show you guys thanks rob

Re: authenticate LDAP to email server

2015-06-28 Thread Daniel Tröder
Am 28.06.2015 um 21:16 schrieb Alexander Dalloz: > Am 28.06.2015 um 19:50 schrieb robert k Wild: >> i edited "dovecot-ldap.conf.ext" and added the lines >> >> hosts = 10.10.1.3 >> auth_bind = yes >> auth_bind_userdn = cn=%u,cn=home,ou=robina_users,dc=robina,dc=private >> >> i then edited "dovecot.c

Re: authenticate LDAP to email server

2015-06-28 Thread Alexander Dalloz
Am 28.06.2015 um 19:50 schrieb robert k Wild: i edited "dovecot-ldap.conf.ext" and added the lines hosts = 10.10.1.3 auth_bind = yes auth_bind_userdn = cn=%u,cn=home,ou=robina_users,dc=robina,dc=private i then edited "dovecot.conf" and added this line in auth_username_format = %Lu i edited "1

Re: authenticate LDAP to email server

2015-06-28 Thread robert k Wild
i edited "dovecot-ldap.conf.ext" and added the lines hosts = 10.10.1.3 auth_bind = yes auth_bind_userdn = cn=%u,cn=home,ou=robina_users,dc=robina,dc=private i then edited "dovecot.conf" and added this line in auth_username_format = %Lu i edited "10-auth.conf" i unhashed the following line !inc

Re: authenticate LDAP to email server

2015-06-27 Thread Alexander Dalloz
Am 27.06.2015 um 00:36 schrieb robert k Wild: i have made a file "/etc/dovecot/dovecot-ldap.conf.ext" hosts = 10.10.1.3 base = dc=robina,dc=private ldap_version = 3 auth_bind = yes auth_bind_userdn = cn=%u,cn=home,ou=robina_users,dc=robina,dc=private pass_attrs = uid=user pass_filter = (&(object

Re: authenticate LDAP to email server

2015-06-26 Thread robert k Wild
- > From: Daniel Tröder > Sent: ‎26/‎06/‎2015 08:35 > To: dovecot@dovecot.org > > Subject: Re: authenticate LDAP to email server > > Am 26.06.2015 um 09:27 schrieb Robert Wild: > > That's great thanks, > > > > One thing tho I did a "

RE: authenticate LDAP to email server

2015-06-26 Thread Robert Wild
ginal Message- From: "Daniel Tröder" Sent: ‎26/‎06/‎2015 08:35 To: "dovecot@dovecot.org" Subject: Re: authenticate LDAP to email server Am 26.06.2015 um 09:27 schrieb Robert Wild: > That's great thanks, > > One thing tho I did a "ls /etc/dovecot" and

Re: authenticate LDAP to email server

2015-06-26 Thread Daniel Tröder
> From: "Daniel Tröder" > Sent: ‎26/‎06/‎2015 07:20 > To: "dovecot@dovecot.org" > Subject: Re: authenticate LDAP to email server > > Am 25.06.2015 um 22:36 schrieb robert k Wild: >> hi all, >> >> first things first my version and config - &

RE: authenticate LDAP to email server

2015-06-26 Thread Robert Wild
Daniel Tröder" Sent: ‎26/‎06/‎2015 07:20 To: "dovecot@dovecot.org" Subject: Re: authenticate LDAP to email server Am 25.06.2015 um 22:36 schrieb robert k Wild: > hi all, > > first things first my version and config - > > # 2.0.9: /etc/dovecot/dovecot.conf > >

Re: authenticate LDAP to email server

2015-06-25 Thread Daniel Tröder
Am 25.06.2015 um 22:36 schrieb robert k Wild: > hi all, > > first things first my version and config - > > # 2.0.9: /etc/dovecot/dovecot.conf > > # OS: Linux 2.6.32-504.el6.x86_64 x86_64 CentOS release 6.6 (Final) > > auth_mechanisms = plain login > > mail_location = maildir:~/Maildir > > mbo

authenticate LDAP to email server

2015-06-25 Thread robert k Wild
hi all, first things first my version and config - # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-504.el6.x86_64 x86_64 CentOS release 6.6 (Final) auth_mechanisms = plain login mail_location = maildir:~/Maildir mbox_write_locks = fcntl passdb { driver = pam } protocols = imap pop