<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for TyskJohan's random thoughts</title>
	<atom:link href="http://www.almqvist.net/johan/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.almqvist.net/johan/blog</link>
	<description>Johan's wandering mind, in blog form...</description>
	<pubDate>Fri, 12 Mar 2010 02:13:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Contact me by Stego S. Aurus</title>
		<link>http://www.almqvist.net/johan/blog/contact/comment-page-1/#comment-39258</link>
		<dc:creator>Stego S. Aurus</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/contact/#comment-39258</guid>
		<description>As submitted above, it wasnt fully working. It works now! it now reads:


if (
                                ($remote_ip eq "76.79.203.98")
                            &#124;&#124;  ($remote_ip eq "69.178.161.194")
                            &#124;&#124;  ($remote_host =~ /static/)
                            &#124;&#124;  ($remote_host =~ /static-ip/)
                            &#124;&#124;  ($remote_host =~ /atgstores/)
                            &#124;&#124;  ($remote_host =~ /cedsb/)
                            &#124;&#124;  ($remote_host =~ /telepacific/)
                            &#124;&#124;  ($remote_host =~ /hdfowler/)
                               ) {
                                 # If the remote IP or the remote host matches anything in the exception list,
                                 # simply allow it through with a note to qpsmtpd.log
                                 my $logmessage = "qpsmtpd-nodialup: Allowing exception for $remote_host ($remote_ip) through";
                                 $self-&#62;log(LOGINFO,$logmessage);

                               }
                               else
                               {
                                 return (DENY, "Sorry, $remote_host ($remote_ip) seems to ".
                                 "be a dialup: use your ISP's SMTP server, or Fix your RDNS. If you ".
                                 "feel you are receiving this message in error, ".
                                 "please call our voice line.");
                               }</description>
		<content:encoded><![CDATA[<p>As submitted above, it wasnt fully working. It works now! it now reads:</p>
<p>if (<br />
                                ($remote_ip eq &#8220;76.79.203.98&#8243;)<br />
                            ||  ($remote_ip eq &#8220;69.178.161.194&#8243;)<br />
                            ||  ($remote_host =~ /static/)<br />
                            ||  ($remote_host =~ /static-ip/)<br />
                            ||  ($remote_host =~ /atgstores/)<br />
                            ||  ($remote_host =~ /cedsb/)<br />
                            ||  ($remote_host =~ /telepacific/)<br />
                            ||  ($remote_host =~ /hdfowler/)<br />
                               ) {<br />
                                 # If the remote IP or the remote host matches anything in the exception list,<br />
                                 # simply allow it through with a note to qpsmtpd.log<br />
                                 my $logmessage = &#8220;qpsmtpd-nodialup: Allowing exception for $remote_host ($remote_ip) through&#8221;;<br />
                                 $self-&gt;log(LOGINFO,$logmessage);</p>
<p>                               }<br />
                               else<br />
                               {<br />
                                 return (DENY, &#8220;Sorry, $remote_host ($remote_ip) seems to &#8220;.<br />
                                 &#8220;be a dialup: use your ISP&#8217;s SMTP server, or Fix your RDNS. If you &#8220;.<br />
                                 &#8220;feel you are receiving this message in error, &#8220;.<br />
                                 &#8220;please call our voice line.&#8221;);<br />
                               }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact me by Stego S. Aurus</title>
		<link>http://www.almqvist.net/johan/blog/contact/comment-page-1/#comment-39242</link>
		<dc:creator>Stego S. Aurus</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/contact/#comment-39242</guid>
		<description>Greetings!
  I have edited your nodialup qpsmtpd plugin to allow for exceptions, and I'm passing on the edit to you!

-Stego

-nodialup-----------------------------------------
# Crude direct-connect stopper
# written by Johan Almqvist
# Modified by Stego S. Aurus  9-9-2008 to allow for exceptions.

sub hook_connect {
        my ($self, $transaction) = @_;
        my $remote_ip = $self-&#62;qp-&#62;connection-&#62;remote_ip;
        my $remote_host = $self-&#62;qp-&#62;connection-&#62;remote_host;
        my $reverse_remote_ip = join (".", reverse(split(/\./,$remote_ip)));
        if ($remote_ip eq $remote_host) {
                return (DENYSOFT, "Reverse DNS lookup for $remote_ip failed.");
        }
        elsif (($remote_host =~ /$reverse_remote_ip/)
                        &#124;&#124; ($remote_host =~ /$remote_ip/)
                        &#124;&#124; ($remote_host =~ /\.dsl\./)
                        &#124;&#124; ($remote_host =~ /\.adsl\./)
                        &#124;&#124; ($remote_host =~ /\.ppp\./)
                        &#124;&#124; ($remote_host =~ /\.dhcp\./)
                        &#124;&#124; ($remote_host =~ /\.dynamicIP\./)
                        &#124;&#124; ($remote_host =~ /\.dynamic\./)
                        &#124;&#124; ($remote_host =~ /\.dip\./i)
                        &#124;&#124; ($remote_host =~ /\.abo\.wanadoo\.fr/i)
                        &#124;&#124; ($remote_host =~ /\.pool\./))  {
                            # The Below IF statement forces the routine to allow specific IPs or domains through.
                            # Would eventually like to turn this into a routine that checks a "nodialup_exceptions" file.
                            if (
                                ($remote_ip != "76.79.203.98")
                            &#124;&#124;  ($remote_host !=~ /\.telepacific\./)
                            &#124;&#124;  ($remote_host !=~ /\.atgstores\./)
                               ){
                                    return (DENY, "Sorry, $remote_host ($remote_ip) seems to ".
                                    "be a dialup: use your ISP's SMTP server, or Fix your RDNS. If you ".
                                    "feel you are receiving this message in error, ".
                                    "please call Loran Inc's Computer Dept. at +1-800-544-4840");
                                 }
        }
        else {
                return DECLINED;
        }
}</description>
		<content:encoded><![CDATA[<p>Greetings!<br />
  I have edited your nodialup qpsmtpd plugin to allow for exceptions, and I&#8217;m passing on the edit to you!</p>
<p>-Stego</p>
<p>-nodialup&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# Crude direct-connect stopper<br />
# written by Johan Almqvist<br />
# Modified by Stego S. Aurus  9-9-2008 to allow for exceptions.</p>
<p>sub hook_connect {<br />
        my ($self, $transaction) = @_;<br />
        my $remote_ip = $self-&gt;qp-&gt;connection-&gt;remote_ip;<br />
        my $remote_host = $self-&gt;qp-&gt;connection-&gt;remote_host;<br />
        my $reverse_remote_ip = join (&#8221;.&#8221;, reverse(split(/\./,$remote_ip)));<br />
        if ($remote_ip eq $remote_host) {<br />
                return (DENYSOFT, &#8220;Reverse DNS lookup for $remote_ip failed.&#8221;);<br />
        }<br />
        elsif (($remote_host =~ /$reverse_remote_ip/)<br />
                        || ($remote_host =~ /$remote_ip/)<br />
                        || ($remote_host =~ /\.dsl\./)<br />
                        || ($remote_host =~ /\.adsl\./)<br />
                        || ($remote_host =~ /\.ppp\./)<br />
                        || ($remote_host =~ /\.dhcp\./)<br />
                        || ($remote_host =~ /\.dynamicIP\./)<br />
                        || ($remote_host =~ /\.dynamic\./)<br />
                        || ($remote_host =~ /\.dip\./i)<br />
                        || ($remote_host =~ /\.abo\.wanadoo\.fr/i)<br />
                        || ($remote_host =~ /\.pool\./))  {<br />
                            # The Below IF statement forces the routine to allow specific IPs or domains through.<br />
                            # Would eventually like to turn this into a routine that checks a &#8220;nodialup_exceptions&#8221; file.<br />
                            if (<br />
                                ($remote_ip != &#8220;76.79.203.98&#8243;)<br />
                            ||  ($remote_host !=~ /\.telepacific\./)<br />
                            ||  ($remote_host !=~ /\.atgstores\./)<br />
                               ){<br />
                                    return (DENY, &#8220;Sorry, $remote_host ($remote_ip) seems to &#8220;.<br />
                                    &#8220;be a dialup: use your ISP&#8217;s SMTP server, or Fix your RDNS. If you &#8220;.<br />
                                    &#8220;feel you are receiving this message in error, &#8220;.<br />
                                    &#8220;please call Loran Inc&#8217;s Computer Dept. at +1-800-544-4840&#8243;);<br />
                                 }<br />
        }<br />
        else {<br />
                return DECLINED;<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on qpsmtpd by TyskJohan</title>
		<link>http://www.almqvist.net/johan/blog/qpsmtpd/comment-page-1/#comment-38187</link>
		<dc:creator>TyskJohan</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/qpsmtpd/#comment-38187</guid>
		<description>Har du pr&#248;d med Mark's test-trick med printf, beskrevet p&#229; http://www.qmail.org/top.html#checkpassword for &#229; utelukke at det er der feilen ligger?</description>
		<content:encoded><![CDATA[<p>Har du pr&#248;d med Mark&#8217;s test-trick med printf, beskrevet p&#229; <a href="http://www.qmail.org/top.html#checkpassword" rel="nofollow">http://www.qmail.org/top.html#checkpassword</a> for &#229; utelukke at det er der feilen ligger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on qpsmtpd by Hans Sandsdalen</title>
		<link>http://www.almqvist.net/johan/blog/qpsmtpd/comment-page-1/#comment-38115</link>
		<dc:creator>Hans Sandsdalen</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/qpsmtpd/#comment-38115</guid>
		<description>Hei

Jeg har problemer med authcheckpassword. Har intallert checkpassword i /bin/checkpassword. I /home/smtpd/qpsmtpd/config/smtpauth-checkpassword ligger ref til checkpassword.

I config fila st&#229;r det

auth/authcheckpassword


Ved bruk st&#229;rdette i loggen:

dispatching AUTH LOGIN
334 VXNlcm5hbWU6
334 UGFzc3dvcmQ6
running plugin (auth-login): auth::authcheckpassword
trying to get config for smtpauth-checkpassword
Plugin auth::authcheckpassword, hook auth-login returned DECLINED,
535 Authentication failed for hans -
Authentication failed for hans -
dispatching AUTH PLAIN AGhhbnMAanVuaW9yNG1lMg
==

Noen ideer?

(du bor i Oslo s&#229; jeg regner med du kan norsk? :) )</description>
		<content:encoded><![CDATA[<p>Hei</p>
<p>Jeg har problemer med authcheckpassword. Har intallert checkpassword i /bin/checkpassword. I /home/smtpd/qpsmtpd/config/smtpauth-checkpassword ligger ref til checkpassword.</p>
<p>I config fila st&#229;r det</p>
<p>auth/authcheckpassword</p>
<p>Ved bruk st&#229;rdette i loggen:</p>
<p>dispatching AUTH LOGIN<br />
334 VXNlcm5hbWU6<br />
334 UGFzc3dvcmQ6<br />
running plugin (auth-login): auth::authcheckpassword<br />
trying to get config for smtpauth-checkpassword<br />
Plugin auth::authcheckpassword, hook auth-login returned DECLINED,<br />
535 Authentication failed for hans -<br />
Authentication failed for hans -<br />
dispatching AUTH PLAIN AGhhbnMAanVuaW9yNG1lMg<br />
==</p>
<p>Noen ideer?</p>
<p>(du bor i Oslo s&#229; jeg regner med du kan norsk? <img src='http://www.almqvist.net/johan/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact me by Evert Leurink</title>
		<link>http://www.almqvist.net/johan/blog/contact/comment-page-1/#comment-32830</link>
		<dc:creator>Evert Leurink</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/contact/#comment-32830</guid>
		<description>Dear Mr Almqvist, May I ask your permission to put one of your wonderful photos on my website ( it’s about holiday by car in Norway and it’s in Dutch)?
You can see on my site, that if I know the name of the photographer, he or she is mentioned. The photos on my site are clickable too: they are linked to the site of the publisher.
I am interested in your photo http://www.almqvist.net/johan/blog/wp-content/uploads/2006/03/moldepanorama.jpg .
Is it a problem to you that your photo has been published on http://onzeautovakantiesinnoorwegen.nl/deel_2_mr.html ?
Hopefully I hear from you,
Best regards, Leurink from the Netherlands.
http://onzeautovakantiesinnoorwegen.nl/</description>
		<content:encoded><![CDATA[<p>Dear Mr Almqvist, May I ask your permission to put one of your wonderful photos on my website ( it’s about holiday by car in Norway and it’s in Dutch)?<br />
You can see on my site, that if I know the name of the photographer, he or she is mentioned. The photos on my site are clickable too: they are linked to the site of the publisher.<br />
I am interested in your photo <a href="http://www.almqvist.net/johan/blog/wp-content/uploads/2006/03/moldepanorama.jpg" rel="nofollow">http://www.almqvist.net/johan/blog/wp-content/uploads/2006/03/moldepanorama.jpg</a> .<br />
Is it a problem to you that your photo has been published on <a href="http://onzeautovakantiesinnoorwegen.nl/deel_2_mr.html" rel="nofollow">http://onzeautovakantiesinnoorwegen.nl/deel_2_mr.html</a> ?<br />
Hopefully I hear from you,<br />
Best regards, Leurink from the Netherlands.<br />
<a href="http://onzeautovakantiesinnoorwegen.nl/" rel="nofollow">http://onzeautovakantiesinnoorwegen.nl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Igitt! by Andreas</title>
		<link>http://www.almqvist.net/johan/blog/2007/02/igitt/comment-page-1/#comment-21879</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2007/02/igitt/#comment-21879</guid>
		<description>Var det en sheeshburger?</description>
		<content:encoded><![CDATA[<p>Var det en sheeshburger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EPSO/AD/25/05 scores by John</title>
		<link>http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/comment-page-1/#comment-15364</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/#comment-15364</guid>
		<description>Reserve list : http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf</description>
		<content:encoded><![CDATA[<p>Reserve list : <a href="http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf" rel="nofollow">http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EPSO/AD/25/05 scores by John</title>
		<link>http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/comment-page-1/#comment-15360</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/#comment-15360</guid>
		<description>More than one year after the beginning of the competition, the reserve has just been published ! http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf</description>
		<content:encoded><![CDATA[<p>More than one year after the beginning of the competition, the reserve has just been published ! <a href="http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf" rel="nofollow">http://www.europa.eu/epso/laureats/listlaur_EN_25_ape.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vi har k&#246;pt l&#228;genhet i Oslo by Christina W</title>
		<link>http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/comment-page-1/#comment-11664</link>
		<dc:creator>Christina W</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/#comment-11664</guid>
		<description>Kan man byta mot en renovering i mitt hus?</description>
		<content:encoded><![CDATA[<p>Kan man byta mot en renovering i mitt hus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vi har k&#246;pt l&#228;genhet i Oslo by Johan</title>
		<link>http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/comment-page-1/#comment-10602</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/#comment-10602</guid>
		<description>Lite att g&#246;ra d&#228;r ser det ut som. Men vardagsrummet verkar riktigt najs, med lite f&#228;rg s&#229;...</description>
		<content:encoded><![CDATA[<p>Lite att g&#246;ra d&#228;r ser det ut som. Men vardagsrummet verkar riktigt najs, med lite f&#228;rg s&#229;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vi har k&#246;pt l&#228;genhet i Oslo by Fred</title>
		<link>http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/comment-page-1/#comment-9643</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2007/03/vi-har-kopt-lagenhet-i-oslo/#comment-9643</guid>
		<description>Grattis! Kul! Ja, m&#229;la lite kan det beh&#246;vas... jag gillade s&#228;rskilt rosa rummet...</description>
		<content:encoded><![CDATA[<p>Grattis! Kul! Ja, m&#229;la lite kan det beh&#246;vas&#8230; jag gillade s&#228;rskilt rosa rummet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EPSO/AD/25/05 scores by blogesco</title>
		<link>http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/comment-page-1/#comment-6998</link>
		<dc:creator>blogesco</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2006/05/epsoad2505-scores/#comment-6998</guid>
		<description>http://epsoforum.com makes the difference. Gves you all the weapons for your conquest. You just have to fight!!</description>
		<content:encoded><![CDATA[<p><a href="http://epsoforum.com" rel="nofollow">http://epsoforum.com</a> makes the difference. Gves you all the weapons for your conquest. You just have to fight!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Igitt! by Fred</title>
		<link>http://www.almqvist.net/johan/blog/2007/02/igitt/comment-page-1/#comment-6923</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2007/02/igitt/#comment-6923</guid>
		<description>Var det utomhus? d&#229; blev det frusen hamburgare ju....
 men inomhus b&#246;&#246;&#246;...</description>
		<content:encoded><![CDATA[<p>Var det utomhus? d&#229; blev det frusen hamburgare ju&#8230;.<br />
 men inomhus b&#246;&#246;&#246;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sie haben mich nicht genommen&#8230; by Giorgio Castani</title>
		<link>http://www.almqvist.net/johan/blog/2006/12/sie-haben-mich-nicht-genommen/comment-page-1/#comment-6255</link>
		<dc:creator>Giorgio Castani</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2006/12/sie-haben-mich-nicht-genommen/#comment-6255</guid>
		<description>Sorry about your experience... I found out lot of usefull stuff on http://epsoforum.com !! You have lots of sample  questions on general ez knowledge, verbal and numerical reasoning tests, public administration, law, economics, AST etc.
good luck next time</description>
		<content:encoded><![CDATA[<p>Sorry about your experience&#8230; I found out lot of usefull stuff on <a href="http://epsoforum.com" rel="nofollow">http://epsoforum.com</a> !! You have lots of sample  questions on general ez knowledge, verbal and numerical reasoning tests, public administration, law, economics, AST etc.<br />
good luck next time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Mac OS things to improve in Leopard by TyskJohan</title>
		<link>http://www.almqvist.net/johan/blog/2006/08/10-mac-os-things-to-improve-in-leopard/comment-page-1/#comment-2450</link>
		<dc:creator>TyskJohan</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.almqvist.net/johan/blog/2006/08/10-mac-os-things-to-improve-in-leopard/#comment-2450</guid>
		<description>Doesn't seem to work in vanilla Safari 2.0.4 though...</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work in vanilla Safari 2.0.4 though&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
