Displaying 3 results from an estimated 3 matches for "dahlan".
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
...o Sirainen <tss at iki.fi>
Subject: Re: [Dovecot] Dovecot - with LDAP auth backend
To: Dovecot Mailing List <dovecot at dovecot.org>
Message-ID: <33A1EA34-1CDD-4924-906C-6D47F1354382 at iki.fi>
Content-Type: text/plain; charset="us-ascii"
On 19.3.2007, at 10.57, Shahmat Dahlan wrote:
> > (D) also in my /etc/dovecot.conf
> > plugin {
> > quota = maildir:storage=10240
> > }
>
This is used only as long as it's not overridden by userdb.
> > (E) in my /etc/dovecot-ldap.conf
> > user_attrs =
> > homeDirectory=home,u...
2007 Mar 19
1
Dovecot - with LDAP auth backend
I have the following installed
(1) CentOS 2.6.9-42.ELsmp
(2) dovecot-1.0-3_50.rc27.el4.at,
(3) openldap-2.2.13-6.4E
(A) I have added the following schema into /etc/openldap/schema
attributetype ( 1.3.6.1.4.1.14237.1.1.1.1 NAME 'mailquota'
DESC 'The size of space the user can have until further messages get
bounced.'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
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