<?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>Coretanium &#187; Postfix</title>
	<atom:link href="http://www.coretanium.net/category/postfix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coretanium.net</link>
	<description>tech blah blah</description>
	<lastBuildDate>Tue, 29 Jun 2010 15:39:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Postfix maximum email size</title>
		<link>http://www.coretanium.net/postfix-maximum-email-size</link>
		<comments>http://www.coretanium.net/postfix-maximum-email-size#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.coretanium.net/?p=360</guid>
		<description><![CDATA[The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;
message_size_limit = 20480000
The above is roughly 20MB and is more than enough on a typical server.
]]></description>
			<content:encoded><![CDATA[<p>The default &#8220;message_size_limit&#8221; is set to 10240000 bytes which is approximately 10MB. To change it, add/modify the message_size_limit line in your main.cf to;</p>
<p><code>message_size_limit = 20480000</code></p>
<p>The above is roughly 20MB and is more than enough on a typical server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-maximum-email-size/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied</title>
		<link>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied</link>
		<comments>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/</guid>
		<description><![CDATA[Check the OPTIONS directive in /etc/default/saslauthd and set it to within your postfix chroot.
OPTIONS=&#8221;-c -r -m /var/spool/postfix/var/run/saslauthd&#8221;
Then run;
dpkg-statoverride &#8211;add root sasl 710 /var/spool/postfix/var/run/saslauthd
adduser postfix sasl
Restart both postfix and saslauthd for the changes to take effect.
]]></description>
			<content:encoded><![CDATA[<p>Check the OPTIONS directive in /etc/default/saslauthd and set it to within your postfix chroot.</p>
<p>OPTIONS=&#8221;-c -r -m /var/spool/postfix/var/run/saslauthd&#8221;</p>
<p>Then run;</p>
<p>dpkg-statoverride &#8211;add root sasl 710 /var/spool/postfix/var/run/saslauthd</p>
<p>adduser postfix sasl</p>
<p>Restart both postfix and saslauthd for the changes to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/warning-sasl-authentication-failure-cannot-connect-to-saslauthd-server-permission-denied/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix: delete all MAILER-DAEMON mails</title>
		<link>http://www.coretanium.net/postfix-delete-all-mailer-daemon-mails</link>
		<comments>http://www.coretanium.net/postfix-delete-all-mailer-daemon-mails#comments</comments>
		<pubDate>Tue, 24 Feb 2009 01:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.xnetcore.com/postfix-delete-all-mailer-daemon-mails/</guid>
		<description><![CDATA[
mailq &#124; grep MAILER-DAEMON &#124; awk '{print $1}' &#124; tr -d '*' &#124; postsuper -d —

Or


mailq &#124; tail +2 &#124; awk  'BEGIN { RS = "" } / MAILER-DAEMON/ { print $1}'&#124;postsuper -d —

]]></description>
			<content:encoded><![CDATA[<pre lang="bash">

mailq | grep MAILER-DAEMON | awk '{print $1}' | tr -d '*' | postsuper -d —
</pre>
<p>Or</p>
<pre lang="bash">

mailq | tail +2 | awk  'BEGIN { RS = "" } / MAILER-DAEMON/ { print $1}'|postsuper -d —
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-delete-all-mailer-daemon-mails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix warning: connect to private/anvil: Connection refused</title>
		<link>http://www.coretanium.net/postfix-warning-connect-to-privateanvil-connection-refused</link>
		<comments>http://www.coretanium.net/postfix-warning-connect-to-privateanvil-connection-refused#comments</comments>
		<pubDate>Wed, 17 Dec 2008 16:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://blog.coretanium.net/?p=112</guid>
		<description><![CDATA[Did a postfix upgrade recently?
sh /etc/postfix/post-install upgrade-configuration
]]></description>
			<content:encoded><![CDATA[<p>Did a postfix upgrade recently?</p>
<p>sh /etc/postfix/post-install upgrade-configuration</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coretanium.net/postfix-warning-connect-to-privateanvil-connection-refused/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
