<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>鉄王 へのコメント</title>
	<atom:link href="http://www.tecking.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tecking.org</link>
	<description>身のまわりの雑事いろいろ。たまに毒吐き。</description>
	<lastBuildDate>Sat, 06 Feb 2010 09:19:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Charinker より XAMPPの『Mercury/32』を使って外部にメールを送る設定（OP25B対応） へのコメント</title>
		<link>http://www.tecking.org/archives/422/comment-page-1#comment-353</link>
		<dc:creator>Charinker</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=422#comment-353</guid>
		<description>助かりました。悪戦苦闘がこの記事で無事、Breakthroughです。
ただ、php.ini の smtp_port=587(その他 Default) でエラーがとれました。
環境：WinVista XAMPP1.7.3 php5.3 
rubyでの構築をあきらめ、phpに方針転換してやっとＯＫです。
これで「問い合わせ」画面が本格開発できます。
大変、ありがとうございます。感謝</description>
		<content:encoded><![CDATA[<p>助かりました。悪戦苦闘がこの記事で無事、Breakthroughです。<br />
ただ、php.ini の smtp_port=587(その他 Default) でエラーがとれました。<br />
環境：WinVista XAMPP1.7.3 php5.3<br />
rubyでの構築をあきらめ、phpに方針転換してやっとＯＫです。<br />
これで「問い合わせ」画面が本格開発できます。<br />
大変、ありがとうございます。感謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>tecking より XAMPPの『Mercury/32』を使って外部にメールを送る設定（OP25B対応） へのコメント</title>
		<link>http://www.tecking.org/archives/422/comment-page-1#comment-352</link>
		<dc:creator>tecking</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=422#comment-352</guid>
		<description>naさん

たいへん詳しいフォロー、ありがとうございます。
わたしも、試行錯誤しながら設定していたので、理屈がわかり参考になりました！</description>
		<content:encoded><![CDATA[<p>naさん</p>
<p>たいへん詳しいフォロー、ありがとうございます。<br />
わたしも、試行錯誤しながら設定していたので、理屈がわかり参考になりました！</p>
]]></content:encoded>
	</item>
	<item>
		<title>na より XAMPPの『Mercury/32』を使って外部にメールを送る設定（OP25B対応） へのコメント</title>
		<link>http://www.tecking.org/archives/422/comment-page-1#comment-351</link>
		<dc:creator>na</dc:creator>
		<pubDate>Thu, 07 Jan 2010 06:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=422#comment-351</guid>
		<description>とても有用な記事だと思いますので、補足させてください。
XAMPP 1.7.3（Windows XP Professional）で話を進めます。

この記事の例のような場合に必要なMercuryは、

Mercury S（PHPスクリプトなどからの要求を待ち受ける）
Mercury C（受け付けたメールをISPに中継する）

の2つです。XAMPP 1.7.3付属のMercuryは「Mercury C」ではなく
「Mercury E」が標準で有効になっていますので、

Configuration → Protocol Modules...

でCを有効にしておきます。（今回の例では、SとCだけに
チェックしておけば十分。）

php.iniについては、デフォルトから特に
設定を変更する必要はありません。php.iniでのsmtp_portは、
Mercury Sの待ち受けポートです。ISP宛てではありませんので、
標準の25番のままで問題ありません。
むしろ、587番に変えたときにはMercury Sの
Listenポートを変更する必要があります。
sendmail_fromも、必ず設定しなくてはいけない
たぐいのものではありません。ただし、
設定の有無によって[mb_]send_mail()に影響します。

次にMercury Sですが、これもデフォルトのままで
動作すると思います。デフォルトでは

Do not permit SMTP relaying of non-local mail

にチェック、

Authenticated SMTP connections may relay mail

が無チェックでした。特に前者はPHPスクリプトを
localで動かすならば、チェックを入れておいたほうが
セキュリティが高まります。

というわけで、事実上Mercury Cの設定が重要です。
長々と失礼いたしました。</description>
		<content:encoded><![CDATA[<p>とても有用な記事だと思いますので、補足させてください。<br />
XAMPP 1.7.3（Windows XP Professional）で話を進めます。</p>
<p>この記事の例のような場合に必要なMercuryは、</p>
<p>Mercury S（PHPスクリプトなどからの要求を待ち受ける）<br />
Mercury C（受け付けたメールをISPに中継する）</p>
<p>の2つです。XAMPP 1.7.3付属のMercuryは「Mercury C」ではなく<br />
「Mercury E」が標準で有効になっていますので、</p>
<p>Configuration → Protocol Modules&#8230;</p>
<p>でCを有効にしておきます。（今回の例では、SとCだけに<br />
チェックしておけば十分。）</p>
<p>php.iniについては、デフォルトから特に<br />
設定を変更する必要はありません。php.iniでのsmtp_portは、<br />
Mercury Sの待ち受けポートです。ISP宛てではありませんので、<br />
標準の25番のままで問題ありません。<br />
むしろ、587番に変えたときにはMercury Sの<br />
Listenポートを変更する必要があります。<br />
sendmail_fromも、必ず設定しなくてはいけない<br />
たぐいのものではありません。ただし、<br />
設定の有無によって[mb_]send_mail()に影響します。</p>
<p>次にMercury Sですが、これもデフォルトのままで<br />
動作すると思います。デフォルトでは</p>
<p>Do not permit SMTP relaying of non-local mail</p>
<p>にチェック、</p>
<p>Authenticated SMTP connections may relay mail</p>
<p>が無チェックでした。特に前者はPHPスクリプトを<br />
localで動かすならば、チェックを入れておいたほうが<br />
セキュリティが高まります。</p>
<p>というわけで、事実上Mercury Cの設定が重要です。<br />
長々と失礼いたしました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>shadowboxの編集を簡単にするプラグイン &#8211; 石本　Web より WordPress &#8211; 画像挿入時〈a〉タグにrel属性とtitle属性も自動的に挿入する へのコメント</title>
		<link>http://www.tecking.org/archives/738/comment-page-1#comment-341</link>
		<dc:creator>shadowboxの編集を簡単にするプラグイン &#8211; 石本　Web</dc:creator>
		<pubDate>Thu, 29 Oct 2009 09:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=738#comment-341</guid>
		<description>[...] ドが入ったりとか。いちいち大変なので、何かないかと探していたら、いいものヒット。  鉄王さんのページじに最近追加されたコードをGet。これに、プラグイン用のコーディングを足し [...]</description>
		<content:encoded><![CDATA[<p>[...] ドが入ったりとか。いちいち大変なので、何かないかと探していたら、いいものヒット。  鉄王さんのページじに最近追加されたコードをGet。これに、プラグイン用のコーディングを足し [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>LIghtBoxって？ &#8211; 石本　Web より WordPress &#8211; 画像挿入時〈a〉タグにrel属性とtitle属性も自動的に挿入する へのコメント</title>
		<link>http://www.tecking.org/archives/738/comment-page-1#comment-340</link>
		<dc:creator>LIghtBoxって？ &#8211; 石本　Web</dc:creator>
		<pubDate>Thu, 29 Oct 2009 09:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=738#comment-340</guid>
		<description>[...] の出所は、 ここ [...]</description>
		<content:encoded><![CDATA[<p>[...] の出所は、 ここ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>とんとかいも より Firefoxじゃ『iモード.net』使えないノカ～！ へのコメント</title>
		<link>http://www.tecking.org/archives/113/comment-page-1#comment-339</link>
		<dc:creator>とんとかいも</dc:creator>
		<pubDate>Fri, 16 Oct 2009 04:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/archives/113#comment-339</guid>
		<description>はじめまして、
「firefox iモード.net 使えない」で検索しましたら、貴殿のページがトップに表示されました。
1年半経過した現在も使えませんね。(涙；
普段使いのブラウザがfirefoxオンリーで、ブラウザ仕様など確認せずにURLをいれたら・・・・窓まっしろ・・・・
ステータスバーには「完了」の文字。
少しはユーザーのことを考えてほしいものですね。

それでは～</description>
		<content:encoded><![CDATA[<p>はじめまして、<br />
「firefox iモード.net 使えない」で検索しましたら、貴殿のページがトップに表示されました。<br />
1年半経過した現在も使えませんね。(涙；<br />
普段使いのブラウザがfirefoxオンリーで、ブラウザ仕様など確認せずにURLをいれたら・・・・窓まっしろ・・・・<br />
ステータスバーには「完了」の文字。<br />
少しはユーザーのことを考えてほしいものですね。</p>
<p>それでは～</p>
]]></content:encoded>
	</item>
	<item>
		<title>ubuntu上でwindows with VMplayer. &#124; NAO No.4 より Ubuntu上でWindowsを動かす！……って、もちろん『VMware Player』でね&#9825; へのコメント</title>
		<link>http://www.tecking.org/archives/96/comment-page-1#comment-338</link>
		<dc:creator>ubuntu上でwindows with VMplayer. &#124; NAO No.4</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/archives/96#comment-338</guid>
		<description>[...]  良エントリ発見！  Ubuntu上でWindowsを動かす！……って、もちろん『VMware Player』でね♡ちゃっちゃかやってみよか．    memo  host, ubuntu, vmplayer, windows  [...]</description>
		<content:encoded><![CDATA[<p>[...]  良エントリ発見！  Ubuntu上でWindowsを動かす！……って、もちろん『VMware Player』でね♡ちゃっちゃかやってみよか．    memo  host, ubuntu, vmplayer, windows  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>本の未来をつくる仕事／仕事の未来をつくる本 より 内沼晋太郎『本の未来をつくる仕事／仕事の未来をつくる本』 へのコメント</title>
		<link>http://www.tecking.org/archives/1694/comment-page-1#comment-207</link>
		<dc:creator>本の未来をつくる仕事／仕事の未来をつくる本</dc:creator>
		<pubDate>Thu, 11 Jun 2009 09:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=1694#comment-207</guid>
		<description>&lt;strong&gt;『読売新聞』などに書評が掲載されています。&lt;/strong&gt;

				久々の更新ですー。
				
				上記の『eyescream』2009年7月号をはじめ、（コピーしか手元にないので画像は割愛しますが）『読売新聞』2009年5月25日号「新刊立ち読み」、『読売新聞』2009年...</description>
		<content:encoded><![CDATA[<p><strong>『読売新聞』などに書評が掲載されています。</strong></p>
<p>				久々の更新ですー。</p>
<p>				上記の『eyescream』2009年7月号をはじめ、（コピーしか手元にないので画像は割愛しますが）『読売新聞』2009年5月25日号「新刊立ち読み」、『読売新聞』2009年&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>まゆみ より 追悼　福田和禾子さん へのコメント</title>
		<link>http://www.tecking.org/archives/600/comment-page-1#comment-205</link>
		<dc:creator>まゆみ</dc:creator>
		<pubDate>Mon, 08 Jun 2009 06:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=600#comment-205</guid>
		<description>私は、今日初めて福田さんが亡くなったのを知りました。
今更、すみません。

今２歳の子どもを育てているので、まさに教育テレビ三昧の日々です。
そんな中で、福田さんのつくられた、素朴であたたかい、可愛い曲を好きになり、調べたところ、非常に沢山の名曲をのこして下さったことを知り、本当に感激しました。
きっと素敵な心の方だったんだろうな…</description>
		<content:encoded><![CDATA[<p>私は、今日初めて福田さんが亡くなったのを知りました。<br />
今更、すみません。</p>
<p>今２歳の子どもを育てているので、まさに教育テレビ三昧の日々です。<br />
そんな中で、福田さんのつくられた、素朴であたたかい、可愛い曲を好きになり、調べたところ、非常に沢山の名曲をのこして下さったことを知り、本当に感激しました。<br />
きっと素敵な心の方だったんだろうな…</p>
]]></content:encoded>
	</item>
	<item>
		<title>ポスト戦後社会―シリーズ日本近現代史〈9〉 &#124; ってどうよブログ より 吉見俊哉『シリーズ日本近現代史9 ポスト戦後社会』 へのコメント</title>
		<link>http://www.tecking.org/archives/1698/comment-page-1#comment-204</link>
		<dc:creator>ポスト戦後社会―シリーズ日本近現代史〈9〉 &#124; ってどうよブログ</dc:creator>
		<pubDate>Thu, 04 Jun 2009 05:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecking.org/?p=1698#comment-204</guid>
		<description>[...] 鉄王 - 吉見俊哉『シリーズ日本近現代史9 ポスト戦後社会』 [...]</description>
		<content:encoded><![CDATA[<p>[...] 鉄王 &#8211; 吉見俊哉『シリーズ日本近現代史9 ポスト戦後社会』 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
