hey, For some time I have been looking around for a clean way to add virus and spam protection to my customers according to their preference.
The idea came up when I read documentation from Kaspersky antivirus: KAV has an option to only scan messages for users that belong to a certain group, eg "novirus". I see this as a very nice solution. I could set a different qmailGID in my ldap admin for each user, depending on what operations they want done with their mail. The problem is that I want the same technique applied to enable checking for SPAM. So basically, if a user wants his email checked for both viruses and spam, he would have to belong to groups "novirus" and "nospam". With the current implementation of qmail-ldap, qmailGID is defined as SINGLE-VALUE. In order to have this working, I would have to modify qmail-ldap schema and modify qmail-scanner (or whatever decides when to scan email for viruses/spam) to work according to group settings. Do you think this is reasonable and doable? I am new to qmail-ldap at this moment, so maybe I am missing something :) Karolis
