On Tue, Jul 13, 2004 at 03:02:30PM -0300, Leandro wrote: > I think that qmail-ldap need these funcionalities: > > 1) "databytes" limit per-user (non system-wide)
Not possible in smtp but we have maxmessagesize or so that will do the job later. > 2) "attachment: yes/no" limit per-user dumb, mime parsing is one of the most tricky part and known to cause big security issues. > 3) "add footer/disclaimer" Use QMAILQUEUE and write your own app that adds your footer. This is easy. > 4) "multiples programs en qmail-queue" (in cascade) > Use QMAILQUEUE patch and cascade your additionally programs correctly. e.g. in qmail-scanner you can configure the next "qmail-queue" that needs to be started. -- :wq Claudio
