<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — What's new in iRedMail: Domain alias support with LDAP backend]]></title>
		<link>http://www.iredmail.org/forum/topic354-whats-new-in-iredmail-domain-alias-support-with-ldap-backend.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic354.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in What's new in iRedMail: Domain alias support with LDAP backend.]]></description>
		<lastBuildDate>Thu, 02 May 2013 14:02:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post21791.html#p21791</link>
			<description><![CDATA[<p>Hi @mrteam,</p><p>*) Please create a new forum topic for your own/new question, don&#039;t hijack others&#039; topic.<br />*) What does your &quot;aliases&quot; mean? Domain alias or user alias addresses (shadowAddress)? You can try to modify LDAP filter in Roundcube address book.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 02 May 2013 14:02:52 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post21791.html#p21791</guid>
		</item>
		<item>
			<title><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post21780.html#p21780</link>
			<description><![CDATA[<p>Hello,</p><br /><p>How to make the aliases appear in the Global LDAP Andress Book?</p>]]></description>
			<author><![CDATA[null@example.com (mrteam)]]></author>
			<pubDate>Thu, 02 May 2013 02:28:18 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post21780.html#p21780</guid>
		</item>
		<item>
			<title><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post13767.html#p13767</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>web2works wrote:</cite><blockquote><p>I understand how it works but how do I use it? i.e: What do I need to type into the input ?</p></blockquote></div><p>What result do you expect?</p></blockquote></div><p>Email sent to bob@domain.com will be delivered to bob@domain.co.uk</p>]]></description>
			<author><![CDATA[null@example.com (web2works)]]></author>
			<pubDate>Sun, 12 Feb 2012 08:22:06 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post13767.html#p13767</guid>
		</item>
		<item>
			<title><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post13763.html#p13763</link>
			<description><![CDATA[<div class="quotebox"><cite>web2works wrote:</cite><blockquote><p>I understand how it works but how do I use it? i.e: What do I need to type into the input ?</p></blockquote></div><p>What result do you expect?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 12 Feb 2012 03:49:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post13763.html#p13763</guid>
		</item>
		<item>
			<title><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post13746.html#p13746</link>
			<description><![CDATA[<p>This is exactly what I am looking for but how do I use it? </p><p>The hint says:<br />&quot;Emails sent to user@[ALIAS_DOMAIN] will be delivered to user@domain.com.&quot;</p><p>I understand how it works but how do I use it? i.e: What do I need to type into the input ?</p>]]></description>
			<author><![CDATA[null@example.com (web2works)]]></author>
			<pubDate>Fri, 10 Feb 2012 12:19:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post13746.html#p13746</guid>
		</item>
		<item>
			<title><![CDATA[What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link>http://www.iredmail.org/forum/post1562.html#p1562</link>
			<description><![CDATA[<p>Hi, all.</p><p>We improved iRedMail moment ago, and we now have domain alias support in iRedMail with LDAP backend.</p><h5>Note: </h5><ul><li><p>You have to use <a href="http://iredmail.googlecode.com/hg/iRedMail/samples/iredmail.schema">lastest iRedMail LDAP schema</a>.</p></li><li><p>You have to use <a href="http://www.iredmail.org/forum/topic197-whats-new-in-iredmail-peruser-shadow-address-in-ldap-solution.html">per-use shadow address</a> with domain alias.</p></li></ul><p>Example, Below is a domain object, with three domain alias names (b.cn, c.cn, d.cn).<br /></p><div class="codebox"><pre><code>dn: domainName=a.cn,o=domains,dc=iredmail,dc=org
objectclass: mailDomain
domainName: a.cn
enabledService: mail
enabledService: domainalias    # &lt;- This is required
domainAliasName: b.cn           # &lt;- Alias domain name, #1.
domainAliasName: c.cn           # &lt;- Alias domain name, #2.
domainAliasName: d.cn           # &lt;- Alias domain name, #3.</code></pre></div><p>And below is a normal mail user, with three shadow addresses.<br /></p><div class="codebox"><pre><code>dn: mail=www@a.cn,ou=Users,domainName=a.cn,o=domains,dc=iredmail,dc=org
objectclass: inetOrgPerson
objectclass: mailUser
mail: www@a.cn
enabledService: mail
enabledService: smtp
enabledService: pop3
enabledService: pop3secured
enabledService: imap
enabledService: imapsecured
enabledService: deliver
enabledService: shadowaddress           # &lt;- This is required.
shadowAddress: www@b.cn                 # &lt;- Shadow address, #1.
shadowAddress: www@c.cn                 # &lt;- Shadow address, #2.
shadowAddress: www@d.cn                 # &lt;- Shadow address, #3.
storageBaseDirectory: /var/vmail/vmail01
mailMessageStore: a.cn/w/ww/www/www-2009.10.19.10.25.33/</code></pre></div><p>As you see, all mails sent to www@[a.cn, b.cn, c.cn, d.cn] will be delivered to the same mailbox (/var/vmail/vmail01/a.cn/w/ww/www/www-2009.10.19.10.25.33/).</p><p>That&#039;s all.</p><p>In above example, we bind there domains to a.cn, if you don&#039;t like this way, you can create these alias domains as normal domain object, for example:<br /></p><div class="codebox"><pre><code>dn: domainName=b.cn,o=domains,dc=iredmail,dc=org
objectclass: mailDomain
domainName: b.cn
enabledService: mail</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 20 Oct 2009 02:25:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1562.html#p1562</guid>
		</item>
	</channel>
</rss>
