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

45 lines
2.4 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
2014-10-18 22:49:55 -05:00
<a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p><p style="text-align: center; color: grey;">This tutorial is published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license.<!-- Google Analytics -->
2014-10-13 19:28:43 -05:00
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3293801-14");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body></html>