<?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; Spamassassin</title>
	<atom:link href="http://hiropo.co.uk/archives/category/spamassassin/feed" rel="self" type="application/rss+xml" />
	<link>http://hiropo.co.uk</link>
	<description>Web系エンジニアの適当なブログです。どうでも酔いものばかり作ってます。</description>
	<lastBuildDate>Mon, 06 Feb 2012 05:45:41 +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>Spamassassin が動いてない</title>
		<link>http://hiropo.co.uk/archives/477</link>
		<comments>http://hiropo.co.uk/archives/477#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:27:11 +0000</pubDate>
		<dc:creator>hirohi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Spamassassin]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=477</guid>
		<description><![CDATA[スパムメールが増えたのかなんなのか、ウチのサーバのログが暴れだしたので、ちょこっと調べてみることにした。 host spamc[9130]: connect to spamd on 127.0.0.1 failed, r &#8230; <a href="http://hiropo.co.uk/archives/477">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>スパムメールが増えたのかなんなのか、ウチのサーバのログが暴れだしたので、ちょこっと調べてみることにした。</p>
<pre>
host spamc[9130]: connect to spamd on 127.0.0.1 failed, retrying (#1 of 3): Connection refused
host spamc[9130]: connect to spamd on 127.0.0.1 failed, retrying (#2 of 3): Connection refused
host spamc[9130]: connect to spamd on 127.0.0.1 failed, retrying (#3 of 3): Connection refused
</pre>
<p>このようなログがけっこう前からあった。どうも Spamassassin が動いていないようだ。<br />
リブートしてみようと思い下記のコマンドを実行</p>
<pre>
[root@host]~# /etc/init.d/spamassassin start
spamd を起動中: child process [14793] exited or timed out without signaling production of a PID file: exit 255 at /usr/bin/spamd line 2588.
</pre>
<p>なんだか調べていったら下記のページにたどり着いた。<br />
<a href="http://www.komine.biz/modules/d3forum/index.php?topic_id=34">http://www.komine.biz/modules/d3forum/index.php?topic_id=34</a><br />
<a href="http://www.komine.biz/modules/d3forum/index.php?topic_id=34">http://www.gossamer-threads.com/lists/spamassassin/users/151177?page=last</a></p>
<p>そこでは、</p>
<blockquote><p>
Hi<br />
Just found the solution: Run the command &#8216;sa-update&#8217;<br />
Note: Found the hint, after I tried to run spamd without &#8216;&#8211;daemonize&#8217;<br />
Hope this works also for others!
</p></blockquote>
<p>と書いてあるので、下記コマンドを実行後、改めてSpamassassin を起動してみた。</p>
<pre>
[root@host]~# sa-update
[root@host]~# /etc/rc.d/init.d/spamassassin start
spamd を起動中:                                            [  OK  ]
</pre>
<p>おぉ、無事に起動した！あとはこれで様子見である。</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/477/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

