Displaying 20 results from an estimated 5000 matches similar to: "ldap: LDAP attribute used multiple times. This is currently unsupported"
2009 Dec 16
3
UNIX accounts needed for machine accounts?
Hi,
I have the following problem: My structure is stored in LDAP that way:
dc=example,dc=com
+ ou=groups
| + cn=Account Operators
| + ...
+ ou=machines
| + uid=workstation1$
| + uid=workstation2$
| + ...
+ ou=users
+ ou=int
| + uid=user1
| + uid=user2
| + ...
+ ou=ext
+ uid=user3
+ uid=user4
+ ...
...
Only internal
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
2009 Jun 18
3
ldap , quotes, upgrade from dovecot-1.0.14 (q2.0)
hello list
help me please - i am trying to fix quotas about 2 days :(
i was using 1.0.14+ldap as userdb/passwd+lda+exim, and after upgrading to
last release my quotas goes away
so
> pkg_info | grep dove
dovecot-1.1.16 Secure and compact IMAP and POP3 servers
dovecot-sieve-1.1.6 A Sieve plugin for the Dovecot 'deliver' LDA
dovecot.conf
...
protocol imap {
listen = *:143
2009 Jan 27
3
Symlink shared mailboxes and system_user extra field
Hello,
I'm trying to set up, as explained in the wiki, shared mailboxes with symlink.
I'm running dovecot-1.1.8 with LDAP pass/userdb. The Maildir layout goes like this :
/courriel/boites/foobar : Maildir of user foobar (nfs)
/courriel/meta/foobar : control files of user foobar (nfs)
/var/dovecot/indexes : indexes (locally stored)
I created :
/courriel/boites/doveshared/.box/ :
2008 Jul 04
2
Different PROXY for IMAP and POP3 using LDAP-auth
Hello everybody!
I'm trying to configure dovecot 1.1.1 with different proxy hosts and/or
ports for different protocols (IMAP, POP3). I'm using LDAP for
authentication.
I've tried:
1) Variable in "auth default" configuration:
[dovecot.conf]
passdb ldap {
args = /usr/local/etc/dovecot-ldap-%Ls.conf
}
userdb ldap {
args =
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:
2009 Jan 28
1
Confused about permissions needed for shared mailbox
Hello,
let me re-state, hopefully in clearer terms, what I tried to described in a previous thread :
With dovecot-1.1.8/Maildir/LDAP pass/userdb (prefetch), I'm trying to set up a
Maildir ".box" shared in rw between 2 users in a "Public" namespace. I can't
get it to work unless I chmod 777 everything, which obiously is not what I
want.
1) am I correct thinking that
2013 Jul 12
1
mail not reject when the mailbox is full (Dovecot-LDAP-Imap_quota)
Hello List.
Currently I have configured the share of users through the LDAP query as
shown
#dovecot.conf
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
quota = dirsize
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
#dovecot-ldap.conf
auth_bind = yes
ldap_version = 3
base = dc=XXX,dc=YY,dc=ZZ
deref = never
scope = subtree
user_attrs =
2015 Jan 30
1
LDAP: "unused" & "uid missing"
Does someone know what this means? It looks to me like it got the UID,
yet it complains ... ? Also, why does it complain about attributes being
unused, yet I use prefetch, so they will be used?!
Log:
[...]
dovecot: auth: Debug:
ldap(test at mydomain.tld,192.168.10.233,<Rl2CF+UNhgDAqArp>): result:
mailStorageDirectory=/var/vmail mailUidNumber=2110 mailGidNumber=2110
2019 Nov 29
3
Error: proxy: Remote returned invalid banner: 220
I had a working proxy setup added sieve to it, and out of the blue I get
this
Error: proxy: Remote returned invalid banner: 220
No idea what to do, nothing even in the mail list archive
2013 Jan 23
3
dovecot 2.1.13, proxy and nologin extras field
Hi at all,
in our test environment, I'm playing with dovecot 2.1.13 configured as
imap/pop/managesieve proxy. It is configured to authenticate users with
ldap and it works very well.
Now, I'd like to temporary disable some users's login, because we are
moving to another storage, and I wouldn't stop imap service at all.
I've found on Dovecot wiki that I could use
2010 Sep 21
1
Quota value *not* getting over written by ldap attr value, help ?
Hi,
I am having trouble with the quota plugin with deliver. In the auth logs, I
see that dovecot is able to get the attribute value just fine:
***
Sep 21 17:49:30 dawnone dovecot: auth(default): ldap(cot,127.0.0.1): result:
uid(user)=cot uidNumber(userdb_uid)=1011 gidNumber(userdb_gid)=1011
homeDirectory(userdb_home)=/home/cot
mailQuotaSize(userdb_quota_rule=*:bytes=%$)=*:bytes=1000000
***
But
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 =
2020 Aug 24
3
when are these conf.ext files loaded
Are these .conf.ext always loaded? Or only when they are configured
somewhere else?
2007 Aug 16
2
Dovecot IMAP/POP3 Proxy with LDAP
Hello all,
I'm having problems to make Dovecot proxy work, I configured it
following dovecot's site. See my test below:
It accepts login and password and then closes the connection.
bastion01:~/build# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
user raphael.costa at xxxx.com.br
+OK
pass xxxxxx
+OK Logged in.
2006 Mar 22
1
LDAP and prefetch
SunOS pop01.unix 5.10 Generic_118844-26 i86pc i386 i86pc
dovecot-1.0.beta3
It is most likely something I am doing wrong, but could someone take a look at
why I can not get LDAP prefetch to work?
If I define things like this:
dovecot.conf:
----------------------------------------------
passdb ldap {
args = /usr/local/etc/dovecot-ldap.conf
}
userdb ldap {
args =
2009 Dec 15
4
Why dovecot does not want to read my acl file?
Hi,
Simple Scenario: Shared namespace and a specific UNIX group should have
access to it. System is Debian lenny (stable).
# cat /etc/dovecot/dovecot.conf
[...]
namespace public {
separator = .
prefix = Shared.
location = maildir:/var/mail/shared
}
mail_executable = /usr/local/sbin/dovecot-imap-fix.sh
mail_drop_priv_before_exec = no #just to make sure
[...]
# dpkg -l | grep dovecot
ii
2007 Sep 27
1
Proxy setup between two servers
Hi,
I am trying to set up a proxy between two dovecot servers. I have the
following set up here.
Dovecot version: 1.0.rc15
dovecot -n:
# /etc/dovecot/dovecot.conf
info_log_path: /var/log/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: pop3 imap
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap):
2017 Jan 02
2
multiple shared/mail format namespaces
Hi,
Are configurations (with separate formats per namespace) - such as ...
namespace {
type = shared
list = children
inbox = no
separator = /
subscriptions = no
prefix = shared1/%%n/
location = maildir:/var/mail1/%%n/
}
namespace {
type = shared
list = children
inbox = no
separator = /
subscriptions = no
prefix = shared2/%%n/
location =
2011 Jan 29
2
sql : uid, gid, home ignored ?
Hello,
I'm trying to setup a dovecot imap server.
version is 2.0.9
I've setup a mysql database using:
user_query = \
SELECT home, uid, gid, home as userdb_home, uid as userdb_uid, gid as userdb_gid, \
FROM user WHERE username = '%n' AND domain = '%d' AND active = 'Y'
password_query = \
SELECT username AS user, password, home as userdb_home, uid as