|
From: Tim H. <th...@be...> - 2010-03-04 17:01:53
|
On Thu, 4 Mar 2010 11:46:40 +0100 "Jack Knowlton" <jkn...@vp...> wrote: > Hi all, > > I host several domains on a single server. As of now every email is > scanned for both viruses and spam, but I would like to exclude one domain > from spam filtering. > Is that possible? > Thank you. There's a few ways. I use a database to only scan selected email addresses, but you could do domains the same way. Also, you could just use postfix to decide which domains go to amavis via a map file. I think it is a transport map you want. --TimH |