search for: whitellist

Displaying 1 result from an estimated 1 matches for "whitellist".

Did you mean: whitelist
2007 Jan 26
0
How to whitellist and blacklist domains in amavisd-new.
Hi, I want to know how to whilelist or blacklist domains in amavisd-new. By now, I have already added a whiltelist and a blacklist with email addresses in following way. in amavisd.conf file , belwo two lines @whitelist_sender_maps = read_hash("$MYHOME/white.lst"); @blacklist_sender_maps = read_hash("$MYHOME/black.lst"); then , I did below two , touch