<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Fixed in 0.5.0: Maill forwarding and bcc are invalid.]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic236.xml" />
	<updated>2009-09-10T05:05:01Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic236-fixed-in-050-maill-forwarding-and-bcc-are-invalid.html</id>
		<entry>
			<title type="html"><![CDATA[Fixed in 0.5.0: Maill forwarding and bcc are invalid.]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1101.html#p1101" />
			<content type="html"><![CDATA[<p>Hi, all.</p><p>This post is used to fix incorrect postfix setting which cause mail forwarding (alias) and bcc invalid. If it doesn&#039;t work for you, please post a new topic in <a href="http://www.iredmail.org/forum/forum2-iredmail-general-technical-support.html">iRedMail General Technical Support</a> forum.</p><p>First of all, we&#039;d like to thank <a href="http://www.iredmail.org/forum/user160.html">neliasen</a> for <a href="http://www.iredmail.org/forum/topic159-alias-definitions-weird-error.html">his report and testing</a>. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><strong>Abstract:</strong></p><p>- Mail forwarding (virtual alias) and sender/recipient bcc are invalid.</p><p><strong>Affected versions:</strong></p><p>- iRedMail-0.5.0<br />- iRedOS-0.5.0</p><p><strong>Steps to fix it:</strong></p><p>- Backup your postfix configure files first.<br /></p><div class="codebox"><pre><code># cp /etc/postfix/{main,master}.cf /opt/</code></pre></div><p>- Remove &#039;receive_override_options=no_address_mappings&#039; in postfix.<br /></p><div class="codebox"><pre><code># postconf -e receive_override_options=&#039;&#039;</code></pre></div><p>- Add &#039;no_address_mappings&#039; in postfix: /etc/postfix/master.cf<br /></p><div class="codebox"><pre><code>127.0.0.1:10025 inet n  -   -   -   -  smtpd
    -o content_filter=
    # ... SKIP OTHER LINES HERE ...
    -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings</code></pre></div><p>- Restart postfix to make new settings work:<br /></p><div class="codebox"><pre><code># /etc/init.d/postfix restart</code></pre></div><p>That&#039;s all. Enjoy <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-09-10T05:05:01Z</updated>
			<id>http://www.iredmail.org/forum/post1101.html#p1101</id>
		</entry>
</feed>
