<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title> blog</title>
		<link>http://blog.arschkrebs.de/blog/</link>
		<atom:link href="http://blog.arschkrebs.de/blog/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Another btrfs test for our squid servers</title>
			<link>http://blog.arschkrebs.de/blog/another-btrfs-test-for-our-squid-servers/</link>
			<description>&lt;p&gt;After almost 2 years I decided it was time to try btrfs yet another time on our squid proxies.&lt;/p&gt;
&lt;p&gt;And, to my great amazement, this time btrfs did not fail. It &quot;just worked&quot;. Yet I saw something strange: The machine would encounter &quot;waves&quot; of high load, probably induced due to periods of high IO wait. The IO activity itself didn't show any &quot;wavy&quot; patterns, though.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Tue, 08 May 2012 17:00:59 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/another-btrfs-test-for-our-squid-servers/</guid>
		</item>
		
		<item>
			<title>A major fuckup on part of spamhaus!</title>
			<link>http://blog.arschkrebs.de/blog/a-major-fuckup-on-part-of-spamhaus/</link>
			<description>&lt;p&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;A major fuckup on part of spamhaus: &lt;/span&gt;&lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none; font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot; href=&quot;http://www.spamhaus.org/sbl/query/SBL138067&quot;&gt;http://www.spamhaus.org/sbl/query/SBL138067&lt;/a&gt;&lt;br style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;/&gt;&lt;br style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;/&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;The evidence section listed &quot;inetnum: 95.218.0.0 - 95.219.255.255&quot;, yet spamhaus listed &lt;/span&gt;&lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none; font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot; href=&quot;http://93.218.0.0/15&quot;&gt;93.218.0.0/15&lt;/a&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt; (first octet 93 instead of 95)!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;The error has been rectified within 20 minutes of my report, though!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<pubDate>Fri, 04 May 2012 14:37:29 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/a-major-fuckup-on-part-of-spamhaus/</guid>
		</item>
		
		<item>
			<title>X-Forwarded-For: unknown considered harmful</title>
			<link>http://blog.arschkrebs.de/blog/x-forwarded-for-unknown-considered-harmful/</link>
			<description>&lt;div style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;Recently a colleague and I wanted to submit a few FP to the ClamAV project. So we went to &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://cgi.clamav.net/sendfp.cgi&quot;&gt;http://cgi.clamav.net/sendfp.cgi&lt;/a&gt; just to find an &quot;Under Maintenance&quot;-page. So we tried a few days later, just to find the same page.&lt;br/&gt;&lt;br/&gt;So I asked on the clamav-users mailinglist and found out that the page was in fact working. Just not for us. Oh well. So I asked their admin to look into their varnish logs. He wouldn't do that.&lt;br/&gt;&lt;br/&gt;Today, I dug deeper and found this:&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Their server doesn't like the &quot;X-Forwarded-For: unknown&quot; header!&lt;/strong&gt;&lt;br/&gt;(see &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://www.squid-cache.org/Doc/config/forwarded_for/&quot;&gt;http://www.squid-cache.org/Doc/config/forwarded_for/&lt;/a&gt;)&lt;br/&gt;&lt;br/&gt;On our squids it was set to:&lt;br/&gt;&lt;strong&gt;forwarded_for off&lt;/strong&gt;&lt;br/&gt;which results in a&lt;br/&gt;&lt;strong&gt;X-Forwarded-For: unknown&lt;/strong&gt;&lt;br/&gt;header - and a subsequent error page from varnish. Setting it to &quot;delete&quot;, &quot;on&quot; or &quot;truncate&quot; makes the page &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://cgi.clamav.net/sendfp.cgi&quot;&gt;http://cgi.clamav.net/sendfp.cgi&lt;/a&gt; work&lt;br/&gt;again. &lt;br/&gt;&lt;br/&gt;Only &quot;off&quot; causes the page to fail.&lt;/div&gt;</description>
			<pubDate>Fri, 04 May 2012 14:36:06 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/x-forwarded-for-unknown-considered-harmful/</guid>
		</item>
		
		<item>
			<title>AOL, still idiots after all these years</title>
			<link>http://blog.arschkrebs.de/blog/aol-still-idiots-after-all-these-years/</link>
			<description>&lt;p&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;Today, we quite a lot of mail piling up for AOL, because of this:&lt;/span&gt;&lt;/p&gt;
