<?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>SousGarden s.r.o.</title>
	<atom:link href="http://www.sousgarden.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sousgarden.com</link>
	<description>Ein neues WordPress-Weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 13:14:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Write array or var_dump to file</title>
		<link>http://www.sousgarden.com/2010/02/03/write-array-or-var_dump-to-file/</link>
		<comments>http://www.sousgarden.com/2010/02/03/write-array-or-var_dump-to-file/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=436</guid>
		<description><![CDATA[Sometimes it happen you need to get a array to a file in PHP. For example if you use REST or JSON and need to get the server requests. One way to write the request in to a log or file. To do so, you can write a function which read the array and write [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2010/02/03/write-array-or-var_dump-to-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix sendig error</title>
		<link>http://www.sousgarden.com/2010/01/26/postfix-sendig-error/</link>
		<comments>http://www.sousgarden.com/2010/01/26/postfix-sendig-error/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=427</guid>
		<description><![CDATA[I installed once my home server new, with postfix as satelite system and got always one error. While sending mails with attachment the log file show following error: delivery temporarily suspended: lost connection with while receiving the initial server greeting The reason was my mistake. I didn&#8217;t see, that inet_interfaces was set to loopback-only. The [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2010/01/26/postfix-sendig-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure MySQL with full utf8 support</title>
		<link>http://www.sousgarden.com/2009/11/26/configure-mysql-with-full-utf8-support/</link>
		<comments>http://www.sousgarden.com/2009/11/26/configure-mysql-with-full-utf8-support/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:41:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=414</guid>
		<description><![CDATA[When I start with MySQL and Zend Framework, I wonder why I get different characters when using German &#8216;öäüß&#8217;. Sure this happen with all special characters. Trying around I found the solution. May I create the database in utf8 and also my Zend View and my layout is encoded in utf8, but the mysql connection [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/26/configure-mysql-with-full-utf8-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Server installieren unter Ubuntu 9.10 Server</title>
		<link>http://www.sousgarden.com/2009/11/16/zend-server-installieren-unter-ubuntu-9-10-server/</link>
		<comments>http://www.sousgarden.com/2009/11/16/zend-server-installieren-unter-ubuntu-9-10-server/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:12:56 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=409</guid>
		<description><![CDATA[Zend Server ist ein schönes System, welches ungemein bei der PHP und Zend Framework Applicationsentwicklung hilt. Nur gibt es da leider ein kleines Problem unter Ubuntu 9.10. Versucht man es zu installieren mit aptitude install zend-server-ce-php-5.3 , wie es in der Anleitung steht, erhält man einen Fehler. Ein virtuelles Paket kann nicht installiert, bzw. gefunden [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/16/zend-server-installieren-unter-ubuntu-9-10-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Setup als RelayHost mit SSL/TLS</title>
		<link>http://www.sousgarden.com/2009/11/13/postfix-setup-als-relayhost-mit-ssltls/</link>
		<comments>http://www.sousgarden.com/2009/11/13/postfix-setup-als-relayhost-mit-ssltls/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:27:57 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=396</guid>
		<description><![CDATA[Ich gehe hier von einer funktionierenden Konfiguration des Postfix Server Dienstes aus. Um den Server zum RelayHost zu ändern müssen wir die Konfigurationsdatei /etc/postfix/main.cf anpassen: relayhost = [my.relay.host] # [] verhindern ein dns lookup. So sollte kein mx record existieren # klappt es trotzdem smtp_use_tls = yes smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth smtp_sasl_security_options = [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/13/postfix-setup-als-relayhost-mit-ssltls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot mit Sieve und ManageSieve support</title>
		<link>http://www.sousgarden.com/2009/11/13/dovecot-mit-sieve-und-managesieve-support-unter-ubuntu-8-04/</link>
		<comments>http://www.sousgarden.com/2009/11/13/dovecot-mit-sieve-und-managesieve-support-unter-ubuntu-8-04/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:03:05 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=317</guid>
		<description><![CDATA[Da sich leider unter Ubuntu 8.04 nur die dovecot 1.0 version über die Ubuntu Repositories installieren lässt, und diese auch kein Managesieve support haben, müssen wir leider uns eine eigene Version erstellen. Im Moment ist die Dovecot Version 1.2.6 aktuell, welche einige Vorteile gegenüber der 1.0 mit sich bringt. So ist z.B. das Plugin autocreate [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/13/dovecot-mit-sieve-und-managesieve-support-unter-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Achtung bei packet resolvconf</title>
		<link>http://www.sousgarden.com/2009/11/12/ubuntu-achtung-bei-packet-resolconf/</link>
		<comments>http://www.sousgarden.com/2009/11/12/ubuntu-achtung-bei-packet-resolconf/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:45:32 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=319</guid>
		<description><![CDATA[Vor kurzen hatte ein Freund mit Hylafax experimentiert. Dabei installierte er das paket &#8220;resolvconf&#8221;, da es nach der installation von Hylafax vorgeschlagen wurde. Erst nach einiger zeit merkte er dass sein server keine Domain Namen mehr auflößte. Als ich auf das System schaute, war seine /etc/resolv.conf leer und mit folgedem Vermerk versehen: # Dynamic resolv.conf(5) [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/12/ubuntu-achtung-bei-packet-resolconf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetchmail problem beim gleichen Benutzern</title>
		<link>http://www.sousgarden.com/2009/11/12/fetchmail-problem-beim-gleichen-benutzern/</link>
		<comments>http://www.sousgarden.com/2009/11/12/fetchmail-problem-beim-gleichen-benutzern/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:26:39 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=311</guid>
		<description><![CDATA[Oh man, es hat mich heute fast 4 Stunden gekostet dies heraus zu finden. Benutzt man Fetchmal und hat den selben Benutzer auf beiden Servern, so erhällt man zwangläufig in der mail.log folgendes: postfix/pipe[4721]: 0C9E46F4380: to=, relay=dovecot, delay=0.06, delays=0.02/0.01/0/0.04, dsn=5.4.6, status=bounced (mail forwarding loop for meinUser@domain.de) Dies liegt daran, dass im Header bereits ein delivered-to [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/12/fetchmail-problem-beim-gleichen-benutzern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open-Xchange Installation</title>
		<link>http://www.sousgarden.com/2009/11/09/open-xchange-installation/</link>
		<comments>http://www.sousgarden.com/2009/11/09/open-xchange-installation/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:16:56 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=195</guid>
		<description><![CDATA[Was ist Open-Xchange? Open-Xchange ist eine Workgroup Software der extra Klasse. Die gesamte Software läuft in allen gängigen Browsern, auch im iPhone, und bietet mit allen WEB 2 Standards eine hervorragend leicht zu bedienende und überschaubare Oberfläche. Will man seine Mails, Kontakte und Termine in der Gruppe bzw. Unternehmen proffesionel regeln, so ist man mit [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/11/09/open-xchange-installation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>APEX Port ändern</title>
		<link>http://www.sousgarden.com/2009/05/06/apex-port-andern/</link>
		<comments>http://www.sousgarden.com/2009/05/06/apex-port-andern/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:23:55 +0000</pubDate>
		<dc:creator>tsedeke</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.sousgarden.com/?p=237</guid>
		<description><![CDATA[Meist ist es sinnvoll den standard Port 8080 auf einen anderen Port zu ändern. Dies hat nicht nur mit Sicherheit zu tun, sondern es ist auch sehr hilfreich, wenn später mal eine andere Software installiert wird, die auch vom Hausaus auf Port 8080 konfiguriert ist. Diese würden dann schon bei der Installation, bzw. beim ersten [...]]]></description>
		<wfw:commentRss>http://www.sousgarden.com/2009/05/06/apex-port-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
