<?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>CBlog - Kommentare</title>
    <link>https://blog.cboltz.de/</link>
    <description>CBlog - </description>
    <dc:language>de</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Thu, 01 Jan 1970 00:00:00 GMT</pubDate>

    <image>
    <url>https://blog.cboltz.de/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: CBlog - Kommentare - CBlog - </title>
    <link>https://blog.cboltz.de/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Christian Boltz: AppArmor 2.12 - The Grinch is confined!</title>
    <link>https://blog.cboltz.de/archives/77-AppArmor-2.12-The-Grinch-is-confined!.html#c614</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/77-AppArmor-2.12-The-Grinch-is-confined!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=77</wfw:comment>

    

    <author>nospam@example.com (Christian Boltz)</author>
    <content:encoded>
    I&#039;d also prefer to be able to redirect &quot;restart&quot; to &quot;reload&quot; - but unfortunately the systemd developers didn&#039;t like the idea to implement an ExecRestart= option for unit files, which makes doing this impossible. I surely won&#039;t complain if you or someone else convinces them to change their opinion, but my hope is... limited.

Without any way to change the &quot;restart&quot; behaviour, &quot;restart&quot; always does &quot;stop, then start&quot; - which results in loosing AppArmor confinement from running processes if &quot;stop&quot; unloads the profiles.

I know and agree that breaking &quot;stop&quot; isn&#039;t a good idea, but it&#039;s still better than the alternative because it errors out on the safe side.

And for the &quot;but who would do that&quot; - I know how it sounds, and it surely includes traces of sarcasm ;-) However, using aa-complain is a much better choice because it allows everything while logging what would be denied. With that log, you can then update the profiles (manually or with aa-logprof) and ideally aa-enforce them again. 
    </content:encoded>

    <pubDate>Thu, 04 Jan 2018 17:17:59 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/77-guid.html#c614</guid>
    
</item>
<item>
    <title>Gianluca Frustagli: AppArmor 2.12 - The Grinch is confined!</title>
    <link>https://blog.cboltz.de/archives/77-AppArmor-2.12-The-Grinch-is-confined!.html#c613</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/77-AppArmor-2.12-The-Grinch-is-confined!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=77</wfw:comment>

    

    <author>nospam@example.com (Gianluca Frustagli)</author>
    <content:encoded>
    Hi,
even considered the existence of the &quot;aa-teardown&quot; command I don&#039;t think this is a good idea both from a &quot;phylosophical&quot; point of view and for the coherence of the systemctl set of commands.
Commands should do what it&#039;s expected they will do and people that use &#039;systemctl&#039; are (or should be) used to administrative tasks, including knowing the difference between &quot;restart&quot; and &quot;reload&quot;. Even the argument &quot;but who would do that?&quot; it&#039;s contraddictory from the simple fact that nobody know why to do &quot;such things&quot; until finding themselves wanting do that.
At most, if the concern is harassing, it can be preferable have &#039;restart&#039; redirected to &#039;reload&#039; but, at the same time, warning the user that, eventually, could choose to run &#039;stop&#039; and then &#039;start&#039;.

This is obviously in my opinion.

Thanks for your work. 
    </content:encoded>

    <pubDate>Thu, 04 Jan 2018 15:37:40 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/77-guid.html#c613</guid>
    
</item>
<item>
    <title>Andreas: PostfixAdmin 3.0.2</title>
    <link>https://blog.cboltz.de/archives/75-PostfixAdmin-3.0.2.html#c600</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/75-PostfixAdmin-3.0.2.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=75</wfw:comment>

    

    <author>nospam@example.com (Andreas)</author>
    <content:encoded>
    Thanks for making and maintaining this great piece of software! 
    </content:encoded>

    <pubDate>Thu, 09 Feb 2017 08:43:30 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/75-guid.html#c600</guid>
    
</item>
<item>
    <title>Christian Boltz: PostfixAdmin 3.0</title>
    <link>https://blog.cboltz.de/archives/72-PostfixAdmin-3.0.html#c597</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/72-PostfixAdmin-3.0.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=72</wfw:comment>

    

    <author>nospam@example.com (Christian Boltz)</author>
    <content:encoded>
    The *Handler classes basically map between database and user interface (read and write mode, including error checking etc.). Nobody forces you to actually display the results, so &quot;no ui&quot; (and only using the results in the code) isn&#039;t a problem.