&lt;div style=&quot;padding-bottom: 12px; font-family: arial, sans-serif; font-size: 13px; line-height: 18px;&quot;&gt;
&lt;div&gt;&lt;em&gt;May 3 12:53:10 mail2 postfix/smtp[29232]: 3VjsWg426Lz1tTY: host &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://mailin-04.mx.aol.com/&quot;&gt;mailin-04.mx.aol.com&lt;/a&gt;[64.12.90.34] refused to talk to me: 554 &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://mtain-mh05.r1000.mx.aol.com/&quot;&gt;mtain-mh05.r1000.mx.aol.com&lt;/a&gt; ESMTP not accepting connections&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;So I ventured to &lt;a style=&quot;color: #3366cc; cursor: pointer; text-decoration: none;&quot; href=&quot;http://postmaster.aol.com/&quot;&gt;http://postmaster.aol.com&lt;/a&gt; and submitted a ticket.&lt;br/&gt;Well, at least I tried. &lt;br/&gt;Filled in all the data and then failed to solve the first captcha. Once I solved another captcha, I got the message that my ticket would not be accepted because I already submitted another ticket withtin 24 hours. &lt;strong&gt;WTF?&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;</description>
			<pubDate>Thu, 03 May 2012 13:07:00 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/aol-still-idiots-after-all-these-years/</guid>
		</item>
		
		<item>
			<title>CISCO breaks DKIM on their ASA/PIX (again)</title>
			<link>http://blog.arschkrebs.de/blog/cisco-breaks-dkim-on-their-asa-pix-again/</link>
			<description>&lt;p&gt; &lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;site which was using Postfix and a CISCO ASA with &quot;smtp protocol&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;fixup&quot; enabled.&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;I was able to work around the delivery problems by stripping the DKIM&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;headers on outgoing mails (as so often).&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Some interesting info got out:&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;I've also discussed these results with local Cisco support and they&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;confirmed it's a known bug (not published) with DKIM and smtp inspection&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;engine in latest IOS versions.&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;This should be fixed in some newer IOS version (8.4(10)) which is not&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;public yet (latest is 8.4(2)).&lt;/div&gt;
&lt;p&gt;Over the last few days I discussed SMTP delivery problems with a czech site which was using Postfix and a CISCO ASA with &quot;smtp protocol fixup&quot; enabled.&lt;/p&gt;
&lt;p&gt;I was able to work around the delivery problems by stripping the DKIM headers on outgoing mails (as so often).&lt;/p&gt;
&lt;p&gt;Some interesting info got out:&lt;/p&gt;
&lt;p&gt;I've also discussed these results with local Cisco support and they confirmed it's a known bug (not published) with DKIM and smtp inspection engine in latest IOS versions.&lt;/p&gt;
&lt;p&gt;This should be fixed in some newer IOS version (8.4(10)) which is not public yet (latest is 8.4(2)).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Thu, 08 Dec 2011 09:49:54 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/cisco-breaks-dkim-on-their-asa-pix-again/</guid>
		</item>
		
		<item>
			<title>Working around broken CISCO/PIX or ASA installations</title>
			<link>http://blog.arschkrebs.de/blog/working-around-broken-cisco-pix-or-asa-installations/</link>
			<description>&lt;p&gt;CISCOS's firewalls, predominantly the PIX and ASA have a feature called &quot;smtp protocol fixup&quot;.&lt;/p&gt;
&lt;p&gt;There's nothing to fix, yet some admins enable this feature, not knowing that it degrades performance and blocks legitimate mail - because the SMTP engine in the firewall doesn't correctly parse DKIM-Signature headers!&lt;/p&gt;
&lt;p&gt;Great job, Cisco!&lt;/p&gt;
&lt;p&gt;A workaround is to strip the DKIM-Signatur eheaders when sending to sites which expose this behaviour:&lt;/p&gt;
&lt;pre&gt;Jun 20 15:37:04 mail postfix/smtp[29987]: 3QyXw43YY0zFvnF:
 to=&amp;lt;v.marmol@skynet.be&amp;gt;, relay=in.mx.skynet.be[195.238.5.129]:25,
