<?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>O0ps &#187; postfix</title>
	<atom:link href="http://toyholic.com/node/tag/postfix/feed" rel="self" type="application/rss+xml" />
	<link>http://toyholic.com</link>
	<description>yui’s PlayGr0und</description>
	<lastBuildDate>Wed, 14 Jul 2010 08:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SendMail</title>
		<link>http://toyholic.com/node/853</link>
		<comments>http://toyholic.com/node/853#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:59:52 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MailServer]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=853</guid>
		<description><![CDATA[なんとかメールクライアントからIMAPでメールの同期が出来るようになった。送受信はGmailはokだが自分のメールサーバーから送ったのがSPAMに入っているので嵌りどころかもしれない。
vim /etc/postfix/ [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/853/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>master.cf -v</title>
		<link>http://toyholic.com/node/825</link>
		<comments>http://toyholic.com/node/825#comments</comments>
		<pubDate>Sat, 20 Jun 2009 21:47:56 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MailServer]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[main.cf]]></category>
		<category><![CDATA[master.cf]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=825</guid>
		<description><![CDATA[vim /etc/postfix/master.cf
#
# Postfix master process configuration file.  For details on the format
# of the  [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/825/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Postfix中間報告</title>
		<link>http://toyholic.com/node/799</link>
		<comments>http://toyholic.com/node/799#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:01:12 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MailServer]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[main.cf]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=799</guid>
		<description><![CDATA[なんだか意味もよく分からずPostfixに突入してしまって一度は環境が構築出来ていたんだけど、メールアプリから接続できないので、やり直ししたらmailコマンドも無くなっていたので備考録&#8230;.
mailutils [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/799/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix設定</title>
		<link>http://toyholic.com/node/687</link>
		<comments>http://toyholic.com/node/687#comments</comments>
		<pubDate>Sat, 30 May 2009 19:40:46 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=687</guid>
		<description><![CDATA[とりあえずPostfixがインストール出来たので/etc/postfix/main.cfの編集をする。参考サイトはこことここ。
vi/etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version

# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.

myorigin = $mydomain
mydomain = toyholic.com
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
 
# appending .domain is the MUA's job.

append_dot_mydomain = yes

# Uncomment the [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/687/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postfix 25番ポート解放</title>
		<link>http://toyholic.com/node/674</link>
		<comments>http://toyholic.com/node/674#comments</comments>
		<pubDate>Fri, 29 May 2009 11:15:34 +0000</pubDate>
		<dc:creator>yui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://toyholic.com/?p=674</guid>
		<description><![CDATA[MonitとM/Monitをインストールしたのはいいがsendmailが分からなかったので備考録。M/Monitのメールアラートを設定しようとするが25番ポートに接続出来ない。色々調べてiptablesが効いているのかと [...]]]></description>
		<wfw:commentRss>http://toyholic.com/node/674/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.741 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-08-01 19:29:44 -->