Note: I only had a quick look at your code (and it&#039;s not too readable in the diff mode in your link), so I won&#039;t comment on your code ;-) 
    </content:encoded>

    <pubDate>Sun, 13 Nov 2016 20:32:29 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/72-guid.html#c597</guid>
    
</item>
<item>
    <title>Oliver : PostfixAdmin 3.0</title>
    <link>https://blog.cboltz.de/archives/72-PostfixAdmin-3.0.html#c596</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/72-PostfixAdmin-3.0.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=72</wfw:comment>

    

    <author>nospam@example.com (Oliver )</author>
    <content:encoded>
    Hi Christian

First of all, thanks for postfixadmin.
I am just adding some functionality but could need some help as my php skills are not that great (i am java programmer).
Could you answer me: the PFAHandler class, is this for mapping db fields ? Can i use this also for just model logic (no ui) ? 
Maybe you can tell me if this is totally wrong and PFAHandler does not handle that or is not designed for that, or if this is the way to go:
https://gitlab.com/olze/PostfixAdmin/commit/c56eaf9eac8ff0b63782fef93927eb8275d9e5d7

thanks! 
    </content:encoded>

    <pubDate>Sat, 12 Nov 2016 10:04:37 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/72-guid.html#c596</guid>
    
</item>
<item>
    <title>victorhck: Jeopardy!</title>
    <link>https://blog.cboltz.de/archives/71-Jeopardy!.html#c592</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/71-Jeopardy!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=71</wfw:comment>

    

    <author>nospam@example.com (victorhck)</author>
    <content:encoded>
    yes! send me that, and I&#039;ll check it out! ;)

Thanks in advance! :) 
    </content:encoded>

    <pubDate>Sun, 17 Jul 2016 14:10:05 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/71-guid.html#c592</guid>
    
</item>
<item>
    <title>Christian Boltz: Jeopardy!</title>
    <link>https://blog.cboltz.de/archives/71-Jeopardy!.html#c591</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/71-Jeopardy!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=71</wfw:comment>

    

    <author>nospam@example.com (Christian Boltz)</author>
    <content:encoded>
    I&#039;m not sure if someone took photos ;-)

Yes, you can download it and run it locally (even offline) - but I should probably mention that I only put the &quot;technical&quot; part on github, but not the JSON files with the answers and questions (I want to be able to &quot;recycle&quot; them at another event) - but if you want them, I can send you a tarball ;-) 
    </content:encoded>

    <pubDate>Thu, 14 Jul 2016 00:45:55 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/71-guid.html#c591</guid>
    
</item>
<item>
    <title>victorhck: Jeopardy!</title>
    <link>https://blog.cboltz.de/archives/71-Jeopardy!.html#c590</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/71-Jeopardy!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=71</wfw:comment>

    

    <author>nospam@example.com (victorhck)</author>
    <content:encoded>
    Hi !

Would be great to see some pics from OSC&#039;16 playin this :)
Downloading the package I can run in my PC localy and have a lot of fun?? 

thanks for sharing! :) 
    </content:encoded>

    <pubDate>Wed, 13 Jul 2016 23:27:10 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/71-guid.html#c590</guid>
    
</item>
<item>
    <title>Sascha: 1001 Bugs - oder: die goldenen Regeln für schlechte Programmierung</title>
    <link>https://blog.cboltz.de/archives/64-1001-Bugs-oder-die-goldenen-Regeln-fuer-schlechte-Programmierung.html#c585</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/64-1001-Bugs-oder-die-goldenen-Regeln-fuer-schlechte-Programmierung.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=64</wfw:comment>

    

    <author>nospam@example.com (Sascha)</author>
    <content:encoded>
    Eine sehr gute Idee, das Ganze von der anderen Seite zu betrachten (von der Seite der schlechten Programmierer :) )
Besonders interessant fand ich &quot;Finde neue Wege, um ein Programm langsam zu machen&quot; und &quot;Mach Deinen Code niemals wiederverwendbar&quot;. Leider scheinen diese Tipps viele zu wörtlich zu nehmen :)

Auch ich habe mir hierzu Gedanken gemacht und dies hier verfasst: http://www.yuhiro.de/gute-programmierer-versus-schlechte-programmierer/ Ist einfach gehalten.

Hoffen wir mal das sich Programmierer diese PDF Datei näher anschauen und daraus ein oder zwei Dinge mitnehmen.

