Displaying 3 results from an estimated 3 matches for "shahmatd".
Did you mean:
shahmat
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
...(E) in my /etc/dovecot-ldap.conf
> > user_attrs =
> > homeDirectory=home,uidNumber=uid,gidNumber=gid,mailquota=quota
>
Here you override it.
See the LDAP example at the bottom of http://wiki.dovecot.org/Quota
Date: Mon, 19 Mar 2007 16:57:48 +0800
From: Shahmat Dahlan <shahmatd at sains.com.my>
Subject: [Dovecot] Dovecot - with LDAP auth backend
To: dovecot at dovecot.org
Message-ID: <45FE508C.8070305 at sains.com.my>
Content-Type: text/plain; charset="iso-8859-1"
I have the following installed
(1) CentOS 2.6.9-42.ELsmp
(2) dovecot-1.0-3_50.rc27.el4.at...
2007 Mar 19
1
Dovecot - with LDAP auth backend
...quot; ()
a2 OK Getquota completed.
Even after I've added the attribute mailquota in the ldap for the entry
uid=ldapuser it still does not look like its taking any effect at all.
Regards and thanks in advance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shahmatd.vcf
Type: text/x-vcard
Size: 401 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070319/a3a8b2fa/attachment-0002.vcf>
2007 May 13
1
mailquota in ldap attribute 'mailQuota'
I've tried having the ldap quota in an ldap attribute, which still
doesn't work.
/etc/dovecot.conf
protocols = imap pop3
mail_location = maildir:/data/mail/%u/Maildir
protocol imap {
mail_plugins = quota imapquota
}
plugin {
quota = maildir:ignore=Trash
}
the rest are defaults
added an attribute 'mailQuota' with value '10240' kbytes or 10Mbytes
as for