- Full cpmove transfer verified (62GB, mailboxes, public_html) - Mailprotector configured on IX (exim.conf.local, DKIM via dsearch, skipsmtpcheckhosts) - DNS zone updated: A record to IX (72.194.62.5), TTLs lowered to 300s, zone backed up - .htaccess redirect to jackfurriers.com added to IX public_html - Delivery server updated in Mailprotector admin, inbound confirmed live - HTML setup guide created and sent to 23 real user accounts - Syncro ticket #32199 created (no billing yet) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
308 lines
11 KiB
HTML
308 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Email Setup Guide — westerntire.com</title>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
|
|
font-size: 15px;
|
|
line-height: 1.6;
|
|
color: #222;
|
|
background: #f5f5f5;
|
|
padding: 32px 16px;
|
|
}
|
|
.wrapper {
|
|
max-width: 720px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
|
|
overflow: hidden;
|
|
}
|
|
.header {
|
|
background: #1a1a2e;
|
|
color: #fff;
|
|
padding: 32px 40px;
|
|
}
|
|
.header h1 {
|
|
font-size: 22px;
|
|
font-weight: 700;
|
|
letter-spacing: -0.3px;
|
|
}
|
|
.header p {
|
|
margin-top: 6px;
|
|
font-size: 13px;
|
|
color: #aab;
|
|
}
|
|
.content {
|
|
padding: 36px 40px;
|
|
}
|
|
h2 {
|
|
font-size: 17px;
|
|
font-weight: 700;
|
|
color: #1a1a2e;
|
|
margin: 32px 0 12px;
|
|
padding-bottom: 6px;
|
|
border-bottom: 2px solid #e8e8f0;
|
|
}
|
|
h2:first-child { margin-top: 0; }
|
|
h3 {
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
color: #444;
|
|
margin: 20px 0 8px;
|
|
}
|
|
p { margin-bottom: 12px; color: #444; }
|
|
.callout {
|
|
background: #f0f4ff;
|
|
border-left: 4px solid #4a6cf7;
|
|
border-radius: 4px;
|
|
padding: 12px 16px;
|
|
margin: 16px 0;
|
|
font-size: 14px;
|
|
color: #334;
|
|
}
|
|
.callout.warning {
|
|
background: #fff8e6;
|
|
border-left-color: #f0a500;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin: 16px 0;
|
|
font-size: 14px;
|
|
}
|
|
table thead tr {
|
|
background: #1a1a2e;
|
|
color: #fff;
|
|
}
|
|
table thead th {
|
|
padding: 10px 14px;
|
|
text-align: left;
|
|
font-weight: 600;
|
|
}
|
|
table tbody tr:nth-child(even) { background: #f7f7fb; }
|
|
table tbody td {
|
|
padding: 9px 14px;
|
|
border-bottom: 1px solid #eee;
|
|
vertical-align: top;
|
|
}
|
|
table tbody td:first-child { font-weight: 600; color: #333; width: 42%; }
|
|
table tbody td:last-child { font-family: "Courier New", monospace; font-size: 13px; color: #1a1a2e; }
|
|
.steps ol { padding-left: 20px; margin: 8px 0 0; }
|
|
.steps ol li { margin-bottom: 7px; color: #444; font-size: 14px; }
|
|
code {
|
|
background: #f0f0f8;
|
|
border: 1px solid #dde;
|
|
border-radius: 3px;
|
|
padding: 1px 5px;
|
|
font-family: "Courier New", monospace;
|
|
font-size: 13px;
|
|
color: #1a1a2e;
|
|
}
|
|
.section-divider {
|
|
border: none;
|
|
border-top: 1px solid #eee;
|
|
margin: 28px 0;
|
|
}
|
|
.footer {
|
|
background: #f7f7fb;
|
|
border-top: 1px solid #eee;
|
|
padding: 24px 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 24px;
|
|
}
|
|
.footer-logo {
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
color: #1a1a2e;
|
|
white-space: nowrap;
|
|
}
|
|
.footer-contact {
|
|
font-size: 13px;
|
|
color: #666;
|
|
}
|
|
.footer-contact a { color: #4a6cf7; text-decoration: none; }
|
|
.badge {
|
|
display: inline-block;
|
|
background: #e8f5e9;
|
|
color: #2e7d32;
|
|
border-radius: 3px;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
padding: 2px 7px;
|
|
letter-spacing: 0.3px;
|
|
vertical-align: middle;
|
|
margin-left: 6px;
|
|
}
|
|
.badge.old {
|
|
background: #fdecea;
|
|
color: #c62828;
|
|
}
|
|
@media (max-width: 600px) {
|
|
.content { padding: 24px 20px; }
|
|
.header { padding: 24px 20px; }
|
|
.footer { flex-direction: column; gap: 8px; padding: 20px; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
|
|
<div class="header">
|
|
<h1>Email Setup Guide — westerntire.com</h1>
|
|
<p>Prepared by Arizona Computer Guru • April 2026</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h2>What Changed</h2>
|
|
<p>Your email has been moved to a new mail server. Your email address, password, and all existing messages are <strong>unchanged</strong> — only the server settings in your email program need to be updated.</p>
|
|
<p>If your email stopped working or you are having trouble sending, follow the steps below for your email client.</p>
|
|
|
|
<div class="callout warning">
|
|
If you configured Gmail to send or receive your @westerntire.com email, you will need to update those settings too — see the Gmail section below.
|
|
</div>
|
|
|
|
<hr class="section-divider">
|
|
|
|
<h2>New Server Settings</h2>
|
|
<p>Use these settings for all @westerntire.com accounts:</p>
|
|
|
|
<table>
|
|
<thead><tr><th>Setting</th><th>Value</th></tr></thead>
|
|
<tbody>
|
|
<tr><td>Incoming server (IMAP)</td><td>mail.westerntire.com</td></tr>
|
|
<tr><td>IMAP port</td><td>993</td></tr>
|
|
<tr><td>IMAP security</td><td>SSL / TLS</td></tr>
|
|
<tr><td>Incoming server (POP3)</td><td>mail.westerntire.com</td></tr>
|
|
<tr><td>POP3 port</td><td>995</td></tr>
|
|
<tr><td>POP3 security</td><td>SSL / TLS</td></tr>
|
|
<tr><td>Outgoing server (SMTP)</td><td>mail.westerntire.com</td></tr>
|
|
<tr><td>SMTP port</td><td>587</td></tr>
|
|
<tr><td>SMTP security</td><td>STARTTLS</td></tr>
|
|
<tr><td>Username</td><td>Your full email address</td></tr>
|
|
<tr><td>Password</td><td>Unchanged — same as before</td></tr>
|
|
<tr><td>Authentication</td><td>Normal password</td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="callout">
|
|
<strong>IMAP is recommended over POP3.</strong> IMAP keeps your mail on the server so you can access it from multiple devices and your messages stay in sync. POP3 downloads mail to one device and removes it from the server.
|
|
</div>
|
|
|
|
<h3>Old settings to replace</h3>
|
|
<p>If you see any of these in your current setup, replace them with <code>mail.westerntire.com</code>:</p>
|
|
<ul style="padding-left:20px; margin:8px 0; font-size:14px; color:#444;">
|
|
<li><code>websvr.acghosting.com</code> <span class="badge old">OLD</span></li>
|
|
<li><code>mail.acghosting.com</code> <span class="badge old">OLD</span></li>
|
|
<li>Any IP address (e.g. <code>162.248.93.81</code>) <span class="badge old">OLD</span></li>
|
|
</ul>
|
|
|
|
<hr class="section-divider">
|
|
|
|
<h2>Gmail — Send/Receive from Your westerntire.com Address</h2>
|
|
<p>If you use Gmail and have it set up to check or send mail as your @westerntire.com address, you need to update both the mail fetcher (incoming) and the "Send mail as" settings (outgoing).</p>
|
|
|
|
<h3>Step 1 — Update the incoming mail fetcher (POP3)</h3>
|
|
<div class="steps">
|
|
<ol>
|
|
<li>In Gmail, click the <strong>gear icon</strong> (top right) → <strong>See all settings</strong></li>
|
|
<li>Click the <strong>Accounts and Import</strong> tab</li>
|
|
<li>Under <strong>"Check mail from other accounts"</strong>, find your @westerntire.com address and click <strong>edit info</strong></li>
|
|
<li>Change the mail server to <code>mail.westerntire.com</code></li>
|
|
<li>Port: <code>995</code> • Check <strong>"Always use a secure connection (SSL)"</strong></li>
|
|
<li>Click <strong>Save Changes</strong></li>
|
|
</ol>
|
|
</div>
|
|
|
|
<h3>Step 2 — Update outgoing "Send mail as" (SMTP)</h3>
|
|
<div class="steps">
|
|
<ol>
|
|
<li>In the same <strong>Accounts and Import</strong> tab, find your @westerntire.com address under <strong>"Send mail as"</strong></li>
|
|
<li>Click <strong>edit info</strong> next to it</li>
|
|
<li>Click <strong>Next Step</strong></li>
|
|
<li>Change the SMTP server to <code>mail.westerntire.com</code></li>
|
|
<li>Port: <code>587</code> • Select <strong>TLS</strong></li>
|
|
<li>Username: your full email address • Password: unchanged</li>
|
|
<li>Click <strong>Save Changes</strong></li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="callout">
|
|
After saving, Gmail may send a verification email to your @westerntire.com address to confirm the new settings. Check your inbox and click the confirmation link if prompted.
|
|
</div>
|
|
|
|
<hr class="section-divider">
|
|
|
|
<h2>Other Email Clients</h2>
|
|
|
|
<h3>Microsoft Outlook (Windows)</h3>
|
|
<div class="steps"><ol>
|
|
<li>Go to <strong>File → Account Settings → Account Settings</strong></li>
|
|
<li>Select your @westerntire.com account → click <strong>Change</strong></li>
|
|
<li>Click <strong>More Settings → Incoming Server</strong> tab</li>
|
|
<li>Update server to <code>mail.westerntire.com</code>, port <code>993</code>, SSL/TLS</li>
|
|
<li>Click the <strong>Outgoing Server</strong> tab → update to <code>mail.westerntire.com</code>, port <code>587</code>, STARTTLS</li>
|
|
<li>Click <strong>OK → Next → Finish</strong></li>
|
|
</ol></div>
|
|
|
|
<h3>Outlook for Mac</h3>
|
|
<div class="steps"><ol>
|
|
<li>Open Outlook → <strong>Tools → Accounts</strong></li>
|
|
<li>Select your @westerntire.com account → click <strong>Advanced</strong></li>
|
|
<li>Update incoming server to <code>mail.westerntire.com</code>, port <code>993</code>, SSL checked</li>
|
|
<li>Update outgoing server to <code>mail.westerntire.com</code>, port <code>587</code>, SSL checked</li>
|
|
<li>Click <strong>OK</strong></li>
|
|
</ol></div>
|
|
|
|
<h3>Apple Mail (Mac)</h3>
|
|
<div class="steps"><ol>
|
|
<li>Open Mail → <strong>Mail → Settings → Accounts</strong></li>
|
|
<li>Select your @westerntire.com account → click <strong>Server Settings</strong></li>
|
|
<li>Update both incoming and outgoing server to <code>mail.westerntire.com</code></li>
|
|
<li>Set ports as listed in the table above → click <strong>Save</strong></li>
|
|
</ol></div>
|
|
|
|
<h3>iPhone / iPad</h3>
|
|
<div class="steps"><ol>
|
|
<li>Go to <strong>Settings → Mail → Accounts</strong></li>
|
|
<li>Tap your @westerntire.com account → tap <strong>Account</strong></li>
|
|
<li>Tap <strong>Incoming Mail Server</strong> → change host to <code>mail.westerntire.com</code></li>
|
|
<li>Tap <strong>Outgoing Mail Server</strong> → tap the server name → change to <code>mail.westerntire.com</code></li>
|
|
<li>Tap <strong>Done</strong></li>
|
|
</ol></div>
|
|
|
|
<h3>Android</h3>
|
|
<div class="steps"><ol>
|
|
<li>Open your mail app → <strong>Settings</strong> → tap your @westerntire.com account</li>
|
|
<li>Find <strong>Incoming settings</strong> → server: <code>mail.westerntire.com</code>, port <code>993</code>, SSL/TLS</li>
|
|
<li>Find <strong>Outgoing settings</strong> → server: <code>mail.westerntire.com</code>, port <code>587</code>, STARTTLS</li>
|
|
<li>Save</li>
|
|
</ol></div>
|
|
|
|
<hr class="section-divider">
|
|
|
|
<h2>Webmail</h2>
|
|
<p>You can access your email from any web browser without installing anything:</p>
|
|
<p style="font-size:16px;"><a href="https://mail.westerntire.com" style="color:#4a6cf7; font-weight:600;">https://mail.westerntire.com</a></p>
|
|
<p>Log in with your full email address and your regular password.</p>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<div class="footer-logo">Arizona Computer Guru</div>
|
|
<div class="footer-contact">
|
|
(520) 207-4920 •
|
|
<a href="mailto:support@azcomputerguru.com">support@azcomputerguru.com</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|