Danke nochmals für die PDF. 
    </content:encoded>

    <pubDate>Fri, 22 May 2015 21:30:17 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/64-guid.html#c585</guid>
    
</item>
<item>
    <title>Christian Boltz: Releases!</title>
    <link>https://blog.cboltz.de/archives/58-Releases!.html#c258</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/58-Releases!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=58</wfw:comment>

    

    <author>nospam@example.com (Christian Boltz)</author>
    <content:encoded>
    Sourceforge hat auf der &quot;Files&quot;-Seite jedes Projekts einen RSS-Feed im Angebot (rechts über der Dateiliste).

Für PostfixAdmin ist das http://sourceforge.net/api/file/index/project-id/191583/mtime/desc/limit/20/rss 
    </content:encoded>

    <pubDate>Mon, 29 Aug 2011 16:44:07 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/58-guid.html#c258</guid>
    
</item>
<item>
    <title>prego: Releases!</title>
    <link>https://blog.cboltz.de/archives/58-Releases!.html#c257</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/58-Releases!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=58</wfw:comment>

    

    <author>nospam@example.com (prego)</author>
    <content:encoded>
    Gibt es fuer postfixadmin eigentlich irgendeine release Mailingliste oder Website die ich per RSS abbonieren kann, Twitteraccount etc. um automatisch ueber Updates Informiert zu bleiben? 
    </content:encoded>

    <pubDate>Mon, 29 Aug 2011 10:54:23 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/58-guid.html#c257</guid>
    
</item>
<item>
    <title>Kaktustier: Die BESTEN der BESTEN der BESTEN, SIR! </title>
    <link>https://blog.cboltz.de/archives/61-Die-BESTEN-der-BESTEN-der-BESTEN,-SIR!.html#c228</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/61-Die-BESTEN-der-BESTEN-der-BESTEN,-SIR!.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=61</wfw:comment>

    

    <author>nospam@example.com (Kaktustier)</author>
    <content:encoded>
    Nimm die Fußzeile weg, dann stimmt&#039;s ^^ 
    </content:encoded>

    <pubDate>Mon, 01 Aug 2011 01:57:32 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/61-guid.html#c228</guid>
    
</item>
<item>
    <title>Fred: Migration von Plesk/Qmail zu Postfix/MySQL</title>
    <link>https://blog.cboltz.de/archives/35-Migration-von-PleskQmail-zu-PostfixMySQL.html#c146</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/35-Migration-von-PleskQmail-zu-PostfixMySQL.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=35</wfw:comment>

    

    <author>nospam@example.com (Fred)</author>
    <content:encoded>
    Hier gibt es auch noch eine gute Anleitung für MySQL Concat http://pr11.de/mysql-concat-beispiel-anleitung.html 
    </content:encoded>

    <pubDate>Tue, 15 Feb 2011 09:56:37 +0100</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/35-guid.html#c146</guid>
    
</item>
<item>
    <title>Cedric Bosdonnat: Keysigning made easy</title>
    <link>https://blog.cboltz.de/archives/57-Keysigning-made-easy.html#c140</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/57-Keysigning-made-easy.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=57</wfw:comment>

    

    <author>nospam@example.com (Cedric Bosdonnat)</author>
    <content:encoded>
    Many thanks for such a clear sequence for newbies like me ;) I just had to get the postfix working with my ISP SMTP. 
    </content:encoded>

    <pubDate>Tue, 26 Oct 2010 22:27:02 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/57-guid.html#c140</guid>
    
</item>
<item>
    <title>Christian Boltz: Keysigning made easy</title>
    <link>https://blog.cboltz.de/archives/57-Keysigning-made-easy.html#c139</link>
            <category></category>
    
    <comments>https://blog.cboltz.de/archives/57-Keysigning-made-easy.html#comments</comments>
    <wfw:comment>https://blog.cboltz.de/wfwcomment.php?cid=57</wfw:comment>

    

    <author>nospam@example.com (Christian Boltz)</author>
    <content:encoded>
    You&#039;ll have to ask woldcitizen and the packagers in devel:languages:perl about it ;-) 
    </content:encoded>

    <pubDate>Mon, 25 Oct 2010 00:00:46 +0200</pubDate>
    <guid isPermaLink="false">https://blog.cboltz.de/archives/57-guid.html#c139</guid>
    
</item>

</channel>
</rss>
