<?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>O tym jak internet popsułem… &#187; postfix</title>
	<atom:link href="http://www.arabek.net/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arabek.net</link>
	<description>i inne bajki.</description>
	<lastBuildDate>Fri, 30 Dec 2011 08:46:58 +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>Postfix &#8211; virtual maps</title>
		<link>http://www.arabek.net/postfix-virtual-maps/</link>
		<comments>http://www.arabek.net/postfix-virtual-maps/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 14:28:21 +0000</pubDate>
		<dc:creator>arab</dc:creator>
				<category><![CDATA[Wpisy]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.arabek.net/?p=177</guid>
		<description><![CDATA[I znowu zjadłem zęby na pytaniu: „czemu nie działa”: $ cat /etc/postfix/virtual konto@jakas.domena.pl konto OK, niby wszystko w pąsiu? Nie! First off: $ postmap /etc/postfix/virtual Prawie w domu… $ grep virtual /etc/postfix/main.cf virtual_alias_domains = jakas.domena.pl virtual_alias_maps = hash:/etc/postfix/virtual $ grep &#8230; <a href="http://www.arabek.net/postfix-virtual-maps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I znowu zjadłem zęby na pytaniu: „czemu nie działa”: </p>
<p><code>$ cat /etc/postfix/virtual<br />
konto@jakas.domena.pl konto </code></p>
<p>OK, niby wszystko w pąsiu? Nie! </p>
<p>First off:<br />
<code>$ postmap /etc/postfix/virtual </code></p>
<p>Prawie w domu… </p>
<p><code>$ grep virtual /etc/postfix/main.cf<br />
virtual_alias_domains = jakas.domena.pl<br />
virtual_alias_maps = hash:/etc/postfix/virtual </p>
<p>$ grep permit_sasl /etc/postfix/main.cf<br />
smtpd_recipient_restrictions = permit_sasl_authenticated, (…) </code></p>
<p>Fkorz:<br />
<code>$ /etc/init.d/saslauthd restart </code><br />
A potem fkorz:<br />
<code>$ /etc/init.d/posfix reload </code></p>
<p>No, działa… w końcu…</p>
<p>Do poczytania:<br />
<a href="http://www.postfix.org/VIRTUAL_README.html">http://www.postfix.org/VIRTUAL_README.html</a><br />
Oczywiście o SASL tam nic nie ma… Na szczęście pamiętałem, że czegoś może w smtpd_recipient_restrictions brakować.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arabek.net/postfix-virtual-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix &#8211; the horrrrrrrorrrrrrrr!</title>
		<link>http://www.arabek.net/postfix-the-horrrrrrrorrrrrrrr/</link>
		<comments>http://www.arabek.net/postfix-the-horrrrrrrorrrrrrrr/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:16:58 +0000</pubDate>
		<dc:creator>arab</dc:creator>
				<category><![CDATA[Wpisy]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sasl]]></category>

		<guid isPermaLink="false">http://www.arabek.net/?p=97</guid>
		<description><![CDATA[Wszystko pięknie w/g konfiguracji: http://www.howtoforge.com/perfect_setup_debian_etch_p5 Efekt? Nie działa. Ehhh, Debian&#8230; May 19 13:11:14 (hidden) postfix/smtpd[6073]: connect from (hidden) May 19 13:11:14 (hidden) postfix/smtpd[6073]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied May 19 13:11:14 (hidden) postfix/smtpd[6073]: warning: &#8230; <a href="http://www.arabek.net/postfix-the-horrrrrrrorrrrrrrr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wszystko pięknie w/g konfiguracji:</p>
<p><a href="http://www.howtoforge.com/perfect_setup_debian_etch_p5">http://www.howtoforge.com/perfect_setup_debian_etch_p5</a></p>
<p>Efekt? Nie działa. Ehhh, Debian&#8230;</p>
<p><code>May 19 13:11:14 (hidden) postfix/smtpd[6073]: connect from (hidden)<br />
May 19 13:11:14 (hidden) postfix/smtpd[6073]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied<br />
May 19 13:11:14 (hidden) postfix/smtpd[6073]: warning: (hidden): SASL LOGIN authentication failed: generic failure<br />
May 19 13:11:14 (hidden) postfix/smtpd[6073]: lost connection after AUTH from (hidden)</code></p>
<p>Rozwiązanie:<br />
<a href="http://linux.derkeiler.com/Mailing-Lists/Debian/2004-06/2122.html">http://linux.derkeiler.com/Mailing-Lists/Debian/2004-06/2122.html</a></p>
<p>Ufff. Chociaż i tak szybciej niż qmailem&#8230; (wzdech).</p>
<p>P.S. Postraffiam fsistkich debianofcóf :P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arabek.net/postfix-the-horrrrrrrorrrrrrrr/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 314/314 objects using disk: basic
Content Delivery Network via www.arabek.net

Served from: www.arabek.net @ 2012-02-07 04:52:28 -->
