iredmail-doc/html/use.openldap.as.address.boo...

40 lines
2.1 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Use OpenLDAP as address book in Microsoft Outlook</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="use-openldap-as-address-book-in-microsoft-outlook">Use OpenLDAP as address book in Microsoft Outlook</h1>
<p>Tested with Outlook 2007:</p>
<ul>
<li>on account settings choose address book tabs</li>
<li>click new</li>
<li>choose Internet directory service(LDAP)</li>
<li>insert the servername (for me, i set it to IP of the server)</li>
<li>checked this " this server requires me to logon"</li>
<li>Fill the username with --&gt; mail=www@testserver.com,ou=Users,domainName=testserver.com,o=domains,dc=testserver,dc=com, dont forget to insert user passwd</li>
<li>Click "More Settings"</li>
<li>Leave by default,</li>
<li>Click "Search"</li>
<li>Choose "custom" and insert with --&gt; ou=Users,domainName=testserver.com,o=domains,dc=testserver,dc=com</li>
<li>Finish</li>
</ul>
<p>you need make sure network port 389 (OpenLDAP service) is open on your iRedMail
server, otherwise, you need config the iptables.</p><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<!-- Google Analytics -->
<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>