Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Stuart Henderson
On 2013-03-28, Sarah Caswell s.casw...@protocol6.com wrote: Are there any up-to-date lists that already track the MTAs of these large mail providers? Yes, dnswl.org, but you have to pay if you need rsync access, otherwise you can just do DNS lookups.

Re: delete-old

2013-03-29 Thread Stuart Henderson
On 2013-03-28, Christian Weisgerber na...@mips.inka.de wrote: Those who also update FreeBSD machines from source may know make delete-old, which offers to delete obsolete files and directories. Just don't hit 'y' too many times and delete libc by mistake :-)

Re: delete-old

2013-03-29 Thread James Griffin
.. Fri 29.Mar'13 at 9:10:47 + Stuart Henderson ... On 2013-03-28, Christian Weisgerber na...@mips.inka.de wrote: Those who also update FreeBSD machines from source may know make delete-old, which offers to delete obsolete files and directories. Just don't hit 'y' too

Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Kevin Chadwick
On Thu, 28 Mar 2013 21:16:38 -0600 Steve Williams st...@williamsitconsulting.com wrote: It's designed to work with sites that use spf records, and it doesn't know about ip6, not an issue in my case If you are interested in my script, feel free to contact me off list SPF for spamd. I'd be

[OT] Multipath TCP - RFC6824

2013-03-29 Thread Jiri B
Very interesting, looks like better bandwidth without having LACP in switches or upgrading to faster nics. http://multipath-tcp.org/pmwiki.php?n=Main.50Gbps jirib

Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be past that). I haven't found anything helpful with Google, any

Re: Perl fails to build in -current

2013-03-29 Thread Chris Cappuccio
make -j breaks in the perl build at the moment Ryan Kavanagh [r...@debian.org] wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3,

Re: Perl fails to build in -current

2013-03-29 Thread Kenneth R Westerback
On Fri, Mar 29, 2013 at 09:08:25AM -0400, Ryan Kavanagh wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be

[e...@cvs.openbsd.org: CVS: cvs.openbsd.org: www]

2013-03-29 Thread Gilles Chehade
*cough* *cough* just bringing some attention to that commit *cough* I think I heard Eric's laptop ask him to put an end to its misery. - Forwarded message from Eric Faurot e...@cvs.openbsd.org - Date: Fri, 29 Mar 2013 07:19:56 -0600 (MDT) From: Eric Faurot e...@cvs.openbsd.org To:

Re: Perl fails to build in -current

2013-03-29 Thread James Griffin
.. Fri 29.Mar'13 at 9:08:25 -0400 Ryan Kavanagh ... I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I

Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Jeremie Le Hen
Hi Sarah, On 3/28/2013 10:52 AM, Sarah Caswell wrote: I had a question about greylisting (with spamd) in production. I've successfully run spamd on firewalls (as a frontend to either barracuda or SpamAssassin) and have really liked the reduction in SPAM volume. Unfortunately my employer's

Re: Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
On Fri, Mar 29, 2013 at 06:20:33AM -0700, Chris Cappuccio wrote: make -j breaks in the perl build at the moment I was, thanks for pointing that out. Is there anywhere I could have found out that it was broken? Best wishes, Ryan -- |_)|_/ Ryan Kavanagh | Debian Developer | \| \

Re: Perl fails to build in -current

2013-03-29 Thread Ted Unangst
On Fri, Mar 29, 2013 at 10:13, Ryan Kavanagh wrote: On Fri, Mar 29, 2013 at 06:20:33AM -0700, Chris Cappuccio wrote: make -j breaks in the perl build at the moment I was, thanks for pointing that out. Is there anywhere I could have found out that it was broken? Not really. In general, by

Excessive logging by rtadvd?