delay=1571, delays=1214/0.04/0.08/357, dsn=4.4.2, status=deferred (lost connection with in.mx.skynet.be[195.238.5.129] while sending end of data -- message may be sent more than once)
Jun 20 15:37:04 mail postfix/smtp[29987]: 3QyXw43YY0zFvnF:
 to=&amp;lt;...@skynet.be&amp;gt;, relay=in.mx.skynet.be[195.238.5.129]:25, 
delay=1571, delays=1214/0.04/0.08/357, dsn=4.4.2, status=deferred (lost connection with in.mx.skynet.be[195.238.5.129] while sending end of data -- message may be sent more than once)
&lt;/pre&gt;
&lt;p&gt;In transport_maps I defined:&lt;/p&gt;
&lt;pre&gt;skynet.be               nodkim:&lt;/pre&gt;
&lt;p&gt;and in master.cf I defined a new transport:&lt;/p&gt;
&lt;pre&gt;nodkim    unix  -       -       -       -       -       smtp 
     -o smtp_header_checks=pcre:/etc/postfix/no_dkim.pcre
&lt;/pre&gt;
&lt;p&gt;no_dkim.pcre contains the pattern used to identify the offending header:&lt;/p&gt;
&lt;pre&gt;/^DKIM-Signature:/  IGNORE&lt;/pre&gt;</description>
			<pubDate>Mon, 20 Jun 2011 16:23:13 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/working-around-broken-cisco-pix-or-asa-installations/</guid>
		</item>
		
		<item>
			<title>New fail2ban rules for postscreen</title>
			<link>http://blog.arschkrebs.de/blog/new-fail2ban-rules-for-postscreen/</link>
			<description>&lt;p&gt;fail2ban doesn't work properly with the new postscreen log entries, since those are different from the ones smtpd is generating.&lt;/p&gt;
&lt;p&gt;postscreen:&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;#Jun  2 09:36:15 mail postfix/postscreen[14514]: NOQUEUE: reject: RCPT from [27.74.129.153]:11010: 550 5.7.1 Service unavailable; client [27.74.129.153] blo$&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;
&lt;p&gt;#Jun  2 09:37:28 mail postfix/smtpd[14544]: NOQUEUE: reject: RCPT from smtpgv01.qualitysmtp.com.br[187.85.160.22]: 550 5.1.1 &amp;lt;anna.hegele@charite.de&amp;gt;: Recip$&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Jun  2 09:36:15 mail postfix/postscreen[14514]: NOQUEUE: reject: RCPT from [27.74.129.153]:11010: 550 5.7.1 Service unavailable; client [27.74.129.153] blo$&lt;/p&gt;
&lt;p&gt;smtpd:&lt;/p&gt;
&lt;p&gt;Jun  2 09:37:28 mail postfix/smtpd[14544]: NOQUEUE: reject: RCPT from smtpgv01.qualitysmtp.com.br[187.85.160.22]: 550 5.1.1 &amp;lt;anna.hegele@charite.de&amp;gt;: Recip$&lt;/p&gt;
&lt;div&gt;So I changed the regexp to read:&lt;/div&gt;
&lt;div/&gt;
&lt;div&gt;
&lt;div&gt;failregex = reject: RCPT from (.*)\[&amp;lt;HOST&amp;gt;\]:([0-9]{4,5}:)? 550&lt;/div&gt;
&lt;/div&gt;
&lt;div/&gt;
&lt;div&gt;I made the :portnumber stuff optional and alas, it's working now!&lt;/div&gt;
</description>
			<pubDate>Thu, 02 Jun 2011 09:48:05 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/new-fail2ban-rules-for-postscreen/</guid>
		</item>
		
		<item>
			<title>Nokia Deppen II</title>
			<link>http://blog.arschkrebs.de/blog/nokia-deppen-ii/</link>
			<description>&lt;p&gt;Heute kam Peter mit seinem Handy rum, und wollte Eduroam konfiguriert haben.&lt;/p&gt;
&lt;p&gt;Stellt sich raus, daß die Settings im Netzwerkdialog falsch übersetzt sind! Ciphers sind &quot;Ziffern&quot; (statt &quot;Chiffren&quot;) und &quot;Gebiet&quot; ist in Wirklichkeit &quot;Domain&quot;. Oh Mann!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Mon, 30 May 2011 17:22:41 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/nokia-deppen-ii/</guid>
		</item>
		
		<item>
			<title>Handyvertrag</title>
			<link>http://blog.arschkrebs.de/blog/handyvertrag/</link>
			<description>&lt;p&gt;Ich habe gestern eine Analyse von Constanzes Handyverhalten gemacht und festgestellt, daß wir mit einem Wechsel des Anbieters von 40,- pro Monat auf 10,- Monat fallen UND eine Internet-Flat dazukriegen. Die, Congstar, die!&lt;/p&gt;
