Displaying 20 results from an estimated 7000 matches similar to: "dovecot + ldap"
2014 May 18
2
Configuration of dovecot 2.0.19 to authenticate users via LDAP
I am trying to get dovecot 2.0.19 authenticate users via LDAP (OpenLDAP
2.4.28) and using Wireshark to debug the process. It looks like the basic
configuration of dovecot is fine, but it doesn't pull it off to send the
right request to the LDAP server. First of all, this is how my LDAP-entries
look:
# ht
dn: dc=ht
objectClass: top
objectClass: dcObject
objectClass:
2016 Nov 02
2
Dovecot 2 LDAP "unknown user"
I updated dovecot-ldap.conf.ext so that it now reads as below:
#Custom Settings
hosts = 192.168.153.143
dn = user at domain.com
dnpass = password
auth_bind = yes
auth_bind_userdn = %u at domain.com
ldap_version = 3
base = dc=rpservices,dc=com
#user_filter = (&(objectclass=person)(mail=%u))
user_filter = (&(objectclass=person)(uid=%u))
pass_filter = (&(objectclass=person)(uid=%u))
2016 Nov 04
3
Dovecot 2 LDAP "unknown user"
Sorry yes, peter is the unmangled user name.
On Fri, Nov 4, 2016 at 2:18 AM, Steffen Kaiser <
skdovecot at smail.inf.fh-brs.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 3 Nov 2016, Peter Fraser wrote:
>
> The command doveadm user -u username successfully returns the username and
>> any information it can for the user in AD. As a matter of
2016 Nov 03
2
Dovecot 2 LDAP "unknown user"
Thanks for your reply again Steffen.
The command doveadm user -u username successfully returns the username and
any information it can for the user in AD. As a matter of fact, I entered
some home directory information in AD and this command returned the User's
Home Directory as well. Is it a problem though that the telnet test won't
work?
On Thu, Nov 3, 2016 at 2:36 AM, Steffen Kaiser
2007 Jan 11
1
Configuring Dovecot for use with Active Directory
Hello,
My server is configured as follows:
FreeBSD 6.1
OpenLDAP 2.3.27
Cyrus SASL 2.1.21
Dovecot 1.0.rc15
I have PostFix configured to use SASL for SMTP AUTH, which in turn leverages OpenLDAP to verify users in Active Directory. I do not have, nor want to in the future, local users in FreeBSD, so I've configured PostFix for Virtual Mailboxes.
Everything is working and I'm getting
2016 Nov 01
2
Dovecot 2 LDAP "unknown user"
Hi All
I am using Dovecot dovecot2-2.2.25_6 on FreeBSD 11. I am trying to set up
LDAP authentication to Active Director as I had it in version 1 of Dovecot.
My settings are at bottom. When I run doveadm auth test username, I get
back
root at BSD-11:/usr/local/etc/dovecot # doveadm auth test username
Password:
passdb: user auth succeeded
extra fields:
user=username
root at
2013 Dec 16
2
connection Dovecot to samba4
Hello,
I am trying to setup samba4/openchange and dovecot. Does anyone has
experiences concering dovecot connecting to samba4 ??
I tried the following:
/etc/dovecot.conf:
protocols = imap sieve
mail_location = maildir:/data/mail/%d/%n/Maildir
mail_access_groups = vmail
mail_privileged_group = vmail
first_valid_uid = 110
last_valid_uid = 110
first_valid_gid = 115
last_valid_gid = 115
log_path
2016 Oct 24
2
Problem to configure dovecot-ldap.conf.ext
Hello,
Dovecot 2.2.25
CentOS 7
I setup ldap (FreeIPA) to have a user for dovecot that can (read search
compare) all attributes that I need for dovecot.
I must also have mailAlternateAddress
When I make a ldapsearch with this user, I found all I need to configure
dovecot.
But for me it is not possible to configure this correct ?
I can make for user
doveadm auth test office
and
doveadm
2015 Jun 22
4
LDAP authentication
Hi again
I'm trying to authenticate a user against an LDAP Server (well, our
AD, but it can LDAP).
This is my configuration:
hosts = my.server.local
auth_bind = yes
ldap_version = 3
base = CN=Person,CN=Schema,CN=Configuration,DC=company,DC=local
scope = subtree
user_attrs = \
=home=/home/imapproxy/%u, \
=mail=maildir:/home/imapproxy/%u
pass_attrs = uid=%u, userPassword=%w
2009 Apr 17
2
Active Directory LDAP authentication fails after a time
Hi -
I've got Dovecot version 1.0.7 running on a CentOS 5.2 machine. It's
serving pop, imap and imaps and authenticating against an Active Directory
machine. This all works fine at first, but after about two weeks or so,
dovecot's authentication against AD starts to fail. All of dovecot's
authentication attempts time out. I also have postfix on the same machine
authenticating
2007 Nov 26
4
dovecot imap hangs
All,
I recently did a fresh install/setup on centos 5 to replace my older
courier-imap and all seemed to go well until today I started to notice
that it simply hangs. I use thunderbird and squirrel mail and after a
while it seems like I"m simply rejected. I'm almost guessing that it has
to do with the session timing out and then dovecot is unwilling or
unable to renew the session. I
2011 Jul 16
1
dovecot 2.0.13 using LDAP and proxying IMAP4 and POP3 to gmail
Fellow dovecot users/contributors,
I am building a POP3/IMAP4 proxy solution for an enterprise, where users can login with their common username and then they get single sign-on to all kinds of different applications in the backend. Some of these applications are SaaS apps like gmail. For gmail in particular, I want dovecot to solve the following issues for me:
1. be an IMAP4/POP3 proxy in
2011 Oct 06
3
Group ACL
Using Dovecot 2.0, LDAP userdb & passdb, with prefetch:
hosts = myhost.mydomain
dn = cn=x,cn=y
dnpass = xyz123
auth_bind = yes
auth_bind_userdn = uid=%n,ou=users,dc=x
ldap_version = 3
base = ou=Users, dc=x
user_attrs = =home=/var/mail/%d/%n, \
=mail=mdbox:/var/mail/%d/%n/mdbox, \
=uid=vmail, \
=gid=mail
user_filter = (&(objectClass=inetOrgPerson)(mail=%u))
pass_attrs =
2015 Jun 27
2
authenticate LDAP to email server
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 = (&(objectClass=posixAccount)(uid=%u))
Why do you
2017 Aug 04
2
Problem switching from LDA to LMTP (with Postfix)
Hello,
I am trying to switch from LDA to LMTP on a Postfix/Dovecot setup, but
something is going wrong.
I have followed the directions at:
https://wiki.dovecot.org/HowTo/PostfixDovecotLMTP
Here is a session from dovecot.log:
Aug 4 12:19:42 vmail2 dovecot: lmtp(3152): Connect from local
Aug 4 12:19:42 vmail2 dovecot: auth: ldap(imaptester at noa.gr): unknown user
Aug 4 12:19:42 vmail2
2013 Oct 30
1
dovecot-ldap : can't find user in OU subtree
Hi all,
Well, I've compiled and installed dovecot 2.2.6 with following options:
> ./configure --prefix=/usr/ --sysconfdir=/etc/ --with-mysql
> --libexecdir=/usr/lib/ --localstatedir=/var
> --with-moduledir=/usr/lib/dovecot/modules --disable-rpath
> --disable-static --with-zlib --with-bzlib --with-solr --with-ldap
> --with-gssapi --with-nss
doveconf -n:
> # 2.2.6:
2019 May 15
2
Dovecot not connecting to OpenLDAP
Hi,
We recently shutdown our old LDAP server and repointed our mail server
(dovecot + postfix) to our new LDAP server and ever since we've been unable
to fetch mail. Mail is getting delivered, but we just can't pop it. We're
using Ubuntu 16.04, btw.
We keep on getting the following error messages in /var/log/dovecote:
2019-05-15 16:27:43 auth: Error: LDAP
2009 Feb 16
1
LDAP, MD5-CRYPT, invalid credentials, BUG or config issue?
Hi,
I read a lot of howto's and I got problems with LDAP and Dovecot to work
together.
I'm using:
Gentoo Linux 2008.0 hardened
Dovecot 1.1.7
Kernel 2.6.26
OpenLDAP 2.3.43
My dovecot-ldap.conf is:
uris = ldaps://auth.mydomain.com:636
auth_bind = yes
auth_bind_userdn = uid=%u,ou=People,dc=mydomain,dc=com
ldap_version = 3
base = ou=People,dc=mydomain,dc=com
deref = never
scope = subtree
2012 Jul 05
1
LDAP.conf filter issue
All,
We are trying to use the user_filter options to limit authentication to a single user group. The cusotmer has security rules that they want to only have users belonging to a group to have access. Sample we have tried.
auth_bind = yes
auth_bind_userdn = EXAMPLE\%n
base = /
hosts = example.test.com
ldap_version = 3
user_filter =
2015 Feb 23
4
"Temporary authentication failure" ? Cant connect with ldap user
Hello there, first time writing.
I'm relatively new to linux and have been tasked with setting up the
following configuration:
Debian Wheezy Server
Postfix
Dovecot
OpenLDAP
So, I set up the Server, installed and configured postfix, ldap and dovecot
(in that order) and now simply try to log into the mail account with a used
from the LDAP over telnet.
The test looks like this:
*|> telnet