2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop and maildirsize
FromSent OnAttachments
LeonardoSep 19, 2005 1:06 pm 
Szabo NandorSep 20, 2005 10:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Maildrop and maildirsizeActions...
From:Leonardo (scan@matrix.com.br)
Date:Sep 19, 2005 1:06:51 pm
List:net.sourceforge.lists.courier-maildrop

Hi all, sorry my poor english..

I use OpenLDAP to storage my e-mail users, with qmail-schema. It's ok. I use qmail-ldap, and it's ok, qmail create files (maildirsize and others), normally.

Actually, i need install maildrop, to control spamassassin.. i compile maildrop with options:

--without-db --disable-userdb --enable-maildirquota --enable-maildropldap --with-ldapconfig=/etc/maildrop/maildropldap.config --with-etcdir=/etc/maildrop

In my maildropldap.config, i have:

quota_attr mailQuota

In mailQuota on OpenLDAP, i have:

50000000S

and set in deliveryProgramPath "/usr/local/bin/maildrop /etc/maildroprc". It's ok, maildrop run and configure spamassassin on it.

Maildrop update file maildirsize when new messages is coming. But, when a new e-mail user as created, maildrop don't create file maildirsize. And, when i change mailQuota value, 25000000S (example), maildrop don't update maildirsize file for new quota value.

When i use only qmail-ldap, without maildrop, it's functions correctly.

Anyone have any help for me ?