Re: How to I disable spam checking for a domain

2010-04-26 Thread Alex
Hi, >> 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. > > I think my doc might be helpful: > http://www200.pair.com/mecham/spam/bypassing.html Yes, definitely. Thanks for the great wo

Re: How to I disable spam checking for a domain

2010-04-23 Thread Gary V
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

Re: How to I disable spam checking for a domain

2010-04-22 Thread Alex
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...@e

Re: How to I disable spam checking for a domain

2010-04-22 Thread Ned Slider
Osax wrote: By the "glue" I assume you mean you maildir or vdeliver? Whatever mechanism you use to pass mail to SpamAssassin to be scanned. Don't pass mail for domains you don't want scanned, just deliver straight to the users mailbox (or do whatever else you may do with mail after SA has

Re: How to I disable spam checking for a domain

2010-04-21 Thread Osax
Thanx for your help, I will gice it a try. By the "glue" I assume you mean you maildir or vdeliver? Ned Slider wrote: > > Osax wrote: >> How to I disable spam checking for a domain. >> >> Using spamassassin with mysql. >> >> I have a server with multiple virtual domain, >> I want to disable

Re: How to I disable spam checking for a domain

2010-04-21 Thread Ned Slider
Osax wrote: How to I disable spam checking for a domain. Using spamassassin with mysql. 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:

Re: How to I disable spam checking for a domain

2010-04-21 Thread Mariusz Kruk
On Wednesday, 21 of April 2010, Osax wrote: > How to I disable spam checking for a domain. > > Using spamassassin with mysql. > > I have a server with multiple virtual domain, > I want to disable spam checking on some of them. > > Is this possible? I think you should filter domains at MTA level