<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — What's new in iRedMail: Domain alias support with LDAP backend]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic354.xml" />
	<updated>2013-05-02T14:02:52Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic354-whats-new-in-iredmail-domain-alias-support-with-ldap-backend.html</id>
		<entry>
			<title type="html"><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post21791.html#p21791" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-05-02T14:02:52Z</updated>
			<id>http://www.iredmail.org/forum/post21791.html#p21791</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post21780.html#p21780" />
			<content type="html"><![CDATA[<p>Hello,</p><br /><p>How to make the aliases appear in the Global LDAP Andress Book?</p>]]></content>
			<author>
				<name><![CDATA[mrteam]]></name>
				<uri>http://www.iredmail.org/forum/user32890.html</uri>
			</author>
			<updated>2013-05-02T02:28:18Z</updated>
			<id>http://www.iredmail.org/forum/post21780.html#p21780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post13767.html#p13767" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[web2works]]></name>
				<uri>http://www.iredmail.org/forum/user2175.html</uri>
			</author>
			<updated>2012-02-12T08:22:06Z</updated>
			<id>http://www.iredmail.org/forum/post13767.html#p13767</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post13763.html#p13763" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-02-12T03:49:50Z</updated>
			<id>http://www.iredmail.org/forum/post13763.html#p13763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post13746.html#p13746" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[web2works]]></name>
				<uri>http://www.iredmail.org/forum/user2175.html</uri>
			</author>
			<updated>2012-02-10T12:19:10Z</updated>
			<id>http://www.iredmail.org/forum/post13746.html#p13746</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[What's new in iRedMail: Domain alias support with LDAP backend]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1562.html#p1562" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-10-20T02:25:59Z</updated>
			<id>http://www.iredmail.org/forum/post1562.html#p1562</id>
		</entry>
</feed>
