Displaying 20 results from an estimated 2000 matches similar to: "virtual domains/users and LDAP"
2008 Jan 05
1
imap cores
Experts,
(Now that I am able to run imap...)
Here's what I am seeing with imap, it seems to die in the latest
nightly. (tss, I am still trying to get dbx to work properly, maybe it
won't, but I got some more details here.)
...
2 select "INBOX"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)]
Flags permitted.
2008 Jan 04
3
%d not recognized with LDAP
I saw the recent threads but didn't help for me.
Here's my configuration:
The domain isn't getting expanded as per logs:
Jan 4 08:06:40 vds5 dovecot: [ID 107833 mail.info] IMAP(admin):
maildir: data=/var/mail/apps//admin/Maildir
# 20080102: /usr/local/dovecot/etc/dovecot.conf
listen: *:143
ssl_disable: yes
disable_plaintext_auth: no
login_dir:
2008 Jan 14
2
file system permissions
I am using Maildir and virtual domains.
I have the following definitions in the dovecot.conf:
mail_uid = 10000
mail_gid = 10000
mail_location = maildir:/var/mail/apps/%d/%n/Maildir
...
Userdb database is LDAP based. Some users in LDAP might have a uid/gid
defined. If thats the case, I want dovecot to use those uid/gid. If
the user in LDAP does not have a uid/gid attribute, it'll fall back to
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
2008 Apr 08
1
Please help: LDAP configuration _almost_ works.
Red Hat Linux release 7.2 (Enigma)
OpenLDAP 2.3.38
Dovecot 1.0.12
SHORT VERSION
----- -------
Here is my dovecot-ldap.conf:
hosts = ldap.lrtz
dn = cn=varmail,ou=users,dc=lorentz,dc=com
dnpass = *********
ldap_version = 3
auth_bind = yes
pass_filter = (&(objectClass=inetOrgPerson)(mail=%Lu))
base = ou=users, dc=%Dd
scope = onelevel
I have tested using the above information with
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
2007 Mar 05
2
sshd leaking processes
Hello,
I am experiencing a problem with
OpenSSH_4.3p2 Debian-8, OpenSSL 0.9.8c 05 Sep 2006
I have a tool which I use to generate command lines for end-end
encryption through firewalls, following directions from an old
discussion on this mailing list (thanks btw). It gives me something
like this:
ssh -p 47774 localhost -o "ProxyCommand=ssh -v -v vds5.dedi.blackcatnetworks.co.uk -- 'nc
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 Jan 07
2
unknown users
Hi,
can anyone tell me where these "unknown users" come from.
As far as I see the fact, dovecot is asked by postfix to look for the
password of the recipient-user (why ever).
+++
Jan 7 19:43:09 f42252se postfix/smtpd[14625]: initializing the
server-side TLS engine
Jan 7 19:43:09 f42252se postfix/tlsmgr[14627]: open smtpd TLS cache
btree:/var/lib/postfix/smtpd_scache
Jan 7 19:43:09
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
2008 Apr 03
2
LDAP auth_bind hangs and times out
I have _almost_ got Dovecot working! One little snag...
My users login using their email address as username. Each domain has
their own LDAP subtree. Each user has an entry in the ou=users subtree
of the domain subtree, and has a mail: field (inetOrgPerson) listing
their email address/login name.
I am trying to use auth_bind: when I login with jackmc at lorentz.com,
dovecot should search for
2007 Sep 11
3
dovecot sieve notify example?
Dear list,
I was trying to use the "notify" action with dovecot sieve
but I just couldn't get it work. The relevant lines look as follows:
,--------
|require ["fileinto", "notyfy"];
| if header :contains ["to", "cc"] ["userA at example.com", "userB at example.com"] {
| notify
| :method "mailto"
|
2011 Dec 15
3
doveadm quota does not list all accounts
Hello,
I am running dovecot-2.0.13-1_128.el5 x86_64 RPM on CentOS 5.7.
All accounts are virtual, hosted on LDAP Server.
My problem is that the command:
doveadm quota get -A
stopped listing all accounts. I think this problem started after I
changed in LDAP lookup configuration from "scope = subtree" to "scope =
onelevel", because it did not occur before (I did no
2020 Feb 01
3
Ldapsearch against Samba AD returns records outside the search base
On Fri, 2020-01-31 at 15:50 +0200, Palle Kuling via samba wrote:
> Hi,
>
> I noticed the following problem with records returned outside the search
> base when the query is run against a Samba DC, but when the same query
> is run against a Windows 2008 or 2012 DC it does not happen. I'm pretty
> sure it worked correctly in the past. I updated from Samba 4.9.4 to
>
2008 Jan 08
3
Test Environment Question
I have my master IMAP server running DC V1.0.10. The homedir and
INBOXdir are physically resident there and NFS exported (no caching) to
3 other machines. I have installed V1.1beta13 on one of them (which
thus accesses the homedir/INBOXdir remotely) and plan to have a limited
community test-drive it there. Are there any hazards or drawbacks in
doing this? While the homedirs and INBOXdirs
2020 Feb 01
2
Ldapsearch against Samba AD returns records outside the search base
Hello,
Is it not Samba that is listening to the LDAP ports and is serving me
the answer to my query? This problem does not only happen when the LDAP
database is searched using ldapsearch, it happens also using other tools
that connect to the LDAP ports. I still don't fully grasp what this has
to do with the uniqueness of the sAMAccountNames - they are unique
throughout my directory and I
2007 Jun 12
2
LDAP subtree search on AD
Hello people!
I'm new to the list and to dovecot too. In advance I'd like to thank
everybody who could help me, and I'll be very glad if a could help somebody
here.
I'm working in a project to integrate dovecot and active directory
authentication for 2 weeks without total success. I've tried so many waysto
solve my problem, but no one gave me the right answer. I'll
2010 Mar 31
3
Dovecot+LDAP issues
Dear list members,
I am having some problems with a LDAP passdb authentication on Dovecot.
Before I forget, the specs: it's a Ubuntu 7.10 server running Dovecot
1.0.5 connecting to 2 different machines running LDAP servers: gold with
OpenLDAP 2.4.19 and extra with OpenLDAP 2.4.9 (extra is a replication
slave of gold).
The initial setup of dovecot was with a MySQL passdb, which is still the
2007 Dec 20
1
Security hole #4: Specific LDAP + auth cache configuration may mix up user logins
Somehow I doubt there are any Dovecot setups left that unknowingly have
this problem, but it still counts as a security hole. The possibility to
cause this problem exists in Dovecot v1.0.rc11 and later.
If you use:
1. passdb ldap with settings:
- auth_bind = yes
- auth_bind_userdn = no
- base containing %variables required for unique user identification,
e.g. base = dc=%d,dc=org
-
2007 Dec 20
1
Security hole #4: Specific LDAP + auth cache configuration may mix up user logins
Somehow I doubt there are any Dovecot setups left that unknowingly have
this problem, but it still counts as a security hole. The possibility to
cause this problem exists in Dovecot v1.0.rc11 and later.
If you use:
1. passdb ldap with settings:
- auth_bind = yes
- auth_bind_userdn = no
- base containing %variables required for unique user identification,
e.g. base = dc=%d,dc=org
-