<?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>おじさんの備忘録-番外編- &#187; Dovecot</title>
	<atom:link href="http://www.dxcode.com/archives/tag/dovecot/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dxcode.com</link>
	<description>個人的なメモ書き</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:57:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>受信メールサーバ Dovecot</title>
		<link>http://www.dxcode.com/archives/2008/050375.html</link>
		<comments>http://www.dxcode.com/archives/2008/050375.html#comments</comments>
		<pubDate>Sat, 03 May 2008 14:25:15 +0000</pubDate>
		<dc:creator>kecha</dc:creator>
				<category><![CDATA[CentOS5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Dovecot]]></category>

		<guid isPermaLink="false">http://www.dxcode.com/?p=135</guid>
		<description><![CDATA[CentOS5.1にPostfix + Dovecotでメールサーバを組み込んだもののメールの受信だけがどうしても出来なかった。 原因は当方の環境が64ビット版(x86_64)なので32ビット版ではなかった設定が1つ増え [...]]]></description>
			<content:encoded><![CDATA[<p>CentOS5.1にPostfix + Dovecotでメールサーバを組み込んだもののメールの受信だけがどうしても出来なかった。<br />
原因は当方の環境が64ビット版(x86_64)なので32ビット版ではなかった設定が1つ増えていた事を忘れていただけでした。</p>
<p>/etc/dovecot.conf 142行目に下記1行を追加</p>
<blockquote><p>#login_process_size = 32<br />
login_process_size = 64</p></blockquote>
<p>そう言えば前回もこれに嵌り頭を抱えていた・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dxcode.com/archives/2008/050375.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

