1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Advanced Setup of hMailServer E-Mail Server Active Directory Authentication</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Advanced Setup of hMailServer E-Mail Server Active Directory Authentication">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="01/07/2023 10:03:20 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Advanced Setup of hMailServer E-Mail Server Active Directory Authentication</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Launch hMailServer Administrator</li>
- <li>Select localhost > Click Connect > Login with the administrative password</li>
- <li>Expand Domains > <em>domain</em>.local > Accounts</li>
- <li>Select the account to be authenticated against active directory</li>
- <li>Select the Active Directory tab</li>
- <li>Check the Active Directory account box</li>
- <li>Input the Domain and User name to associate the inbox with</li>
- <li>Click Save</li>
- </ol>
- <h2>Setting Up SSL in the Client</h2>
- <ol>
- <li>Launch Thunderbird</li>
- <li>Select Tools > Options</li>
- <li>Select Security and then the Passwords tab > Saved Passwords...</li>
- <li>Click the Show Passwords button</li>
- <li>Right click each of the effected entries > Change Password > Input the user's active directory password</li>
- <li>Close Options</li>
- </ol>
- <h2>Testing Receiving E-Mails</h2>
- <ol>
- <li>In hMailServer Administrator, Expand Utilities > Server sendout</li>
- <li>Select Specific domain and select the domain created earlier from the dropdown</li>
- <li>Fill out the form to send a test e-mail > Click Send</li>
- <li>Back in Thunderbird, click the Get Messages button</li>
- <li>The test email should arrive in the inbox</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|