<?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>Chifeng's Blog &#187; always_bcc</title>
	<atom:link href="http://blog.chifeng.name/tag/always_bcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chifeng.name</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 08:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>关于bcc</title>
		<link>http://blog.chifeng.name/2008/05/%e5%85%b3%e4%ba%8ebcc/</link>
		<comments>http://blog.chifeng.name/2008/05/%e5%85%b3%e4%ba%8ebcc/#comments</comments>
		<pubDate>Fri, 09 May 2008 05:48:05 +0000</pubDate>
		<dc:creator>chifeng</dc:creator>
				<category><![CDATA[MailSystem]]></category>
		<category><![CDATA[always_bcc]]></category>
		<category><![CDATA[BCC]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://b.chifeng.name/?p=225</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><b>BCC</b>(blind carbon-copy)<br />隐蔽副本。在邮件里面一般叫暗送或密送。跟CC不同，BCC不会在header里面留下任何痕迹，但是maillog里面会有记录。如果BCC过去的那个地址不能接收，同样会产生bounce信息给sender。</p>
<p>这儿有一个视频帮助了解CC，BCC<br /><a href="http://v.youku.com/v_show/id_cj00XMTAxODM5MjQ=.html">http://v.youku.com/v_show/id_cj00XMTAxODM5MjQ=.html</a></p>
<p>在postfix中，有三个参数涉及到BCC。</p>
<p><b>always_bcc</b><br />很明显了，总是暗送。比如我们配置always_bcc=chifeng@extmail.org，只要经过postfix队列的邮件都会暗送一份给chifeng@extmail.org这个邮件地址。<br /><b>sender_bcc_maps</b><br />根据字面意思，就知道是指定发件人为谁的暗送一份到一个指定的地址。假设用hash表来存储。<br />配置sender_bcc_maps = hash:/usr/local/etc/postfix/sender_bcc，然后编辑sender_bcc这个文件<br />test@extmail.org test_bak@extmail.org<br />然后postmap一下，那么test@extmail.org发出的每一封邮件都会暗送一份到test_bak@extmail.org。<br /><b>recipient_bcc_maps</b><br />这个跟sender_bcc_maps意思一样，唯一不同的就是sender替换为recipient了，就不废话了。</p>
<p>postfix提供这三个参数，让我们很方便的就能够对整个邮件系统的邮件进行归档处理，监控每一封邮件，也可以有针对性的对某一些用户的邮件进行监控。注意：很有可能你已经被bcc了。:D</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chifeng.name/2008/05/%e5%85%b3%e4%ba%8ebcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
