iredmail-doc/html/ldap.add.mail.alias.html

34 lines
1.9 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LDAP: Add a mail alias account</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="ldap-add-a-mail-alias-account">LDAP: Add a mail alias account</h1>
2014-10-13 05:03:19 -05:00
<h2 id="add-mail-alias-with-iredadmin-pro">Add mail alias with iRedAdmin-Pro</h2>
<p>With iRedAdmin-Pro, please click menu in main navigation bar: `Add -&gt; Mail Alias'.
Screenshot:</p>
<p><img alt="" src="../images/iredadmin/alias_create.png" /></p>
<h2 id="add-mail-alias-with-phpldapadmin">Add mail alias with phpLDAPadmin</h2>
<ul>
2014-10-13 05:03:19 -05:00
<li>Log into phpLDAPadmin as LDAP root dn <code>cn=Manager</code> or <code>cn=vmailadmin</code>.</li>
<li>Expand LDAP tree in left panel, click <code>Create new entry here</code> under
<code>ou=Aliases</code> of your domain, and select <code>Default</code> in right panel.</li>
<li>Select object class <code>mailAlias</code> in right panel.</li>
<li>Input required fields of mail alias account.</li>
</ul>
<p><strong>WARNING</strong>: Attribute <code>enabledService</code> requires two values: <code>mail</code>, <code>deliver</code>.</p>
<ul>
2014-10-13 05:03:19 -05:00
<li>Confirm to create.</li>
<li>Add missing value for attribute <code>enabledService</code>: <code>mail</code>, <code>deliver</code>.</li>
<li>Add alias members (full email address) in attribute <code>mailForwardingAddress</code>.
You can add as many members as you want.</li>
2014-10-09 22:30:58 -05:00
</ul><br /><p style="text-align: center;">If you found something wrong
in this document, please do
<a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p><p style="text-align: center; color: grey;">&copy&copy Creative Commons</p></body></html>