Re: problem with spamd-white table and greylisting

2006-12-07 Thread Otto Moerbeek
On Thu, 7 Dec 2006, peter dunaskin wrote: > >> # - > >> # FILTER SETTINGS: > >> set block-policy drop > >> set skip on lo0 > >> set loginterface $ext_if > >> set limit table-entries 25 > > > >A guess: the table-entries limits the total table

Re: problem with spamd-white table and greylisting

2006-12-07 Thread peter dunaskin
>> # - >> # FILTER SETTINGS: >> set block-policy drop >> set skip on lo0 >> set loginterface $ext_if >> set limit table-entries 25 > >A guess: the table-entries limits the total table entries 183469+70604 >is larger than 25. You're right,

Re: problem with spamd-white table and greylisting

2006-12-06 Thread Bob Beck
> > [private email from bob saying "you've screwed up, show me this"] > > [public reply spewing output to list.] Obviously you still have a configuration problem, but if I contact you in a private email to sort out your problem because I am willing to help you, and you then start spewing

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
> I don't see anything obvious, other than if you >have somehow broken your system to pfctl can't add the addreses >to the table. > >try > >pfctl -tspamd-white -Tadd 111.111.111.111 && pfctl -tspamd-white -Tshow > > Do you see the address addeed to the table when you do it >manually? I

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
>> What could be wrong? What have I been missing? > > probably a pf rules thing, (not logging port 25 connections, etc.) This is content of my pf.conf: # - # TABLES AND VARIABLES: ext_if="rl0" table persist table persist # -

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
> > >You forgot spamlogd > > I did not, it starts automatically when spamd_grey is enabled in >Oh. Sorry. I didn's see it in your ps grep. I see it with the same >ps grep on my system. > >dumbcat[root]# ps aux | grep spamd >_spamd 14450 0.0 0.1 9040 1376 ?? IsTue12AM1:53.41 spa

Re: problem with spamd-white table and greylisting

2006-12-06 Thread Bob Beck
* peter dunaskin <[EMAIL PROTECTED]> [2006-12-05 20:15]: > > I can send all pf.conf or other config files upon demand, but it's > pretty much the default. spamd.conf is the same as default except that > I added Bob Beck's blaklist and it doesn't have to do anything with > greylisting anyway. > > W

Re: problem with spamd-white table and greylisting

2006-12-06 Thread Marco S Hyman
peter dunaskin writes: > > > My configuration: > >You forgot spamlogd > I did not, it starts automatically when spamd_grey is enabled in Oh. Sorry. I didn's see it in your ps grep. I see it with the same ps grep on my system. dumbcat[root]# ps aux | grep spamd _spamd 14450 0.0 0.1 9

Re: problem with spamd-white table and greylisting

2006-12-06 Thread peter dunaskin
> > My configuration: >You forgot spamlogd I did not, it starts automatically when spamd_grey is enabled in rc.conf. And I just tried to raise pf table-entries limit to 25 (default is 100k which is less than 180k I have in my spamdb whitelist) but that didn't seem to fix the problem. p.