Displaying 7 results from an estimated 7 matches for "dovecotopenldap".
2011 Jun 27
1
Sendmail + dovecot-lda + LDAP
...mail (Version 8.14.4 with LDAP support installed from ports)?
?- Dovecot LDA + dovecot (as pop3/imap)
?- Cyrus Sasl (authdaemon for authentification)
1. Following http://wiki.dovecot.org/LDA/Sendmail i've set up deliver as LDA. Everything worked fine.
2. Following http://wiki.dovecot.org/HowTo/DovecotOpenLdap i've set up Dovecot to work with tha ldap. Now i can authorize through the client or web interface and get to my maildir.?
3. Now, i want my sendmail to accept mail for the account in LDAP database.
sendmail.mc:
++++++++++++++++++++++
FEATURE(`local_procmail', `/usr/local/libexec/dovecot...
2004 Jun 01
2
IMAP login name conversion
Hi all,
Out IMAP client (Outlook and others) use login name like joedirt at domainname.com
I need dovecot to convert it to joedirt-domainname_com since that is the local login name.
Can someone give me a hint how to do that?
Is there any simple way to do it or do I have to modify any source code?
Thanks,
Zoong
2010 Jun 01
1
configuring sendmail to work with dovecot+LDAP
I would like to setup dovecot (1.1.20) with LDAP virtual users,
but I don't seem to understand how to get my sendmail to accept
mail for the virtual users.
(I am rather new to this, so I may have some misunderstandings)
I have followed - wiki.dovecot.org/HowTo/DovecotOpenLdap
(OpenLDAP 2.3.43)
and I think I have IMAP working for virtual users.
I can connect to port 143, enter a username and password and
it works.
Now I surmise I need to configure my SMTP server to accept mail
for these LDAP virtual users, and deliver it appropriately.
(The above HowTo doesn't addre...
2006 Aug 10
1
Dovecot AD Integration
Hello,
Is it possible to use dovecot version 1.0.rc6 to authenticate users
against Active Directory on a Windows 2000, without PAM, Kerberos
or SAMBA.
Thanks,
2005 Sep 19
1
Dovecot LDAP authentication not working
...ant parts (I think) from dovecot.conf file:
I have googled all over and also the archives of this list for the last few
months but I have not been able to work out what the problem is. As a
matter of fact, I have tried to set it up the way it is described here:
http://wiki.dovecot.org/moin.cgi/DovecotOpenLdap - but no luck.
Could someone please assist in resolving this problem. Any pointers are
welcome.
Regards,
Kondie Masiye
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.1/104 - Release Date: 16/09/2005
--
No virus found in t...
2006 Dec 11
3
Problems with Mailstorage path.
Hi all,
my environment:
dovecot-1.0.rc15
Fedora Directory Server 1.0.2
Currently I've configured dovecote to find user's mail folder like this:
dovecot.conf
mail_location = maildir:/var/vmail/%d/%u/Maildir
All my domain mailboxes are under /var/vmail, as evident. But there
are some users whose mail folders are directly under /var/vmail like
this one:
/var/vmail/myuser1 at mydomain1.com
2018 Feb 06
2
LDAP userdb and dovecot LDA/LMTP - different requirements
Hi,
I want to use Dovecot LDA (or rather LMTP) use as local deliver with
Postfix MTA. Users are in LDAP DB with structure as:
dn: cn=username, ou=rank, o=myorg
cn: username
objectClass: Person
gidNumber: uNNN
uidNumber: gNNN
userPassword: (somehow hashed, can only bind verification)
homeDirectory: /Home/$rank/$username
mailActive: 0/1
mail: usera at OneDomain
mail: userb at