&lt;p&gt;smartmobil.de for teh win!&lt;/p&gt;</description>
			<pubDate>Mon, 30 May 2011 09:35:29 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/handyvertrag/</guid>
		</item>
		
		<item>
			<title>Nokia Deppen</title>
			<link>http://blog.arschkrebs.de/blog/nokia-deppen/</link>
			<description>&lt;p&gt;Der Hirnboy-Preis der Woche geht an: Nokia, für Nokia Maps. Bzw. die geniale Idee, eine Map via WLAN herunterladen zu können, um sie später offline nutzen zu können.&lt;/p&gt;
&lt;p&gt;Tolle Sache: Funktioniert nur nicht.&lt;/p&gt;
&lt;p&gt;Stellt sich heraus, daß Ovi Maps UNBEDINGT für ein Update die &quot;Internet&quot; Zugangsklasse nutzen will, auch wenn man ihm gesagt hat, es möge bitte nur die Klasse &quot;Free&quot; nutzen. Fehlermeldung: Total unklar. Ein Forumspost hat mich darauf hingewiesen, dass das benutzte WLAN in der &quot;Internet&quot; Zugangsklasse sein muss.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Sun, 29 May 2011 22:07:59 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/nokia-deppen/</guid>
		</item>
		
		<item>
			<title>LinuxTag 2011</title>
			<link>http://blog.arschkrebs.de/blog/linuxtag-2011/</link>
			<description>&lt;p&gt;Gestern war ich auf dem Linuxtag 2011 um meinen Vortrag über die Neuerungen in Postfix 2.8 zu halten. Hinterher wurde ich von einem inovex Mitarbeiter auf deren Stand eingeladen; dort hatten wir einen kurzen Blick auf die Postfix Installation eines großen Kunden geworfen. Der hat ein Performanceproblem welches voraussichtlich durch Postfix 2.8 zu beheben sein dürfte.&lt;/p&gt;
&lt;p&gt;Dort allerdings habe ich bemerkt, daß bei uns in der Nacht ein Spammer ein gephishtes Passwort eines unserer hochintelligenten User benutzt hat um 250.000 Spammails zu verschicken. Die Aufräumarbeiten dazu dauerten dann auch 30 Minuten, die ich dankenswerterweise am inovex Stand verbringen durfte.&lt;/p&gt;
&lt;p&gt;Hinterher gings dann weiter zu OTRS wo ich Martin Edenhofer (der Erfinder) und Alexander Halle (OTRS Community Board) kennenlernen durfte.&lt;/p&gt;
&lt;p&gt;Später trudelten dann Marc Schiffbauer und Martin Dummer ein, mit denen ich CAcert Zertifizierungen gemacht habe und ein frugales Mahl in der Cafeteria genoß.&lt;/p&gt;</description>
			<pubDate>Sat, 14 May 2011 11:28:41 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/linuxtag-2011/</guid>
		</item>
		
		<item>
			<title>Android Gingerbread on a HTC Desire</title>
			<link>http://blog.arschkrebs.de/blog/android-gingerbread-on-a-htc-desire/</link>
			<description>&lt;p&gt;I bought a HTC Desire and installed the most recent Oxygen release on it. This is a significant improvement over the look and feel of Symbian on my old Music Express 5800.&lt;/p&gt;
&lt;p&gt;Also, the complete lack of shitty PC-based applications like &quot;Ovi Suite&quot; is a HUGE improvement.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Sat, 02 Apr 2011 11:30:02 +0200</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/android-gingerbread-on-a-htc-desire/</guid>
		</item>
		
		<item>
			<title>CNAME and other data</title>
			<link>http://blog.arschkrebs.de/blog/cname-and-other-data/</link>
			<description>&lt;p&gt; &lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;# host test.update.microsoft.com&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;test.update.microsoft.com has address 80.156.86.78&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;test.update.microsoft.com has address 62.157.140.133&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Host test.update.microsoft.com not found: 3(NXDOMAIN)&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Host test.update.microsoft.com not found: 3(NXDOMAIN)&lt;/div&gt;
