<?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>Stephan&#039;s Blog &#187; Mail</title>
	<atom:link href="http://www.arlt.eu/blog/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arlt.eu/blog</link>
	<description>Life in Technicolor.</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fehler bei der Synchronisierung einiger Löschungen</title>
		<link>http://www.arlt.eu/blog/2011/07/19/fehler-bei-der-synchronisierung-einiger-loschungen/</link>
		<comments>http://www.arlt.eu/blog/2011/07/19/fehler-bei-der-synchronisierung-einiger-loschungen/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Fehler]]></category>
		<category><![CDATA[Kommunikation]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Synchronisation]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=409</guid>
		<description><![CDATA[Das Zusammenspiel von Office 365 und Outlook 2010 funktioniert noch nicht 100%ig. Nach dem Löschen von Elementen in Outlook 2010 (Mails, Kontakte etc.) wird im Ordner Synchronisierungsprobleme (Sync Issues) die folgende Fehlermeldung erzeugt: Fehler bei der Synchronisierung einiger Löschungen. bzw. Synchronization of some deletions failed. Die Synchronisierung selbst funktioniert fehlerfrei. Das Problem wird schon seit [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-413" title="Office 365" src="http://www.arlt.eu/blog/wp-content/uploads/2011/07/office365.jpg" alt="" width="170" height="170" /> Das Zusammenspiel von Office 365 und Outlook 2010 funktioniert noch nicht 100%ig. Nach dem Löschen von Elementen in Outlook 2010 (Mails, Kontakte etc.) wird im Ordner <strong>Synchronisierungsprobleme</strong> (<strong>Sync Issues</strong>) die folgende Fehlermeldung erzeugt: <strong>Fehler bei der Synchronisierung einiger Löschungen.</strong> bzw. <strong>Synchronization of some deletions failed.</strong></p>
<p>Die Synchronisierung selbst funktioniert fehlerfrei. Das Problem wird schon seit langer Zeit in verschiedenen Microsoft-Foren diskutiert, z.B. <a href="http://community.office365.com/de-de/f/118/t/3549.aspx">hier</a>. Der Workaround, <strong>EnableConflictLogging</strong> in der Registry auf <strong>0</strong> zu setzen, funktioniert nicht. Immerhin bestätigte mir der Support von Office 365, dass der Fehler bekannt sei:</p>
<blockquote><p>Bezüglich Ihrer Serviceanfrage 1157274502 habe ich folgende Informationen für Sie.<br />
Das Problem mit der Outlook ist bei Design. Ich habe es selber getestet und ich bekomme die selben Fehlermeldungen wie Sie. Andere Kollegen von mir, bei reproduzieren, haben das gleichen Problem. Microsoft arbeitet an das Problem zu beseitigen. Wenn Sie möchten Sie können gerne die Abteilung, die sich mit Officepacket beschäftigen, zu kontaktieren.</p></blockquote>
<p>Der einzig funktionierende Workaround ist also, bis zur Problembeseitigung Outlook 2007 einzusetzen. Dort tritt dieses Problem nämlich nicht auf.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2011/07/19/fehler-bei-der-synchronisierung-einiger-loschungen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix and MySQL as a Mail Forwarding Service</title>
		<link>http://www.arlt.eu/blog/2009/11/19/postfix-and-mysql-as-a-mail-forwarding-service/</link>
		<comments>http://www.arlt.eu/blog/2009/11/19/postfix-and-mysql-as-a-mail-forwarding-service/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=306</guid>
		<description><![CDATA[The Postfix mail transfer agent (MTA) provides optional lookup tables that alias specific mail addresses or domains to other local or remote addresses. In the main.cf configuration file of Postfix you can define a lookup table (a mapping file) by using the virtual_alias_maps keyword: 1 virtual_alias_maps = hash:/etc/postfix/virtual In the assigned mapping file (e.g. virtual) [...]]]></description>
			<content:encoded><![CDATA[<p>The Postfix mail transfer agent (MTA) provides optional lookup tables that alias specific mail addresses or domains to other local or remote addresses. In the <code>main.cf</code> configuration file of Postfix you can define a lookup table (a mapping file) by using the <code>virtual_alias_maps</code> keyword:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">virtual_alias_maps = hash:/etc/postfix/virtual</pre></td></tr></table></div>

<p>In the assigned mapping file (e.g. <code>virtual</code>) there is now space to set up the forwarding of a mail address (pattern) to another mail address (result):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">info@example.com webmaster@example.com
mail@example.com webmaster@example.com</pre></td></tr></table></div>

<p>To enable this configuration you have to execute <code>postmap virtual</code> and <code>postfix reload</code>. As you can see here, every time the mapping has changed, somebody must create the hash table and reload the entire MTA using these commands. To avoid this, Postfix supports MySQL mapping. Here the forwarding configuration is not coming from a mapping file anymore but from a MySQL table. Then you&#8217;ll be able to dynamically add, edit or remove forwardings without calling the commands above. In Debian / Ubuntu the <code>postfix-mysql</code> package is required. In the <code>main.cf</code> configuration file the definition of the lookup table (mapping file) changes as follows:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf</pre></td></tr></table></div>

<p>In the assigned mapping file (e.g. <code>mysql-virtual-alias-maps.cf</code>) there is now space to set up the bridge for connecting Postfix and MySQL (using the well-known parameters plus a query):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">user = myuser
password = mypassword
hosts = 127.0.0.1
dbname = mydb
query = SELECT result FROM forwardings WHERE pattern = '%s'</pre></td></tr></table></div>

<p>Last but not least just create the <code>forwardings</code> table in your MySQL database. Adding rows to that table is like adding forwardings in the mapping file above. And again, no reload etc. is required because Postfix queries the forwardings on demand.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">CREATE</span> <span style="color: #993333; font-weight: bold;">TABLE</span> forwardings <span style="color: #66cc66;">&#40;</span>
    pattern <span style="color: #993333; font-weight: bold;">VARCHAR</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">255</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
    <span style="color: #993333; font-weight: bold;">RESULT</span> <span style="color: #993333; font-weight: bold;">VARCHAR</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">255</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #993333; font-weight: bold;">INSERT</span> <span style="color: #993333; font-weight: bold;">INTO</span> forwardings <span style="color: #993333; font-weight: bold;">VALUES</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'info@example.com'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'webmaster@example.com'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">INSERT</span> <span style="color: #993333; font-weight: bold;">INTO</span> forwardings <span style="color: #993333; font-weight: bold;">VALUES</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'mail@example.com'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'webmaster@example.com'</span><span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/11/19/postfix-and-mysql-as-a-mail-forwarding-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

