2 messages in net.sourceforge.lists.courier-maildropRe: [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:Re: [maildropl] Maildrop and maildirsizeActions...
From:Szabo Nandor (med@wenetto.hu)
Date:Sep 20, 2005 10:32:47 am
List:net.sourceforge.lists.courier-maildrop

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.

Helo!

Don't use --enable-maildropldap version 1.8 and above. You need Courier-authlib package, compile --with-authldap support, fill the authldaprc file correctly. (LDAP_MAILDIRQUOTA mailQuotaSize)

I run qmail-ldap, courier-authlib, maildrop, sqwebmail and everything works fine.

By Nandi