&lt;pre&gt;# host test.update.microsoft.com&lt;br/&gt;test.update.microsoft.com has address 80.156.86.78&lt;br/&gt;test.update.microsoft.com has address 62.157.140.133&lt;br/&gt;Host test.update.microsoft.com not found: 3(NXDOMAIN)&lt;br/&gt;Host test.update.microsoft.com not found: 3(NXDOMAIN)&lt;/pre&gt;
&lt;div&gt;Huh?&lt;/div&gt;
&lt;pre&gt;# host -t CNAME test.update.microsoft.com
test.update.microsoft.com is an alias for testupdate.microsoft.com.nsatc.net.
# host -t A test.update.microsoft.com
test.update.microsoft.com has address 80.156.86.78
test.update.microsoft.com has address 62.157.140.133
&lt;/pre&gt;
&lt;div&gt;CNAME and other data?&lt;/div&gt;</description>
			<pubDate>Mon, 21 Mar 2011 13:07:25 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/cname-and-other-data/</guid>
		</item>
		
		<item>
			<title>OpenVPN 2 Cookbook</title>
			<link>http://blog.arschkrebs.de/blog/openvpn-2-cookbook/</link>
			<description>&lt;p&gt;I spent the last year reading the &lt;a href=&quot;https://www.packtpub.com/openvpn-2-cookbook/book&quot;&gt;OpenVPN 2 Cookbook&lt;/a&gt; chapters and reporting proposed changes back to the author.&lt;/p&gt;
&lt;p&gt;And I must say it's a really good book. It's covering a lot of topics I had to explore on my own when setting up our OpenVPN installation at work, along with good examples and test cases.&lt;/p&gt;
&lt;p&gt;Definitely the best book out there (so far).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Wed, 09 Mar 2011 13:24:21 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/openvpn-2-cookbook/</guid>
		</item>
		
		<item>
			<title>Postfix on ZFS woes</title>
			<link>http://blog.arschkrebs.de/blog/postfix-on-zfs-woes/</link>
			<description>&lt;p&gt;See this bugreport by Mark Martinec:&lt;/p&gt;
&lt;p&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=154873&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Sat, 19 Feb 2011 10:43:00 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/postfix-on-zfs-woes/</guid>
		</item>
		
		<item>
			<title>Large packages on your system?</title>
			<link>http://blog.arschkrebs.de/blog/large-packages-on-your-system/</link>
			<description>&lt;p&gt;Which package is taking up the most space?&lt;/p&gt;
&lt;pre&gt;dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n&lt;br/&gt;&lt;/pre&gt;</description>
			<pubDate>Tue, 08 Feb 2011 10:31:51 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/large-packages-on-your-system/</guid>
		</item>
		
		<item>
			<title>Microcode update?</title>
			<link>http://blog.arschkrebs.de/blog/microcode-update/</link>
			<description>&lt;p&gt;Did you know that you could update the microcode on (some) Intel CPUs?&lt;/p&gt;
