Re: LDAP and dovecot

2014-09-26 Thread Dave Ryan
Thank you all for your assistance. I was able to locate another web site that mentioned I needed to compile dovecot with my openldap libraries. I then compiled dovecot in the following manner: CPPFLAGS=-I/usr/local/openldap/include \ LDFLAGS='-L/usr/local/openldap/lib -R/usr/local/openldap/lib'

Re: LDAP and dovecot

2014-09-22 Thread dovecot
For the record. I compiled dovecot to use the openldap libraries my openldap server uses. My email server and ldap server are on two different machines. So I just copied over my ldap libraries and placed them in the correct place and then compiled dovecot. I saw this clue in a different web page

Re: LDAP and dovecot

2014-09-20 Thread Remko Lodder
On 19 Sep 2014, at 23:31, dove...@outputservices.com wrote: > I am sorry. > > I am NOW able to authenticate to my ldap server. > > Thank you all. So what changed, for the records :) Remko -- /"\ Best regards, | re...@freebsd.org \ / Remko Lodder

Re: LDAP and dovecot

2014-09-19 Thread dovecot
I am sorry. I am NOW able to authenticate to my ldap server. Thank you all.

Re: LDAP and dovecot

2014-09-19 Thread dovecot
I was able to decipher the error after looking at some other web pages. I found I have to compile using the openldap libraries instead of the default Solaris ldap libraries. I compiled using the following: > LDFLAGS='-L/usr/local/openldap/lib -R/usr/local/openldap/lib' \ > ./configure --prefix=

Re: LDAP and dovecot

2014-09-18 Thread Philipp
Am 18.09.2014 22:06 schrieb dove...@outputservices.com: /dovecot/etc/dovecot/tests/ldap.settings hosts = ldap.outputservices.com tls = no ldap_version = 3 base = dc=ldap,dc=outputservices,dc=com --- This will likely also need later on: scope = subtree #si

LDAP and dovecot

2014-09-18 Thread dovecot
At my company I have users who are now becoming remote and using their mobile devices for email. I use Solaris 10 10/09 s10x_u8wos_08a X86 as an operating system and I now need a more secure email solution than the generic sendmail / imap solution. I want to use dovecot and postfix because I ha