<?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>PHPのテクメモ &#187; メール</title>
	<atom:link href="https://php.tekmemo.com/?cat=104&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://php.tekmemo.com</link>
	<description>PHPプログラミングの備忘録とおまけ</description>
	<lastBuildDate>Tue, 16 Dec 2014 06:32:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>ConoHaからGmailへメール送信が出来ない：その2（解決）</title>
		<link>https://php.tekmemo.com/?p=1924</link>
		<comments>https://php.tekmemo.com/?p=1924#comments</comments>
		<pubDate>Sun, 20 Apr 2014 10:56:14 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1924</guid>
		<description><![CDATA[Gmailにメールが送れない理由がようやく分かった。 色々調べると、どうもメールを送信しているサーバがGmailのサーバとIPV6で通信していて、そこで逆引きがどうとかなんとかかんとか・・・、メールが届かないらしい。正し [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1924</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ConoHaからGmailへメール送信が出来ない：その1</title>
		<link>https://php.tekmemo.com/?p=1921</link>
		<comments>https://php.tekmemo.com/?p=1921#comments</comments>
		<pubDate>Sun, 20 Apr 2014 05:37:04 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1921</guid>
		<description><![CDATA[設定した当初は大丈夫だったはずなのに、今日試したらConoHa VPSからGmailへメールが送信できなくなっていた。他のVPSからは正常に送信できている。しばらく放置していたのだけれど、スパム対策はしてあるので、Gma [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1921</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>crontabの影響でmaillogにエラー</title>
		<link>https://php.tekmemo.com/?p=1810</link>
		<comments>https://php.tekmemo.com/?p=1810#comments</comments>
		<pubDate>Wed, 15 Aug 2012 04:37:53 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1810</guid>
		<description><![CDATA[新しくセットアップしたKagoya Cloud/VPSをセットアップしている。このサーバは基本的に外部にサービスの提供をするためのサーバではなく、バックアップや情報収集用として使用するためのサーバだ。バックアップファイル [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1810</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.forwardでパイプしたプログラムでメール本体を取得するには</title>
		<link>https://php.tekmemo.com/?p=1803</link>
		<comments>https://php.tekmemo.com/?p=1803#comments</comments>
		<pubDate>Mon, 13 Aug 2012 10:37:09 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1803</guid>
		<description><![CDATA[.forwardでメール受信をトリガーとしてphpを起動することはできたが、どうやってメール本文をphpで取得するんだっけ。過去に何度もやっているのに、こういう大切なことをメモしていないなんて、テクメモの意味が無い。 $ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1803</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.forwardのパーミッション</title>
		<link>https://php.tekmemo.com/?p=1801</link>
		<comments>https://php.tekmemo.com/?p=1801#comments</comments>
		<pubDate>Sun, 12 Aug 2012 02:40:13 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1801</guid>
		<description><![CDATA[.forwardでメールの受信をトリガーとしてphpにパイプする際、どうしてもパイプできなかった。プログラムが間違っているのかと思って「php -l」してみたけどエラーはないとでる。何故だろう。 .forwardのパーミ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1801</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qdmailのエラーの意味が・・・</title>
		<link>https://php.tekmemo.com/?p=1486</link>
		<comments>https://php.tekmemo.com/?p=1486#comments</comments>
		<pubDate>Wed, 20 Apr 2011 12:47:55 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1486</guid>
		<description><![CDATA[メールを送る際は、Qdmail + Qdsmtpを活用するようにしている（特に数通以上送信する場合）。今日プログラムを作っていてエラーが出た。 Qdmail error: Qdmail Version 1.2.6b ,P [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1486</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postfixの設定</title>
		<link>https://php.tekmemo.com/?p=1380</link>
		<comments>https://php.tekmemo.com/?p=1380#comments</comments>
		<pubDate>Sun, 30 Jan 2011 02:29:31 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1380</guid>
		<description><![CDATA[postfixの設定で、設定変更したら必ず以下のコマンドで設定を再読込。 /etc/rc.d/init.d/postfix reload /etc/aliasesの記述を変更したら、以下のコマンド。 newaliases [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1380</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postfixで.forward</title>
		<link>https://php.tekmemo.com/?p=1377</link>
		<comments>https://php.tekmemo.com/?p=1377#comments</comments>
		<pubDate>Thu, 27 Jan 2011 00:52:01 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1377</guid>
		<description><![CDATA[最近は、昔やっていたことを思い出せないことが多い。普段使わないと忘れてしまうのは当たり前の話なのだが、やっぱり年のせいだろうか。 postfixで.forwardを使ってプログラムにパイプするときの記述方法をメモ。 &#124;&#038; [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chkconfig &#8211;list でpostfixが見つからない</title>
		<link>https://php.tekmemo.com/?p=1370</link>
		<comments>https://php.tekmemo.com/?p=1370#comments</comments>
		<pubDate>Fri, 07 Jan 2011 02:28:38 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[メール]]></category>
		<category><![CDATA[レンタルサーバ]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1370</guid>
		<description><![CDATA[すごく嫌なのだが、またサーバの設定をすることになった。 以前（といっても10年前の話だけど）は、ネットワーク屋さんではSMTPといえばqmailが流行だったように思う（主流はもちろんsendmailだったけど設定の難解さ [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1370</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qdmailでの大量メール送信メモ</title>
		<link>https://php.tekmemo.com/?p=1350</link>
		<comments>https://php.tekmemo.com/?p=1350#comments</comments>
		<pubDate>Mon, 13 Dec 2010 03:03:09 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[メール]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1350</guid>
		<description><![CDATA[Qdmail+Qdsmtpで大量メール送信を実現できることはメモした。しかし送信するメールがそれぞれ「添付ファイルの有無」「CCの有無」「BCCの有無」「HTMLメールかテキストメールか」など、宛先によって使い分けないと [&#8230;]]]></description>
		<wfw:commentRss>https://php.tekmemo.com/?feed=rss2&#038;p=1350</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
