On 13 Jul 2004, [EMAIL PROTECTED] wrote:
> I think that qmail-ldap need these funcionalities:
>
> 1) "databytes" limit per-user (non system-wide)
This could be useful by IP as well, I don't think there's an
environment variable for qmail-smtpd right now.
> 2) "attachment: yes/no" limit per-user
Right, so 0 is "no" and 1, 5, etc. would be possible. Ditto as (1),
a qmail-smtpd environment variable would be nice too.
> 3) "add footer/disclaimer"
This was discussed, it's possible but I think it's outside
qmail-ldap's domain.
> 4) "multiples programs en qmail-queue" (in cascade)
This is already possible with qmail-qfilter, for example at my site we
do:
#!/bin/bash
exec /var/qmail/bin/qmail-qfilter \
/opt/csw/bin/spamc -- \
/var/qmail/bin/new-inject -n
to use new-inject and SpamAssassin.
Ted