2013-03-29 Thread Mike.
I use OpenBSD 5.2 as a firewall / router connected to my cable modem. My ISP (Comcast) is rolling out dual-stack IPv6 support. It has not yet reached my area, but I am seeing signs of life in the IPv6 area on my cable modem. One of the signs of life is the following message logged in daemon.log

Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Alexander Hall
This helps me quite some. https://alexander.beard.se/spub/6dd1a43187c19431d087c91e403b756b/index.html No man page (yet) but the code should should reveal the secrets of most options and switches. Simple start: # spamwhite -nv Two cron jobs: spamwhite every few minutes (it's cheap).

Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Rodolfo Gouveia
Hi there, I currently use and recommend spf2cidr by Todd Fries: https://github.com/toddfries/spf2cidr It populates a file with the IP addresses from SPF records from a list of domains specified. This file is then used on a pf table. cheers, --rodolfo

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
On 2013-03-29, Ryan Kavanagh r...@debian.org wrote: I downloaded a snapshot on the 27th or so, and am trying to update by compiling from source, but get the FTBFS below. This may or may not have to do with the perl update (my snapshot came with perl 5.16.3, so I assumed I would be past

Re: Perl fails to build in -current

2013-03-29 Thread Ted Unangst
On Fri, Mar 29, 2013 at 16:36, Stuart Henderson wrote: You missed including the build command you used, and I have no idea what FTBFS means, but guessing that you are using make -j something FTBFS is a debian term for fails to build from source, though wikipedia helpfully notes it may be used

Re: Perl fails to build in -current

2013-03-29 Thread Ryan Kavanagh
Hi Stuart, On Fri, Mar 29, 2013 at 04:36:31PM +, Stuart Henderson wrote: - the current perl Makefiles are not parallel clean. However I get much less far than this with a parallel build of Perl, and the failure I see is a bit inexplicable (tries to build things which depend on

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
On 2013/03/29 13:45, Ryan Kavanagh wrote: Hi Stuart, On Fri, Mar 29, 2013 at 04:36:31PM +, Stuart Henderson wrote: - the current perl Makefiles are not parallel clean. However I get much less far than this with a parallel build of Perl, and the failure I see is a bit inexplicable

Re: OpenBSD as NAS

2013-03-29 Thread Juan Francisco Cantero Hurtado
On Fri, Mar 29, 2013 at 10:24:20AM +0800, Alan Cheng wrote: I did this on a similar hardware (Atom d525 + 4G + 100M LAN + 1 SATA2 drive) a few weeks ago with OpenBSD AMD64 snapshot, but now I switched to Ubuntu due to file copy performance issue. I can get around 10MB/s on OpenBSD, but around

Re: font weight changing

2013-03-29 Thread Comète
Le 29/03/2013 07:40, Ted Unangst a écrit : In the latest snapshots, I've noticed something a little strange. In both firefox and chrome, every once in a while a line of text will be a little darker than usual. Like all the gray pixels that make up the smooth antialiased edges are black. It

Re: [Question] Building whitelists so that spamd greylisting can work without users perceiving delivery delays...

2013-03-29 Thread Alexander Hall
On 03/29/13 16:22, Alexander Hall wrote: This helps me quite some. https://alexander.beard.se/spub/6dd1a43187c19431d087c91e403b756b/index.html And now with a little license. https://alexander.beard.se/spub/21e51b4ac875d82d8e10dbf67a79cfa9/index.html /Alexander

Re: Perl fails to build in -current

2013-03-29 Thread Stuart Henderson
Fixed with make -j now, thanks very much Miod. I would normally use this: cd /usr/src/gnu/usr.bin/perl make -f Makefile.bsd-wrapper obj missing step here: make -f Makefile.bsd-wrapper depend make -jN -f Makefile.bsd-wrapper

Advice on adding com2 to (amd64) GENERIC; enabling easier IPMI SOL with SuperMicro boards

2013-03-29 Thread Rogier Krieger
Dear list, in an attempt to save on serial cabling for our machines, I'm trying to see if IPMI Serial over Lan (SOL) works as advertised. For our Dell boxes, things seem to work, but our SuperMicro boards (X7SPA-HF and X8ST3-F) require extra work. The latter seem to insist on using com2 (i.e.