&lt;p&gt;And did you know that Ubuntu/Debian come with an update utility as well as the most recent microcode files?&lt;/p&gt;
&lt;p&gt;Neat!&lt;/p&gt;
&lt;pre&gt;sudo apt-get install intel-microcode microcode.ctl&lt;/pre&gt;
&lt;p&gt;This results (on an Acer Aspire One) in:&lt;/p&gt;
&lt;pre&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[    0.000000] Atom PSE erratum detected, BIOS microcode update recommended&lt;/div&gt;[    0.000000] Atom PSE erratum detected, BIOS microcode update recommended
[    0.004598] Atom PSE erratum detected, BIOS microcode update recommended
[    0.008000] Atom PSE erratum detected, BIOS microcode update recommended
[   18.455424] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x208
[   18.668142] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x208
[   18.673050] microcode: Microcode Update Driver: v2.00 &amp;lt;tigran@aivazian.fsnet.co.uk&amp;gt;, Peter Oruba
[   19.348014] microcode: CPU0 updated to revision 0x218, date = 2009-04-10
[   19.356912] microcode: CPU1 updated to revision 0x218, date = 2009-04-10&lt;br/&gt;&lt;/pre&gt;
&lt;p&gt;But keep in mind that&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;the kernel already worked around the bug&lt;/li&gt;
&lt;li&gt;the microcode update is not permament (it doesn't survive a reboot, suspend or hibernate)&lt;/li&gt;
&lt;li&gt;it survives a kexec reboot, though!&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The only way is a proper BIOS update. Which - in my case - is not available. &lt;/p&gt;
&lt;p&gt;Shame on you, Acer. Shame on you!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[    0.004598] Atom PSE erratum detected, BIOS microcode update recommended&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[    0.004598] Atom PSE erratum detected, BIOS microcode update recommended&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[    0.008000] Atom PSE erratum detected, BIOS microcode update recommended&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[   18.455424] microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x208&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[   18.668142] microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x208&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[   18.673050] microcode: Microcode Update Driver: v2.00 &amp;lt;tigran@aivazian.fsnet.co.uk&amp;gt;, Peter Oruba&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[   19.348014] microcode: CPU0 updated to revision 0x218, date = 2009-04-10&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;[   19.356912] microcode: CPU1 updated to revision 0x218, date = 2009-04-10&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Sun, 06 Feb 2011 18:59:44 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/microcode-update/</guid>
		</item>
		
		<item>
			<title>Acer Aspire One woes!</title>
			<link>http://blog.arschkrebs.de/blog/acer-aspire-one-woes/</link>
			<description>&lt;p&gt;Today my old Acer Aspire One returned to me, because the internal microphone wouldn't work.&lt;/p&gt;
&lt;p&gt;To cut a long story short: It was unclear why skype wouldn't use the micro or rather why the sound was really, really, low. But using PulseAudio I found out that disabling one channel of the micro caused the micro to work properly in skype. Yay!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
			<pubDate>Wed, 02 Feb 2011 01:02:41 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/acer-aspire-one-woes/</guid>
		</item>
		
		<item>
			<title>ECC in Postfix</title>
			<link>http://blog.arschkrebs.de/blog/ecc-in-postfix/</link>
			<description>&lt;p&gt;Postfix (when linked against OpenSSL 1.x) can use ECC (elliptic curve cryptography)&lt;/p&gt;
&lt;p&gt;Starting with version 2.8.0, Postfix will automatically enable ECC.&lt;/p&gt;
&lt;p&gt;If you want to enable perfect forward secrecy, you can enable ephemeral DH key exange using:&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem&lt;/div&gt;
&lt;pre&gt;smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem&lt;br/&gt;smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem&lt;/pre&gt;
&lt;div&gt;Generating these keys parameter files is easy:&lt;/div&gt;
&lt;div/&gt;
&lt;pre&gt;openssl gendh -out /etc/postfix/dh_1024.pem -2 1024&lt;/pre&gt;
&lt;pre&gt;openssl gendh -out /etc/postfix/dh_512.pem -2 512&lt;/pre&gt;
</description>
			<pubDate>Wed, 26 Jan 2011 17:36:22 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/ecc-in-postfix/</guid>
		</item>
		
		<item>
			<title>smf-sav milter vs. postfix-2.8.x</title>
			<link>http://blog.arschkrebs.de/blog/smf-sav-milter-vs-postfix-2-8-x/</link>
			<description>&lt;p&gt;Some people seem to use the smf-sav milter to implement sender address verification in Sendmail.&lt;/p&gt;
&lt;p&gt;Unfortunately, this milter has several bugs:&lt;/p&gt;
&lt;p/&gt;&lt;ol&gt;&lt;li&gt;it cannot handle multiline smtp banners&lt;/li&gt;
&lt;li&gt;it cannot handle replies spanning over several packets&lt;/li&gt;
&lt;li&gt;the author doesn't fix the bugs&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Proof:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://archives.neohapsis.com/archives/postfix/2010-09/0908.html&quot;&gt;http://archives.neohapsis.com/archives/postfix/2010-09/0908.html&lt;/a&gt;&lt;/p&gt;</description>
			<pubDate>Wed, 26 Jan 2011 15:53:52 +0100</pubDate>
			
			
			<guid>http://blog.arschkrebs.de/blog/smf-sav-milter-vs-postfix-2-8-x/</guid>
		</item>
		

	</channel>
</rss>
