Displaying 20 results from an estimated 4000 matches similar to: "question: auth_bind and userdb"
2014 Apr 04
0
Use 1 userdb and LDAP passdb for mailbox without allow_all_users
Hello everybody,
I have a little pb with dovecot. I have been read on archive of dovecot mailing list that it's possible to have 1 static userdb with LDAP passdb (http://www.dovecot.org/list/dovecot/2010-November/055193.html) but when I try it I have an error message and my message is on the queue with "temporary failure"
auth: Debug: master in:
2010 Dec 03
1
Passwords not returned without auth_bind ?
Hi,
Maybe I am missing something simple, but I can't get users authenticated
using password lookups, as opposed to auth_bind. This is how the log looks
like when using password lookup:
dovecot: auth(default): new auth connection: pid=2449
dovecot: auth(default): client in:
2014 Mar 02
0
Dsync replication with LDAP and auth_bind=yes
Hello,
I have working dovecot configuration with LDAP based authentication in
Active Directory.
I'd like to use dsync replication but dovecot can't do user lookups.
Is it possible to configure replication in such architecture?
doveadm user '*'
Returns only one local dovecot user.
dovecot --version
2.2.10
My dovecot-ldap.conf look as follows:
hosts =
2012 Mar 06
1
LDAP auth_bind fails
Hello,
I wanted to configure dovecot for using auth_bind but didn't succeed to
me it seems like it does always an anonymous bind.
Dovecot version 2.1.1 (I started with 2.1.0 and hoped 2.1.1 would fix it)
I tried to play around with the base, pass_attrs,pass_filter to no avail
but didn't succeed.
Looking at a wireshark trace i only saw 7 packets and it seemed to me
dovecot did only
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
2019 Oct 02
1
lmtp and virtual users
You set ?auth_bind' to ?no' and and you make sure ?dn? and ?dnpass? are properly configured with a user with enough privileges to read users passwords.
And also, you make sure your pass_attrs contains a password attributes (containing the user password hash).
> Le 2 oct. 2019 ? 19:33, David Wells - Alfavinil S.A. via dovecot <dovecot at dovecot.org> a ?crit :
>
> Is
2006 Aug 18
0
LDAP Auth problems with auth_bind=yes
Hi,
I first posted this problem a day or two ago and have not seen any
responses yet.
To clarify my problem, I am authenticating virtual users against Active
Directory on Win2k3, where their login id is their email address. I am
using an almost identical setup to Suranga's below, however my initial
bind user doesn't have access to the userPassword attribute, so I am
using:
auth_bind
2010 May 20
0
Dovecot LDAP problems
I'm currently trying to configure a linux mailserver running centos to
use an xserve running snow leopard. I am configuring the mailserver to
run dovecot,sendmail,clamav,spam assassin and squirrelmail so it matches
those used by the mac.
The problem I am having is that I cannot get the server to authenticate
properly to the macs LDAP database. As far as I can tell it is either a
problem
2007 Sep 05
2
passdb/userdb args
I'm a bit unclear on these - give me a moment to ramble on. I should
mention I'm using version 1.0.3, my primary backend is LDAP, and I do
NOT want to store user mail folders in my LDAP directory.
I currently have the following:
default_mail_env = maildir:/var/mail/%d/%n
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
# Instructions for deliver state a userdb is still
2014 Jan 25
1
allow_nets + default + ldap
Hello,
I'm playing with allow_nets function. It is really cool!
In a filebased passwd backend you simply add "allow_nets=192.0.2.143/32"
as mentioned in http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/AllowNets
But if I use an LDAP backend it looks different.
Following http://wiki2.dovecot.org/AuthDatabase/LDAP/AuthBinds and
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
2006 Jan 03
1
fast bind patch for ldap passwords
All,
I'm not sure if I sent this in yet or not. Basically it works like this:
if you set "fast_bind = yes" it overrides auth_bind. And requires that
you set userdn. Example config:
fast_bind = yes
userdn = cn=%u,ou=people,o=dovecot
I'm using the patch right now on the cvs head branch.
Comments are welcome.
Geff
-------------- next part --------------
A non-text
2007 Nov 26
2
Some dovecot conf parameters
Hello all!
First of all - sorry for my english. :-)
Im working now on migration from cyrus to dovecot(v1.07). Everything
work`s fine for now, but some parameters at dovecot conf a mystical for
me. :-)
dovecot-ldap.conf:
user_attrs = mail
#,homeDirectory,,,,
user_filter = (&(objectClass=qmailUser)(mail=%u))
pass_attrs = mail,userPassword=password
pass_filter =
2015 May 06
1
lmpt director and ldap userdb
Hello,
I've been using dovecot for a long time, but now I'm having troubles
with I change I need to make.
I have a director server in front of two backend servers. All of these
servers are running dovecot 2.1.16. Redirection to backend servers are
based in an attribute of a ldap server. My users are defined in this
same ldap server.
At this moment, for user authentication we use
2017 Dec 05
0
Howto authenticate smartPhone via Active Directory
mj - thanks! That the first useful example I've received from any forum/list. I'm getting ready
to try my config (have to do so after hours), but I have some probably simple-minded questions:
Your example is not the complete dovecot-ldap.conf.ext file, right? Have you just given me
differences in your config from the "original"? You've kept the hosts, base, ldap_version,
2011 Jul 31
1
[BUG?] LDAP authentication with aliases issues
Hello,
I am trying to configure Dovecot with LDAP authentication. My LDAP tree
structure is as following:
dc=root,dc=pl
\_ ou=Users
\_ uid=test
\_ ou=Mail
\_ ou=domain.pl
\_ uid=alias_to_test
I cannot authenticate using
'uid=alias_to_test,ou=domain.pl,ou=Mail,dc=root,dc=pl'. If I try to
authenticate using
2016 Oct 25
0
Problem to configure dovecot-ldap.conf.ext
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 25 Oct 2016, G?nther J. Niederwimmer wrote:
> 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.
>
> doveadm auth
2008 Nov 06
1
(v1.1.6) Fatal: userdb didn't return a home directory, but mail location used it (%h)
Hi, all.
I upgrade to 1.1.6, but the same config didn't work now.
Error message while start dovecot:
----<----
Starting Dovecot Imap: Fatal: userdb didn't return a home directory, but
mail location used it (%h): /%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot.conf
----<----
Here is my dovecot.conf
2016 Oct 25
1
Problem to configure dovecot-ldap.conf.ext
Hello Steffen and List,
Thanks for the answer and help,
I mean I found the biggest problem it is "auth_bind_userdn = "
please read the rest ;-)
Am Dienstag, 25. Oktober 2016, 12:19:08 schrieb Steffen Kaiser:
> On Tue, 25 Oct 2016, G?nther J. Niederwimmer wrote:
> > I setup ldap (FreeIPA) to have a user for dovecot that can (read search
> > compare) all attributes that
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