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'
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
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
I am sorry.
I am NOW able to authenticate to my ldap server.
Thank you all.
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=
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
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