0149.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Advanced Setup of hMailServer E-Mail Server Active Directory Authentication</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="HMailServer,E-Mail Server,Self-Hosted,Active Directory,LDAP,Authentication,Home Lab Ideas,AD,How To HMailServer LDAP Authentication,Lightweight Directory Access Protocol,System Administrator,System Administration,E-Mail,E-Mail Server For Windows,Email,Free E-Mail Server,Free SMTP Host For Windows,Free SMTP Server On Windows,Home Lab,Microsoft Windows,SMTP,Windows Administration,Windows,Domain,Administration,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Advanced Setup of hMailServer E-Mail Server Active Directory Authentication">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="01/07/2023 10:03:20 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Advanced Setup of hMailServer E-Mail Server Active Directory Authentication</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Launch hMailServer Administrator</li>
  27. <li>Select localhost &gt; Click Connect &gt; Login with the administrative password</li>
  28. <li>Expand Domains &gt; <em>domain</em>.local &gt; Accounts</li>
  29. <li>Select the account to be authenticated against active directory</li>
  30. <li>Select the Active Directory tab</li>
  31. <li>Check the Active Directory account box</li>
  32. <li>Input the Domain and User name to associate the inbox with</li>
  33. <li>Click Save</li>
  34. </ol>
  35. <h2>Setting Up SSL in the Client</h2>
  36. <ol>
  37. <li>Launch Thunderbird</li>
  38. <li>Select Tools &gt; Options</li>
  39. <li>Select Security and then the Passwords tab &gt; Saved Passwords...</li>
  40. <li>Click the Show Passwords button</li>
  41. <li>Right click each of the effected entries &gt; Change Password &gt; Input the user&#39;s active directory password</li>
  42. <li>Close Options</li>
  43. </ol>
  44. <h2>Testing Receiving E-Mails</h2>
  45. <ol>
  46. <li>In hMailServer Administrator, Expand Utilities &gt; Server sendout</li>
  47. <li>Select Specific domain and select the domain created earlier from the dropdown</li>
  48. <li>Fill out the form to send a test e-mail &gt; Click Send</li>
  49. <li>Back in Thunderbird, click the Get Messages button</li>
  50. <li>The test email should arrive in the inbox</li>
  51. </ol> </div>
  52. </div>
  53. </body>
  54. </html>