Hi all.
And what about QMAILQUEUE enviroment value per-user? it will be usefull for example for filter any users yes and others not, if rcptcheck access LDAP to check destinations, to take QMAILQUEUE from LDAP and modify QMAILQUEUE enviroment VALUE i think not will be so hard, and this implementation will be powerfull.
At least i think so.
Best Regards
C�sar Garc�a. Dept. Sistemas, IdecNet S.A. Centro de Gesti�n de Red. Edificio IdecNet. C/Juan XXIII 44. E-35004, Las Palmas de Gran Canaria, Islas Canarias - Espa�a. Tfn: +34 828 111 000 Ext: 340
Ted Zlatanov wrote:
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
