<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Melvin's tech blog &#187; Hacking</title>
	<atom:link href="http://blog.melvinrook.nl/category/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.melvinrook.nl</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 11:31:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Using wxFormBuilder with Code::Blocks on Mandriva 2009</title>
		<link>http://blog.melvinrook.nl/2009/02/20/using-wxformbuilder-with-codeblocks-on-mandriva-2009/</link>
		<comments>http://blog.melvinrook.nl/2009/02/20/using-wxformbuilder-with-codeblocks-on-mandriva-2009/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 14:16:22 +0000</pubDate>
		<dc:creator>Melvin</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.melvinrook.nl/?p=137</guid>
		<description><![CDATA[After some puzzling I found out how to setup a nice development environment with wxFormBuilder and Code::Blocks on Mandriva Linux 2009. How to do this is described below. Packages Download and install the following packages and it&#8217;s dependencies: Code::Blocks libwxgtku2.8 libwxgtku2.8-devel wxGTK2.8 wxFormBuilder Download the wxFormBuilder 3.0 linux source including the pre-generated Makefiles. Now unpack [...]]]></description>
			<content:encoded><![CDATA[<p>After some puzzling I found out how to setup a nice development environment with wxFormBuilder and Code::Blocks on Mandriva Linux 2009. How to do this is described below.</p>
<p><strong>Packages</strong></p>
<p>Download and install the following packages and it&#8217;s dependencies:</p>
<ul>
<li> Code::Blocks</li>
<li>libwxgtku2.8</li>
<li>libwxgtku2.8-devel</li>
<li>wxGTK2.8</li>
</ul>
<p><strong>wxFormBuilder</strong></p>
<p>Download the wxFormBuilder 3.0 linux source including the pre-generated Makefiles. Now unpack the tarball, build and install wxFormBuilder:</p>
<ul>
<li>cd /usr/local/src/</li>
<li>wget or fetch wxformbuilder-3.0.57.tar.gz</li>
<li>tar -zxvf wxformbuilder-3.0.57.tar.gz</li>
<li>cd wxformbuilder_3.0.57</li>
<li>make CONFIG=Release</li>
<li>./install/linux/wxfb_export.sh /usr</li>
</ul>
<p><strong>Code::Blocks</strong></p>
<ul>
<li>Start Code::Blocks and open the menu Tools -&gt; Configure tools&#8230;</li>
<li>Click on Add.</li>
<li>The following picture shows how to setup the tool:</li>
</ul>
<p><a href="http://blog.melvinrook.nl/wp-content/uploads/2009/02/cb_edit_tool.png"><img class="alignnone size-medium wp-image-138" title="cb_edit_tool" src="http://blog.melvinrook.nl/wp-content/uploads/2009/02/cb_edit_tool-300x259.png" alt="" width="300" height="259" /></a></p>
<ul>
<li>Save the settings and open the menu File -&gt; New -&gt; Project</li>
<li>Choose wxWidgets project</li>
<li>Walk trough the wizard</li>
<li>Use wxWidgets 2.8.x</li>
<li>Preferred GUI Builder: wxFormBuilder</li>
<li>Application type: Frame Based</li>
<li>Use the default widgets configuration</li>
</ul>
<p>When you would like to modify your GUI you can open the following menu: Tools -&gt; wxFB. Which will launch wxFormBuilder with your GUI. When it asks for conversion, click yes.</p>
<p>Don&#8217;t forget to generate the code (press F8) before you switch back to Code::Blocks. Otherwise you changes won&#8217;t be visible. You also need to build your project in Code::Blocks before your changes are visible.</p>
<p>In certain versions and combinations of the software the following compile error could occur: <em>&#8220;wxMessageBox was not declared in this scope&#8221;</em>. There are two solutions to this problem:</p>
<p>1) I noticed wxFormBuilder changed a bit. All headers where included in the generated code, even when the headers were not necessary. Now not all the headers are included. When you use other wxWidgets methods just add the proper header. In this case you can use the following include:</p>
<pre>#include &lt;wx/msgdlg.h&gt;</pre>
<p>2) Do not use the Code::Blocks wxWidgets template and just setup a clean C::B project. Then also setup a clean wxFormBuilder project by using the inherited class tutorial (*). Finally add the code manually to the project.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://www.codeblocks.org">Code::Blocks</a></li>
<li><a href="http://wxformbuilder.org">wxFormBuilder</a></li>
<li><a href="http://wiki.wxformbuilder.org/Tutorials/UsingWxFormBuilder">Inherited class tutorial</a> (*)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.melvinrook.nl/2009/02/20/using-wxformbuilder-with-codeblocks-on-mandriva-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers ahead</title>
		<link>http://blog.melvinrook.nl/2009/02/05/hackers-ahead/</link>
		<comments>http://blog.melvinrook.nl/2009/02/05/hackers-ahead/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 09:23:10 +0000</pubDate>
		<dc:creator>Melvin</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://blog.melvinrook.nl/?p=127</guid>
		<description><![CDATA[Someone apparently hacked into an electronic road sign in Hamilton County Monday morning, prompting stares and giggles from motorists because of the message the sign displayed. The sign, which read &#8220;Raptors Ahead Caution,&#8221; amused motorists in a construction zone on Keystone Avenue, just north of 116th Street. &#8220;It&#8217;s kind of crazy. I&#8217;m totally confused,&#8221; said [...]]]></description>
			<content:encoded><![CDATA[<p>Someone apparently hacked into an electronic road sign in Hamilton County Monday morning, prompting stares and giggles from motorists because of the message the sign displayed.</p>
<p>The sign, which read <em>&#8220;Raptors Ahead Caution,&#8221;</em> amused motorists in a construction zone on Keystone Avenue, just north of 116th Street.</p>
<p><a href="http://blog.melvinrook.nl/wp-content/uploads/2009/02/raptors_ahead.jpg"><img class="alignnone size-medium wp-image-129" title="raptors_ahead" src="http://blog.melvinrook.nl/wp-content/uploads/2009/02/raptors_ahead-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&#8220;It&#8217;s kind of crazy. I&#8217;m totally confused,&#8221; said one motorist. &#8220;I&#8217;m kind of expecting &#8230; dinosaurs to run down the road, or something.&#8221;</p>
<p>Another puzzled motorist said, &#8220;Which raptors?&#8221; before adding that he hadn&#8217;t seen the sign.</p>
<p>Carmel spokeswoman Nancy Heck said the signs on Keystone Avenue are owned by a contractor, Highway Technologies, which is responsible for programming signs in the Keystone Avenue construction zone.</p>
<p>The odd road sign in Indiana came days after a widely publicized highway road sign message near the University of Texas that warned motorists <em>&#8220;Caution! Zombies Ahead!&#8221; </em>and <em>&#8220;Nazi Zombies! Run!!!&#8221;</em></p>
<p>Another sign in Collinsville said: <em>&#8220;<span class="Apple-style-span" style="font-style: italic;">Daily lane closures due  to zombies</span>&#8220;</em>.</p>
<p>Apparently, while most road sign control pads are placed in a lock box, that box is rarely actually locked. And while most road signs are under password protection, that password is most generally just the default code &#8220;DOTS&#8221;—or you can easily reset the password by holding &#8220;shift&#8221; and &#8220;control&#8221; while typing &#8220;DIPY&#8221; (so that it just defaults to &#8220;DOTS&#8221; again).</p>
<p>Of course, these actions are illegal, so play around with it at your own risk. <img src='http://blog.melvinrook.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://blog.melvinrook.nl/wp-content/uploads/2009/02/hackers_ahead.jpg"><img class="alignnone size-medium wp-image-128" title="hackers_ahead" src="http://blog.melvinrook.nl/wp-content/uploads/2009/02/hackers_ahead-296x300.jpg" alt="" width="296" height="300" /></a></p>
<p>In speaking of the sign <em>&#8220;hackers ahead&#8221;</em>, don&#8217;t forget the hacker event ahead: Hackin at Random in august 2009: <a href="http://www.har2009.org">www.har2009.org!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melvinrook.nl/2009/02/05/hackers-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking at Random</title>
		<link>http://blog.melvinrook.nl/2008/11/18/hacking-at-random/</link>
		<comments>http://blog.melvinrook.nl/2008/11/18/hacking-at-random/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:31:09 +0000</pubDate>
		<dc:creator>Melvin</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://blog.melvinrook.nl/?p=43</guid>
		<description><![CDATA[Fresh from the HAR2009 mailinglist: Hacking at Random International technology &#38; security conference. Four days of technology, ideological debates and hands-on tinkering. On August 13-16, 2009 the 20th anniversary event edition of the four-yearly Dutch outdoor technology-conference will take place near Vierhouten, NL. What is HAR? Since 1989 the international community that builds the internet [...]]]></description>
			<content:encoded><![CDATA[<p>Fresh from the HAR2009 mailinglist:</p>
<h1>Hacking at Random</h1>
<p>International technology &amp; security conference. Four days of<br />
technology, ideological debates and hands-on tinkering.</p>
<p>On August 13-16, 2009 the 20th anniversary event edition of the<br />
four-yearly Dutch outdoor technology-conference will take place near<br />
Vierhouten, NL.</p>
<h2>What is HAR?</h2>
<p>Since 1989 the international community that builds the internet has<br />
been getting together on a series of conferences to discuss the state<br />
of contemporary technology, the future of it and the sociological and<br />
political consequences of their work. The participants vary from<br />
students and people with personal interests to researchers, scientists<br />
and entrepreneurs who are widely recognized as the best in their field.</p>
<p>The atmosphere is friendly and relaxed, the average level of knowledge<br />
is high and outside of the official lectures the site is buzzing with<br />
energy, ideas and projects. The New York Times likened the 1997 edition<br />
to a &#8220;Woodstock for Hackers&#8221;. We do our best to keep that atmosphere.</p>
<p>When these conferences first happened twenty years ago, the internet<br />
was like the Wild West, a new frontier to explore. That has changed,<br />
virtually every household in the Western world has access to the<br />
internet and, just as happened in the Wild West, new questions have<br />
risen. Questions of governance, sustainability, integration with<br />
existing power structures, shortage of IP space and energy, censorship,<br />
security, etc. The notion of hacking, to use a system in a creative way<br />
that was not thought of when it was invented, has also shown to be<br />
applicable to fields outside of ICT technology.</p>
<h2>Where is HAR?</h2>
<p>The location (+52 19&#8242; 50.02&#8243;, +5 49&#8242; 27.98&#8243;) is near Vierhouten, a<br />
small settlement in the beautiful Veluwe area renowned for its culinary<br />
industry. The former socialist youth-camp [1]de Paasheuvel provides<br />
some good old-fashioned Dutch [2]gezelligheid. A variety of camping<br />
areas will cater to our broad range of camping and non-camping<br />
audience: varying from secluded spots in the foliage to larger fields<br />
for those of you who want to cluster together to form a village.</p>
<p>There is a train-station nearby, in Nunspeet. From there it is a<br />
10-minute drive to the festival terrain. Some form of transport from<br />
the station to the terrain will be arranged, but the truly adventurous<br />
among you may choose to take a hike: it is definetely within walking<br />
distance and the surroundings will not disappoint.</p>
<h2>Who is HAR?</h2>
<p>You, me and some hundreds (if not thousands) of other like-minded<br />
folks. In true spirit, there will be no visitors but only volunteers.<br />
In order to keep costs low, expect to lend a hand here and there. You<br />
might be operating the A/V-equipment in one of the lecture tents, sweep<br />
the floor in the bar tent, check in visitors at the entrance or pour<br />
drinks at the bar. A great way to discover new talents, or develop<br />
those hidden ones you never suspected you had!</p>
<p>Of course, there is a somewhat smaller group of madmen and women that<br />
will lay (and have been laying) the groundwork for another great<br />
edition in the year leading up to the event. This event could easily be<br />
dubbed &#8220;the next generation&#8221;. Because, yes, the original crew that has<br />
been working hard on these conferences have earned a relaxing holiday<br />
by organising the four preceeding events. A new generation is eager to<br />
take over, and continue their legacy. Not to say that the old farts are<br />
not interested, au contraire my friends. There is a healthy mix of new<br />
blood and experienced hands currently working on the necesarry<br />
preparations.</p>
<p>In fact, this is reflected nicely in the foundation that was set up to<br />
handle all the paperwork and other legal requirements: [3]the Hxx<br />
foundation. Its board is a 50/50 mix of old and new: Aldert Hazenberg<br />
and Mischa Peters have been involved to a great extent in all past<br />
events, Koen Martens made his organising debut 3 years ago on WTH and<br />
Mathijs Schmittmann is our new kid on the block.</p>
<p>In case you are wondering &#8220;but where is Rop Gonggrijp&#8221;, no fears: he is<br />
right around the corner and [4]believes we &#8220;pesky new-generation<br />
event-hackers&#8221; are going to do just fine. He will help out where<br />
possible, but more on that below.</p>
<p>Of course, HAR will not be happen without huge sums of money. We have<br />
tried to keep ticket prices low, even in these times of financial<br />
crisis, so we are attracting a number of sponsors and donors. But don&#8217;t<br />
worry, HAR will not be called &#8220;Yoyodyne Inc. HAR2009&#8243; even if Yoyodyne<br />
coughs up millions of euro&#8217;s.</p>
<h2>And more..</h2>
<p>As this is being written, the last work is undertaken on the<br />
ticket-webshop, which we hope to have online early december. At the<br />
same time, the program committee, led by the more than qualified Rop<br />
Gonggrijp, is preparing the call for papers and otherwise developing a<br />
solid lecture program that&#8217;ll make your mouth water (even if you have<br />
visited every single conference between WTH and now and seen em all).</p>
<p>Of course, planning has started on an in-promptu power infrastructure<br />
and intranet, with uplink to the interwebs. And naturally, there will<br />
be various foods and beverages.</p>
<h2>Subscribe</h2>
<p>If you want to receive the latest news on HAR2009 as it happens, be<br />
sure to subscribe to the relatively low-volume announcement list. Send<br />
an email to [5]announce-subscribe@har2009.org or visit<br />
[6]www.har2009.org and enter your email in the subscribe form.</p>
<p>Perhaps you&#8217;re thinking &#8220;hey, I want to help!&#8221;. If you have some time<br />
in the next months and are prepared to make a commitment, send an email<br />
to [7]help@har2009.org.</p>
<p>The wiki is available at [8]http://wiki.har2009.org/.</p>
<p>Potential sponsors can mail directly to [9]sponsoring@har2009.org.</p>
<p>Press inquiries can be sent to [10]press@har2009.org.</p>
<h2>References</h2>
<p>1. <a href="http://www.paasheuvel.nl/">http://www.paasheuvel.nl/</a><br />
2. <a href="http://en.wikipedia.org/wiki/Gezelligheid#Similar_words_in_other_languages">http://en.wikipedia.org/wiki/Gezelligheid</a><br />
3. <a href="http://www.stichtinghxx.nl/">http://www.stichtinghxx.nl/</a><br />
4. <a href="http://har2009.org/index.php?p=66">http://har2009.org/index.php?p=66</a><br />
5. <a href="mailto:announce-subscribe@har2009.org">announce-subscribe@har2009.org</a><br />
6. <a href="http://www.har2009.org/">http://www.har2009.org/</a><br />
7. <a href="mailto:help@har2009.org">help@har2009.org</a><br />
8. <a href="http://wiki.har2009.org/">http://wiki.har2009.org/</a><br />
9. <a href="mailto:sponsoring@har2009.org">sponsoring@har2009.org</a><br />
10. <a href="mailto:press@har2009.org">press@har2009.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melvinrook.nl/2008/11/18/hacking-at-random/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wanadoo free e-mailaccounts werken niet meer via POP</title>
		<link>http://blog.melvinrook.nl/2008/11/14/wanadoo-free-emailaccounts-werken-niet-meer/</link>
		<comments>http://blog.melvinrook.nl/2008/11/14/wanadoo-free-emailaccounts-werken-niet-meer/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 08:33:28 +0000</pubDate>
		<dc:creator>Melvin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://blog.melvinrook.nl/?p=34</guid>
		<description><![CDATA[Door gestuntel van Ziggo / Online (voorheen Wanadoo) is het al enige tijd niet meer mogelijk om e-mail via POP op te halen. Ik krijg de volgende melding: &#8220;Mailserver pop.wanadoo.nl antwoordde: POP werkt alleen als u via Online inbelt. Gebruik webmail.&#8221; &#8230; &#8220;Gebruik webmail&#8221;. Ziet u het voor u? In deze tijd van spam, handmatig [...]]]></description>
			<content:encoded><![CDATA[<p>Door gestuntel van Ziggo / Online (voorheen Wanadoo) is het al enige tijd niet meer mogelijk om e-mail via POP op te halen. Ik krijg de volgende melding: &#8220;Mailserver pop.wanadoo.nl antwoordde: POP werkt alleen als u via Online inbelt. Gebruik webmail.&#8221;</p>
<p>&#8230; &#8220;Gebruik webmail&#8221;. Ziet u het voor u? In deze tijd van spam, handmatig honderden, dan wel niet duizenden, spamberichten handmatig verwijderen. Totaal onacceptabel voor mij in ieder geval.</p>
<p>Jaren geleden had ik een inbelaccount van Wanadoo. Gezien het veelvoudige gebruik van internet hebben we besloten om in 1998 up te graden naar een Wanadoo/Casema cable account. Aangezien ik mijn e-mailaccount veel gebruikte heb ik toentertijd bij de aanvraag expliciet gevraagd of ze het e-mailaccount over wilden zetten. Dit was allemaal geen probleem en ik kon mijn e-mailaccount gewoon houden.</p>
<p>Nu is Wanadoo/Casema overgenomen door Online/Ziggo. Online en Ziggo hebben samen besloten om de e-mailaccounts te migreren. Daarnaast hebben ze besloten dat de &#8216;Wanadoo free&#8217; e-mailaccounts alleen via webmail toegankelijk te maken en een aantal services uit te schakelen.</p>
<p>Navraag bij de helpdesk van Ziggo en Online blijkt dat ze het zelf ook niet helemaal weten. Na een aantal keer tussen de twee helpdesks gepingpongd te zijn blijkt het erop neer te komen dat het mijn probleem is.</p>
<p>Op het moment staan de volgende FAQ items op de website van Online:</p>
<ul>
<li><strong>Waarom kan ik geen e-mail meer van mijn Orange Free e-mailadres via   POP3 halen? </strong>Toen je kabel internet verbinding nog deel uit maakte van het Orange netwerk was het ook mogelijk om mail van je Orange Free e-mailadres te poppen via je kabelverbinding. Helaas is dit in de nieuwe situatie niet meer mogelijk. De gratis @orange.nl, @wanadoo.nl en @online.nl e-mail adressen werken alleen nog via webmail of via een telefonische inbel-verbinding van online.nl Krijg je bij het ophalen van de e-mail een foutmelding op je wachtwoord, maar kun je je wel aanmelden op http://www.online.nl/webmail dan heb je zo’n gratis e-mailadres. Deze e-mailadressen zijn geen onderdeel van de Ziggo service.</li>
<li><strong>Hoe kan ik herkennen of het om een Orange Free e-mailadres gaat?</strong> Indien je via http://www.online.nl/webmail ingelogd bent dan kun je bij een Orange Free e-mailadres alleen je mail ophalen. Bij een Orange Cable e-mailadres is het ook mogelijk om de mail door te sturen (forwarden).</li>
<li><strong>Wordt mijn Orange Free e-mailadres ook gemigreerd?</strong> Orange Free e-mail is een dienst die je bij Orange afneemt. Deze dienst staat verder los van je Orange Cable abonnement en zal niet mee gemigreerd worden naar Ziggo.</li>
</ul>
<p>Waarschijnlijk zit er een vage marketing gedachte achter of iets dergelijks, maar we komen in ieder geval op de volgende conclusie:</p>
<ul>
<li>POP werkt niet meer vanaf een kabelverbinding</li>
<li>men moet webmail gebruiken om mail te checken</li>
<li>geen forwarding van mail mogelijk</li>
<li>mailadres wordt niet gemigreerd naar Ziggo (ook niet op verzoek)</li>
</ul>
<p>Blijkbaar wordt het je gewoon lastig gemaakt om nog normaal gebruik te maken van het e-mailaccount. De meeste mensen hebben een goede spamfilter in hun POP-client zitten en willen niet spam handmatig verwijderen. Een oplossing zou zijn om de mail te forwarden naar een adres wat wel POP ondersteund, maar nogmaals, dit is onmogelijk gemaakt. Gezien de resultaten van mijn zoektocht naar een oplossing op het internet hebben erg veel mensen last van <a href="http://ziggo-gebruikers.nl/forum/showthread.php?t=13211">dit</a> probleem.</p>
<p>Okay, dan komen we het op het volgende punt. Volgens de helpdesk is het mijn probleem. Nou ja, mijn problemen los ik graag op. Op het moment heb ik twee oplossingen (of hacks, workarounds, of hoe je het ook wilt noemen) gevonden. Voor de meeste mensen is &#8216;hack 1&#8242; het meest makkelijk om in te stellen en deze zal ik hieronder toelichten. &#8216;Hack 2&#8242; vereist wat meer kennis en inzicht in zaken en zal ik voorlopig ook nog even voor me houden.</p>
<p>De eerste hack is vrij simpel en de hints zijn eigenlijk door de FAQ van Online gegeven. Blijkbaar is het rechtensysteem van hun webmail niet goed beveiligd. Anders gezegd: gebruikersrechten zijn enkel <strong>visueel</strong> beveiligd door simpelweg alleen een linkje weg te halen. Het linkje is nog steeds toegankelijk voor iedereen. Hierdoor is het mogelijk om alsnog een forward in te stellen.</p>
<p>Voer de volgende stappen uit:</p>
<p>- Ga naar http://email2.online.nl/<br />
- Voer uw e-mail en wachtwoord in en login<br />
- Verander de URL naar het volgende: http://email2.online.nl/webmail/nl_NL/mailForward.html<br />
- Stel hier de forward in (in het meest simpele geval selecteert u &#8220;De berichten doorsturen naar een ander e-mailadres&#8221; en vult u een e-mailadres van ontvanger in)<br />
- Klik onderaan de pagina op &#8216;Bevestigen&#8217;</p>
<p>Voila! Uw e-mail wordt nu geforward naar het gewenste POP adres.</p>
<p>Update: oplossing voor nieuwe webmail.<br />
Inmiddels is de webmail weer veranderd en nu is het weer op een normale manier mogelijk de instellingen te veranderen. Nu gaat het als volgt:</p>
<ul>
<li>Ga naar: http://webmail.online.nl/ en login</li>
<li>Ga in het menu naar: Voorkeuren -&gt; E-mail filters</li>
<li>Vul hier het volgende in:</li>
<li>Filternaam: doorsturen</li>
<li>Als aan willekeurige volgende voorwaarden is voldaan:</li>
<li>Aan komt overeen met wildcard-conditie: *</li>
<li>Voor de volgende handelingen uit:</li>
<li>Doorsturen naar: (vul hier een e-mail adres waarbij je wel POP toegang hebt)</li>
<li>Geen extra filters verwerken aangevinkt</li>
<li>Sla de filter op</li>
</ul>
<p><sub>Update 1: Overigens, mocht u IT-medewerker van Online zijn en dit bericht lezen, ik ben best bereid om uit te leggen op welke punten uw webmail verbeterd kan worden.<br />
Update 2: Inmiddels is de webmail verbeterd, good job! <img src='http://blog.melvinrook.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </sub></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melvinrook.nl/2008/11/14/wanadoo-free-emailaccounts-werken-niet-meer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

