[EMAIL PROTECTED] writes: > Dear all, I am using qmail along with vpopmail. I want to set the > blacklist for domain level. i.e rather blocking a perticular id or > domain on each users blacklist file i want same file to that domain > level so that when i put perticular id or domain in that file will > automatically blocked for all users in that domain. Regards
Create your global blacklist file and place it wherever you want. I'll assume it is called /usr/local/vpopmail/etc/global_blacklist. Then, in each of your users' incoming filters, include that file, probably at the top: /-- /usr/local/vpopmail/.../d.ramu/.tmda/filters/incoming # This is the incoming filter file. include /usr/local/vpopmail/etc/global_blacklist ... rest of the rules... \-- Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
