i habe al little Problem configuring qmail-ldap with included quota and spamassassin.
i want the users to select if they want to use spamassassin or not, so i only change the
deliverymode from noprogram to nolocal if spamassassin should be used for an account.
But then the included quota of qmail-ldap doesn�t work. Is there a program that i
can use instead of "maildir" (http://www.pobox.com/~lbudney/linux/software/safecat.html)
for Maildir-delivery that check the quota?
Or any other idea?
my configuration: #############################################
ldap-entry: ------------------------------------------ dn: uid=82-0015,ou=accounts,ou=email,dc=domain,dc=com .... .... deliveryProgramPath: /var/qmail/bin/spamcheck.sh 82-0015 deliveryMode: noforward deliveryMode: nolocal ------------------------------------------
mailserv:~ # cat /var/qmail/bin/spamcheck.sh /usr/bin/spamc -f -u $1|/usr/local/bin/maildir ./Maildir/ ##############################################
thx Carsten
