Configuring Email Clients (Outlook, Thunderbird)
53 views
Email Management
<h3>Email Client Setup Overview</h3>
<p>You can access your DirectAdmin email using desktop email clients such as Microsoft Outlook and Mozilla Thunderbird. This guide provides the server settings you need to configure your email client.</p>
<h3>Required Server Settings</h3>
<p>Use the following settings when configuring any email client:</p>
<p><strong>Incoming Mail Server (IMAP - Recommended):</strong></p>
<ul>
<li><strong>Server:</strong> <code>mail.yourdomain.com</code> (or your server hostname)</li>
<li><strong>Port:</strong> <code>993</code></li>
<li><strong>Encryption:</strong> SSL/TLS</li>
<li><strong>Username:</strong> Your full email address (e.g., <code>user@yourdomain.com</code>)</li>
<li><strong>Password:</strong> Your email account password</li>
</ul>
<p><strong>Incoming Mail Server (POP3 - Alternative):</strong></p>
<ul>
<li><strong>Server:</strong> <code>mail.yourdomain.com</code></li>
<li><strong>Port:</strong> <code>995</code></li>
<li><strong>Encryption:</strong> SSL/TLS</li>
</ul>
<p><strong>Outgoing Mail Server (SMTP):</strong></p>
<ul>
<li><strong>Server:</strong> <code>mail.yourdomain.com</code></li>
<li><strong>Port:</strong> <code>587</code></li>
<li><strong>Encryption:</strong> STARTTLS</li>
<li><strong>Authentication:</strong> Required (use same username and password as incoming)</li>
</ul>
<div class="alert alert-info">IMAP is recommended over POP3 because it synchronizes your email across all devices. With POP3, messages are downloaded and typically removed from the server, so they are only available on the device that downloaded them.</div>
<h3>Setting Up Microsoft Outlook</h3>
<ol>
<li>Open Outlook and go to <strong>File > Add Account</strong>.</li>
<li>Enter your full email address and click <strong>Connect</strong>.</li>
<li>If auto-configuration fails, select <strong>Advanced Options > Let me set up my account manually</strong>.</li>
<li>Choose <strong>IMAP</strong> as the account type.</li>
<li>Enter the incoming and outgoing server settings listed above.</li>
<li>Enter your password when prompted and click <strong>Connect</strong>.</li>
</ol>
<h3>Setting Up Mozilla Thunderbird</h3>
<ol>
<li>Open Thunderbird and go to <strong>Account Settings > Account Actions > Add Mail Account</strong>.</li>
<li>Enter your name, full email address, and password.</li>
<li>Click <strong>Configure manually</strong>.</li>
<li>Enter the IMAP and SMTP server settings listed above.</li>
<li>Click <strong>Re-test</strong> to verify the connection, then click <strong>Done</strong>.</li>
</ol>
<div class="alert alert-warning">If you receive a certificate warning when connecting, ensure you are using the correct server hostname. The SSL certificate must match the server name you entered.</div>
Need More Help?
Can't find what you're looking for? Our support team is ready to help.
Contact Support