On 4/22/10, Alex wrote: > Hi, > > >> I have a server with multiple virtual domain, > >> I want to disable spam checking on some of them. > >> > >> Is this possible? > > > > You can't disable a domain *in* SA, but you can whitelist a domain in > > local.cf like so: > > > > # Disable SpamAssassin for this user/domain > > whitelist_to some...@example.com > > whitelist_to *...@example.com > > For completeness, you should know that some mail will still get tagged > with whitelist_to, according to this page: > > http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Conf.html#item_whitelist_to_add_40ress_2ecom > > You should use all_spam_to if you don't want the mail to be tagged at all. > > Although it's much more involved, the best approach is to bypass SA > entirely, as Ned suggested. > > Does anyone know where the best reference for doing this with amavisd > and postfix would be, btw? I'd like to include it in some docs I'm > putting together. > > Best, > Alex >
I think my doc might be helpful: http://www200.pair.com/mecham/spam/bypassing.html -- Gary V