SPAMD stop passing mail from WHITE-list

2007-02-14 Thread Vladimir Kapustin
>I have set it up as: > >block drop in quick on $ext_if from to any > >pass in quick on $ext_if proto tcp from any to ($ext_if) port smtp >keep state \ > ( max-src-conn 5, max-src-conn-rate 80/90, overload >flush global ) Strange thing, this rules don't whant to work on FreeBSD 6.0, but work on

Re: SPAMD stop passing mail from WHITE-list

2007-02-12 Thread [EMAIL PROTECTED]
Quoting Volker <[EMAIL PROTECTED]>: Ed, On 02/11/07 15:54, [EMAIL PROTECTED] wrote: Quoting Volker <[EMAIL PROTECTED]>: I just set up a machine using your suggestions, correctly I hope ;) I have set it up as: block drop in quick on $ext_if from to any pass in quick on $ext_if proto tcp fro

Re: SPAMD stop passing mail from WHITE-list

2007-02-11 Thread Volker
Ed, On 02/11/07 15:54, [EMAIL PROTECTED] wrote: > Quoting Volker <[EMAIL PROTECTED]>: > > I just set up a machine using your suggestions, correctly I hope ;) > I have set it up as: > > block drop in quick on $ext_if from to any > > pass in quick on $ext_if proto tcp from any to ($ext_if) port

Re: Re: SPAMD stop passing mail from WHITE-list

2007-02-11 Thread [EMAIL PROTECTED]
Quoting Volker <[EMAIL PROTECTED]>: Ed, Hi Volker, I just set up a machine using your suggestions, correctly I hope ;) Nope, that's the wrong way. You let pass smtp (by a quick rule) but the block rule is after that. That is rendering your blocklist useless as all traffic is passing by th

Re: SPAMD stop passing mail from WHITE-list

2007-02-10 Thread Peter N. M. Hansteen
Volker <[EMAIL PROTECTED]> writes: > I haven't found a way to use that mechanism to block such hosts for, > say 120 minutes (which would be a great feature). pfctl is in the process of growing an expire feature (in OpenBSD-current now, in all likelihood part of the OpenBSD 4.1 release), but timed

Re: Re: SPAMD stop passing mail from WHITE-list

2007-02-09 Thread Volker
Ed, On 12/23/-58 20:59, [EMAIL PROTECTED] wrote: > Quoting Volker <[EMAIL PROTECTED]>: > >> On 12/23/-58 20:59, ;048<8@ 0?CAB8=rote: >>> 2. If i have some malware on my PC and use mail-client program. If I >>> send the same message some times I automatically get into WHITE-list >>> and my malwa

SPAMD stop passing mail from WHITE-list

2007-02-08 Thread Vladimir Kapustin
>> Nothing unusual, but that the mail stops forwarding from the >> whitelist. i.e. the sender resends the mail, gets in WHITE-list in >> spamd, but the mail does not actually pass the router. > >That and the sheer size of your spamdb is weird. > I have about 1000 users behind each router, and

Re: SPAMD stop passing mail from WHITE-list

2007-02-08 Thread [EMAIL PROTECTED]
Quoting Volker <[EMAIL PROTECTED]>: On 12/23/-58 20:59, ;048<8@ 0?CAB8= wrote: 2. If i have some malware on my PC and use mail-client program. If I send the same message some times I automatically get into WHITE-list and my malware can spam as much as it must? Not really related to your

Re: SPAMD stop passing mail from WHITE-list

2007-02-07 Thread Peter N. M. Hansteen
Vladimir Kapustin <[EMAIL PROTECTED]> writes: > Nothing unusual, but that the mail stops forwarding from the > whitelist. i.e. the sender resends the mail, gets in WHITE-list in > spamd, but the mail does not actually pass the router. That and the sheer size of your spamdb is weird. > pfctl

SPAMD stop passing mail from WHITE-list

2007-02-06 Thread Vladimir Kapustin
>> 2. If i have some malware on my PC and use mail-client program. If I send >> the same message some times I automatically get >into WHITE-list and my >> malware can spam as much as it must? > >Not really related to your spamd problem, but probably useful... > >If you need to limit an internal c

SPAMD stop passing mail from WHITE-list (Peter N. M. Hansteen)

2007-02-05 Thread Vladimir Kapustin
> > Is the spamd database really 350MB-500MB?? > [EMAIL PROTECTED] du -h /var/db/spamd 200M/var/db/spamd This is the result after 3 days from zerouing /var/db/spamd > If you do a > spamdb | grep WHITE | wc -l > spamdb | grep TRAPPED | wc -l > > How many records are there? spamdb | grep

Re: Re: SPAMD stop passing mail from WHITE-list (Peter N. M. Hansteen)

2007-02-05 Thread Olli Hauer
Datum: Mon, 05 Feb 2007 19:10:40 +0300 Von: "Владимир Капустин" <[EMAIL PROTECTED]> An: freebsd-pf@freebsd.org CC: Betreff: Re: Re: SPAMD stop passing mail from WHITE-list (Peter N. M. Hansteen) > > > I have spamd configured like in > > > http://home.nuug.no/

SPAMD stop passing mail from WHITE-list

2007-02-05 Thread Vladimir Kapustin
> > I have spamd configured like in > > http://home.nuug.no/~peter/pf/en/spamd.html > > with greylisting enabled > > > > and i meet some problems with it: > > Well, you have my attention. I am would be very interested in getting > to know about any inaccuracies in that document, and certainly any

Re: Re: SPAMD stop passing mail from WHITE-list

2007-02-05 Thread Vladimir Kapustin
> > I have spamd configured like in > > http://home.nuug.no/~peter/pf/en/spamd.html > > with greylisting enabled > > > > and i meet some problems with it: > > Well, you have my attention. I am would be very interested in getting > to know about any inaccuracies in that document, and certainly any

Re: Re: SPAMD stop passing mail from WHITE-list (Peter N. M. Hansteen)

2007-02-05 Thread Владимир Капустин
> > I have spamd configured like in > > http://home.nuug.no/~peter/pf/en/spamd.html > > with greylisting enabled > > > > and i meet some problems with it: > > Well, you have my attention. I am would be very interested in getting > to know about any inaccuracies in that document, and certainly any

Re: SPAMD stop passing mail from WHITE-list

2007-02-04 Thread Volker
On 12/23/-58 20:59, ;048<8@ 0?CAB8= wrote: > 2. If i have some malware on my PC and use mail-client program. If I send the > same message some times I automatically get into WHITE-list and my malware > can spam as much as it must? Not really related to your spamd problem, but probably useful..

Re: SPAMD stop passing mail from WHITE-list

2007-02-03 Thread Peter N. M. Hansteen
<[EMAIL PROTECTED]> writes: > I have spamd configured like in > http://home.nuug.no/~peter/pf/en/spamd.html > with greylisting enabled > > and i meet some problems with it: Well, you have my attention. I am would be very interested in getting to know about any inaccuracies in

SPAMD stop passing mail from WHITE-list

2007-02-02 Thread Владимир Капустин
Hi, all! I have spamd configured like in http://home.nuug.no/~peter/pf/en/spamd.html with greylisting enabled and i meet some problems with it: 1. My 2 FreeBSD routers stopped to pass mail from WHITE-list. First one - when spamd grows to 500 Megabytes. Second - 350 Meg. When I do: cat /dev/nul