<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>codeschmie.de</title>
    <link>http://codeschmie.de/</link>
    <description>Something wicked this way comes.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://codeschmie.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: codeschmie.de - Something wicked this way comes.</title>
        <link>http://codeschmie.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Das Ende einer Ära</title>
    <link>http://codeschmie.de/archives/318-Das-Ende-einer-AEra.html</link>
            <category>Studium</category>
    
    <comments>http://codeschmie.de/archives/318-Das-Ende-einer-AEra.html#comments</comments>
    <wfw:comment>http://codeschmie.de/wfwcomment.php?cid=318</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://codeschmie.de/rss.php?version=2.0&amp;type=comments&amp;cid=318</wfw:commentRss>
    

    <author>nospam@example.com (fa)</author>
    <content:encoded>
    Angefangen hab ich dieses Blog (oder diesen, wie man mag) wohl im Dezember 2004, da war ich noch relativ frisch im Studium. Aus der Beschreibung vom Leben eines Infostudenten wurde ein gemischtes Allerlei. Einige Jahre später bin ich dann auch mal fertig, das Diplom ist abgeholt, der CIP-Shell-Account aufgeräumt und grad hab ich meinen Mailaccount ausgeleert. &lt;br /&gt;
&lt;br /&gt;
Das war im übrigen nicht ganz trivial. Neue Shell nach der ersten Zeile, dann die Passwörter in .pass-local und .pass-remote schreiben und ab gehts. Die letzte Zeile ist für Thunderbird oder dovecot, einer von beiden schnallt keine Unterordner, die nicht selber angelegt wurden.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-L&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;8143&lt;/span&gt;:imap.remote:&lt;span style=&quot;color: #000000;&quot;&gt;143&lt;/span&gt; user&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;shell.remote&lt;br /&gt;imapsync &lt;span style=&quot;color: #660033;&quot;&gt;--host1&lt;/span&gt; localhost &lt;span style=&quot;color: #660033;&quot;&gt;--user1&lt;/span&gt; user &lt;span style=&quot;color: #660033;&quot;&gt;--port1&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;8143&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--passfile1&lt;/span&gt; .pass-remote &lt;span style=&quot;color: #660033;&quot;&gt;--host2&lt;/span&gt; localhost &lt;span style=&quot;color: #660033;&quot;&gt;--user2&lt;/span&gt; localuser &lt;span style=&quot;color: #660033;&quot;&gt;--prefix2&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;INBOX.Uni.&#039;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--passfile2&lt;/span&gt; .pass-local &lt;span style=&quot;color: #660033;&quot;&gt;--noauthmd5&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--exclude&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;^INBOX.spambox&#039;&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;tee&lt;/span&gt; out.txt&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;find&lt;/span&gt; Maildir &lt;span style=&quot;color: #660033;&quot;&gt;-type&lt;/span&gt; d &lt;span style=&quot;color: #660033;&quot;&gt;-name&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;*Uni*&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-v&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/cur&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-v&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/tmp&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-v&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/new&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sed&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;s:Maildir/\.::&#039;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt; Maildir&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;subscriptions&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Bleibt nur noch die Frage, was jetzt draus wird.  
    </content:encoded>

    <pubDate>Tue, 18 May 2010 21:37:37 +0200</pubDate>
    <guid isPermaLink="false">http://codeschmie.de/archives/318-guid.html</guid>
    <category>imap</category>
<category>imapsync</category>
<category>lmu</category>
<category>mail</category>
<category>shell</category>
<category>uni</category>

</item>

</channel>
</rss>