<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — mail forwarding - postfix -> exchange]]></title>
		<link>http://www.iredmail.org/forum/topic82-mail-forwarding-postfix-exchange.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic82.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in mail forwarding - postfix -> exchange.]]></description>
		<lastBuildDate>Thu, 30 Jul 2009 08:44:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post763.html#p763</link>
			<description><![CDATA[<p>It&#039;s better and more simple like that.</p><p>Thx</p><p>Don&#039;t worry, I&#039;ll share my success story.</p>]]></description>
			<author><![CDATA[null@example.com (mael)]]></author>
			<pubDate>Thu, 30 Jul 2009 08:44:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post763.html#p763</guid>
		</item>
		<item>
			<title><![CDATA[Re: mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post762.html#p762</link>
			<description><![CDATA[<p>Sorry, per-user transport map is not implemented yet. but i commited the code moment ago:<br /><a href="http://code.google.com/p/iredmail/source/detail?r=9997bd93f7a341f6e6a577a19ebde409404787db">http://code.google.com/p/iredmail/sourc … 09404787db</a></p><p>It&#039;s easy to implement it, steps:</p><p>* Make sure &#039;mailUser&#039; objectclass is able to use &#039;mtaTransport&#039; attribute in /etc/postfix/schema/iredmail.schema (in the bottom line):<br /></p><div class="codebox"><pre><code>objectclass ( 1.3.6.1.4.1.32349.1.2.4.3 NAME &#039;mailUser&#039;
    DESC &#039;Mail User&#039; SUP top AUXILIARY
    MUST ( mail $ uid )
    MAY ( storageBaseDirectory $ mailMessageStore $ homeDirectory $
        userPassword $ mailHost $ mailUID $ mailGID $
        mailQuota $ mailQuotaMessageLimit $
        mailForwardingAddress $ accountStatus $
        userRecipientBccAddress $ userSenderBccAddress $
        enabledService $ telephoneNumber $ backupMailAddress $
        mtaTransport $ memberOfGroup $ lastLoginDate $ lastLoginIP ))</code></pre></div><p>* Add per-user transport map lookup file in postfix main.cf:<br /></p><div class="codebox"><pre><code>transport_maps = ldap:/etc/postfix/ldap_transport_maps_user.cf, ldap:/etc/postfix/ldap_transport_maps.cf</code></pre></div><p>* Copy /etc/postfix/ldap_virtual_mailbox_maps.cf to /etc/postfix/ldap_transport_maps_user.cf, change &#039;result_attribute= mailMessageStore&#039; to &#039;result_attribute= mtaTransport&#039;.</p><p>* Restart postfix.</p><p>Note: value of &#039;mtaTransport&#039; in domain object is still &#039;dovecot&#039;, change mtaTransport in mail user object.</p><p>Enjoy, and don&#039;t forget to share your success story <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 30 Jul 2009 03:21:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post762.html#p762</guid>
		</item>
		<item>
			<title><![CDATA[Re: mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post760.html#p760</link>
			<description><![CDATA[<p>For the second case, here is what i&#039;ve done :</p><p>dn: domainName=abc.com,o=domains,dc=abc,dc=com<br />objectClass: mailDomain<br />accountStatus: active<br />domainBackupMX: yes<br />domainName: abc.com<br />enabledService: mail<br />enabledService: senderbcc<br />enabledService: recipientbcc<br />mtaTransport: smtp:[my-exchange-server-name]</p><p>dn: ou=Users,domainName=abc.com,o=domains,dc=abc,dc=com<br />objectClass: organizationalUnit<br />objectClass: top<br />ou: Users</p><p>dn: mail=user.exchange@abc.com,ou=Users,domainName=abc.com,o=domains,dc=abc,dc=com<br />objectClass: inetOrgPerson<br />objectClass: shadowAccount<br />objectClass: mailUser<br />objectClass: top<br />accountStatus: active<br />cn: user.exchange<br />description: Exchange User<br />enabledService: mail<br />enabledService: deliver<br />mail: user.exchange@abc.com<br />sn: user.exchange<br />uid: user.exchange</p><p>But howto for domains splitted in Exchange/iRedMail ???</p>]]></description>
			<author><![CDATA[null@example.com (mael)]]></author>
			<pubDate>Wed, 29 Jul 2009 23:04:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post760.html#p760</guid>
		</item>
		<item>
			<title><![CDATA[Re: mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post759.html#p759</link>
			<description><![CDATA[<p>Hi,</p><p>mailForwarding could be a solution for a per-user install.</p><p>1) In my case, some users of domain abc.com have their mailbox on my iredmail server, other users of this domain are exchange users. mailForwarding is indeed a good solution but we need to use another &#039;private&#039; domain like abc.local for this forwarding. I know that something like :<br />test@abc.tld&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smtp:[my-exchange-server] <br />in /etc/postfix/transport works great but i can&#039;t find&nbsp; how to do this with iredmail and ldap backend.&nbsp; Maybe something with mtaTransport ???</p><p>2) I&#039;ve other domains xyz.tld which exclusively use exchange. I&#039;m looking for a way to relay all incoming emails for this domain to my exchange server. I&#039;ve tried with mtaTransport attribute but it doesn&#039;t work.</p><p>Any help is welcome.</p><p>And Thx for the good work</p>]]></description>
			<author><![CDATA[null@example.com (mael)]]></author>
			<pubDate>Wed, 29 Jul 2009 21:30:53 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post759.html#p759</guid>
		</item>
		<item>
			<title><![CDATA[Re: mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post384.html#p384</link>
			<description><![CDATA[<p>You can use&nbsp; mail forwarding.</p><p>It can be set in PostfixAdmin or phpLDAPadmin.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 17 Jun 2009 12:54:20 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post384.html#p384</guid>
		</item>
		<item>
			<title><![CDATA[mail forwarding - postfix -> exchange]]></title>
			<link>http://www.iredmail.org/forum/post383.html#p383</link>
			<description><![CDATA[<p>Hi,</p><p>15% of the registered users need there incoming mails delivered to an exchange server. :-/<br />What is the simplest way to configure a forward to the exchange server (per user)?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (nylan)]]></author>
			<pubDate>Wed, 17 Jun 2009 12:36:53 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post383.html#p383</guid>
		</item>
	</channel>
</rss>
