Re: pf: blocklists

2010-03-04 Thread Peter N. M. Hansteen
nixlists writes: > spamd is great, but I need to filter other traffic. I still wonder how > people manage to download and convert blocklists for loading into pf > in an automated way as a cron job. Has anyone attempted to do this? This is still pretty vague. If you want to download lists of IP

Re: pf: blocklists

2010-03-04 Thread nixlists
2010/3/4 Iqigo Ortiz de Urbina : > What are you trying to accomplish? > I would be interested on helping you but first I would like to understand it > better. > I really think all those task can be easily automated via scripts and pfctl > to load the netblocks on tables. > Have a nice day, > Iqigo

Re: pf: blocklists

2010-03-04 Thread Rogier Krieger
On Thu, Mar 4, 2010 at 14:34, nixlists wrote: > spamd is great, but I need to filter other traffic. I still wonder how > people manage to download and convert blocklists for loading into pf If I understand your question and read the spamd-setup(8) man page correctly, you may want to try your luck

Re: pf: blocklists

2010-03-04 Thread Chris Bennett
nixlists wrote: spamd is great, but I need to filter other traffic. I still wonder how people manage to download and convert blocklists for loading into pf in an automated way as a cron job. Has anyone attempted to do this? Often there are syntax errors in the lists, sometimes transfers fail. IOW

Re: pf: blocklists

2010-03-04 Thread Tomas Bodzar
Here is some example how to read from file in pf, but I think that you know this already http://www.openbsd.org/faq/pf/tables.html and here you can get more ideas for other protocols http://home.nuug.no/~peter/pf/en/bruteforce.html On Thu, Mar 4, 2010 at 2:34 PM, nixlists wrote: > spamd is great,

Re: pf: blocklists

2010-03-04 Thread nixlists
spamd is great, but I need to filter other traffic. I still wonder how people manage to download and convert blocklists for loading into pf in an automated way as a cron job. Has anyone attempted to do this? Often there are syntax errors in the lists, sometimes transfers fail. IOW it's unreliable,

Re: pf: blocklists

2010-03-03 Thread Tomas Bodzar
http://www.openbsd.org/spamd/ On Thu, Mar 4, 2010 at 1:58 AM, nixlists wrote: > Does anyone use blocklists of addresses for blocking spam and other > unwanted traffic, such as those from okean and other places? How do > you manage download and conversion/loading of blocklists? > Automatically thr

pf: blocklists

2010-03-03 Thread nixlists
Does anyone use blocklists of addresses for blocking spam and other unwanted traffic, such as those from okean and other places? How do you manage download and conversion/loading of blocklists? Automatically through scripts or manually? . Thanks.