<?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>tail &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/tail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 20 Feb 2022 13:48:30 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>tail &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Merker: MailCow Postfix Log fortlaufend ausgeben</title>
		<link>https://www.systemtechnics.de/merker-mailcow-postfix-log-fortlaufend-ausgeben/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 20 Feb 2022 13:40:31 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[Mailknecht]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[logfile]]></category>
		<category><![CDATA[mailcow]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[tail]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3242</guid>

					<description><![CDATA[Um das Postfix Maillog einer MailCow Docker installation fortlaufend ausgeben zu können kann folgender Befehl verwendet werden:(Ich gehe mal davon [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Um das Postfix Maillog einer MailCow Docker installation fortlaufend ausgeben zu können kann folgender Befehl verwendet werden:<br />(Ich gehe mal davon aus, dass MailCow unter <em>/opt/mailcow-dockerized</em> installiert ist)</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">cd /opt/mailcow-dockerized &amp;&amp; /usr/local/bin/docker-compose logs --tail=10 -f postfix-mailcow</pre>



<p>Am einfachsten nutzt man diesen über einen Alias um es schnell zur Hand zu haben.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">alias mlt='cd /opt/mailcow-dockerized &amp;&amp; /usr/local/bin/docker-compose logs --tail=10 -f postfix-mailcow'</pre>



<p>Möchte man das Log im Nachgang durchforsten, so kann man natürlich die GUI von MailCow verwenden.</p>
<p>Konfiguration -&gt; Systeminformation -&gt; Protokolle -&gt; Postfix.</p>
<p>Dort lässt es sich auch noch gut nach Schlagworten filtern</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="734" src="https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-1024x734.png" alt="" class="wp-image-3245" srcset="https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-1024x734.png 1024w, https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-300x215.png 300w, https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-768x550.png 768w, https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-1536x1101.png 1536w, https://www.systemtechnics.de/wp-content/uploads/MailCow-Postfix-Gui-2048x1468.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
