Hi all,
Does anyone have an idea how can I remove(delete) my virtual mail users'
maildir?
I have Dovecot + LDAP and I would like to do something like this: When I
remove an user entry in my ldap server, it should remove my user
directory information.
Does anyone has this implemented? Or
I had some problems to implement this and here follows my config file to help
you.
I've configured quota information in my ldap server, but in my config file I
kept local quota configuration (commented):
/etc/dovecot.conf
protocols = imap imaps pop3 pop3s
ssl_disable = no
ssl_cert_file = /usr/
Here follows /etc/dovecot-ldap.conf entries working:
user_attrs = mail,homeDirectoryquota=quota=maildir:storage
user_filter =
(&(objectClass=VirtualMailAccount)(mail=%u)(accountActive=TRUE)(delete=FALSE))
Regards,
Venilton C. Junior
HP Certified Professional
Sercompe Computadores Ltda.
Off
Hello Folks,
I've my dovecot working well and authenticating in my ldap servers.
But I'd like configure my users to authenticate in two ways. One is just
submitting the username and the other one is providing [EMAIL PROTECTED] .
I'm moving from a cyrus-imap solution to dovecot and I've
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lukasz Mierzwa
Sent: sexta-feira, 4 de maio de 2007 10:47
To: dovecot@dovecot.org; Venilton Junior
Subject: Re: [Dovecot] Help with LDAP authentication - user / user+domain
Friday 04 of May 2007 15:34:51 Venilton Junior napisaĆ(a):
> Hel
Hi folks, hope that get some help for some doubts :P
I've configured dovecot in a clustered environment 3 X HP Proliant
DL380+RHEL ES 4.0+EVA4000+GFS.
Everything is working great.
But, when I putted this cluster on production, I had some problems with
quota+ldap in my dovecot.
Here