<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Creating Aliases using PHPLDAPADMIN.]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic21.xml" />
	<updated>2009-05-13T12:10:05Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic21-creating-aliases-using-phpldapadmin.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Creating Aliases using PHPLDAPADMIN.]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post72.html#p72" />
			<content type="html"><![CDATA[<p>LDAP schema shipped in iRedMail-0.4.0 and prevous version don&#039;t have objectclass for mail alias, but you can use the current version:<br /><a href="http://iredmail.googlecode.com/svn/trunk/iRedMail/samples/iredmail.schema">http://iredmail.googlecode.com/svn/trun … ail.schema</a></p><p>It should work if you replace the old schema file by the new one, no extra migration steps required.</p><p>It has &#039;mailAlias&#039; objectclass:<br /></p><div class="codebox"><pre><code>objectclass ( 1.3.6.1.4.1.32349.1.2.4.4 NAME &#039;mailAlias&#039;
    DESC &#039;Mail Alias&#039; SUP top STRUCTURAL
    MUST ( mail $ mailForwardingAddress )
    MAY ( enabledService $ accountStatus $ description $ cn ))</code></pre></div><p>Example ldif:<br /></p><div class="codebox"><pre><code>dn: mail=all@a.cn,ou=Aliases,domainName=a.cn,o=domains,dc=iredmail,dc=org
objectClass: mailAlias
objectClass: top
mail: all@a.cn
accountStatus: active
mailForwardingAddress: user1@a.cn
mailForwardingAddress: user2@a.cn
mailForwardingAddress: user3@a.cn
mailForwardingAddress: user4@a.cn
description: mail alias for all users
enabledService: mail
enabledService: deliver
enabledService: forward</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-05-13T12:10:05Z</updated>
			<id>http://www.iredmail.org/forum/post72.html#p72</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Creating Aliases using PHPLDAPADMIN.]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post71.html#p71" />
			<content type="html"><![CDATA[<p>Hi,</p><p>Can anyone help me about creating email aliases using phpldapadmin.</p><br /><p>Thanks and Regards,<br />Cute Indian</p>]]></content>
			<author>
				<name><![CDATA[cuteindian]]></name>
				<uri>http://www.iredmail.org/forum/user24.html</uri>
			</author>
			<updated>2009-05-13T11:32:36Z</updated>
			<id>http://www.iredmail.org/forum/post71.html#p71</id>
		</entry>
</feed>
