Archives 2021

Email – POP, IMAP, SMTP … What Does It All Mean?

Article (PSA‑0017)

Why Knowing What Happens “Under the Hood” Helps

We all send and receive email every day, but only notice a problem when a message won’t go out or an inbox stays empty. Understanding the basic flow and the protocols involved can save you time, frustration, and even money.

Email Flow – From You to the Recipient

  1. You compose the message in an email client (Outlook, Thunderbird, Apple Mail, etc.) and click **Send**.
  2. The client talks to your outgoing mail server using the **SMTP** protocol (usually on port 587 or 465 with TLS). The server accepts the message and places it in a queue.
  3. The SMTP server looks up the recipient’s domain (e.g., example.com) via DNS MX records, then hands the message off to the recipient’s inbound server.
  4. The inbound server stores the message until the recipient’s client retrieves it.
  5. The recipient’s client uses either **IMAP** or **POP3** (both over TLS) to download the message, then displays it in the inbox.

Key Email Protocols

Outgoing – SMTP (Simple Mail Transfer Protocol)

  • Used **only** for sending mail.
  • Modern servers require encryption (STARTTLS on port 587 or SMTPS on port 465).
  • Often works with OAuth 2.0 authentication (e.g., Google, Microsoft 365) rather than plain passwords.

Incoming – IMAP vs. POP3

  • IMAP (Internet Message Access Protocol) – Port 993 (TLS)
    • Keeps mail on the server.
    • Syncs folders across all devices (phone, laptop, desktop).
    • Supports server‑side searching and multiple mailboxes.
  • POP3 (Post Office Protocol) – Port 995 (TLS)
    • Downloads mail to the local device and (by default) removes it from the server.
    • Good for a single device with limited storage, but makes multi‑device access painful.
  • Even when POP3 is used, most providers now keep a copy on the server for a short grace period.

Choosing the Right Receive Protocol

  • If you need to read mail on multiple devices (phone, tablet, work PC) – choose **IMAP**.
  • If you only ever use one device and want to store mail locally – POP3 will work, but IMAP is still the safer default.

Quick Troubleshooting Checklist

  1. Can you connect to the internet? Verify Wi‑Fi/Ethernet works.
  2. Sending problems?
    • Check SMTP server name, port, and encryption.
    • Confirm username/password (or OAuth token) is correct.
    • Look for any firewall or antivirus that might block outbound port 587/465.
  3. Receiving problems?
    • Verify IMAP (or POP3) server address, port, and TLS setting.
    • Make sure the account isn’t set to “offline” or “work offline”.
    • Check that your mailbox isn’t full (many providers impose a quota).
  4. Authentication errors? Many providers now require **app‑specific passwords** or **OAuth 2.0**; generate a new credential in your account portal.
  5. Still stuck? Capture the exact error message and give it to your IT support team – it often points directly to the mis‑configured setting.

Bottom Line

Understanding the three core protocols—SMTP for sending, IMAP/POP3 for receiving—lets you diagnose most common email issues quickly. Use IMAP whenever you want seamless access from multiple devices; stick with POP3 only if you have a strong need to keep mail solely on one machine.

Need a Hand?

If you have questions about configuring your email client, fixing sending/receiving problems, or setting up a more secure authentication method, call PSA Computer Services at (707) 506‑6802. We’ll get your inbox back on track.

Windows 11, The Basics

Article (PSA‑0016)

Microsoft announced that Windows 11 will replace Windows 10 as the latest desktop operating system. The upgrade will be offered **free of charge** to eligible Windows 10 PCs, but only if the hardware meets the new system requirements.

Minimum System Requirements (as of 2025)

  • 64‑bit processor (dual‑core ≥ 1 GHz). Supported families include:
    • Intel 8th‑generation or newer (i3/i5/i7/i9)
    • AMD Ryzen 2000 series or newer
  • 4 GB RAM (8 GB recommended for smoother performance)
  • 64 GB storage (SSD preferred for faster load times)
  • Display: ≥ 720p (1280 × 720) with at least a 9‑inch diagonal
  • UEFI firmware with **Secure Boot** enabled
  • TPM 2.0 chip (hardware‑based security)
  • DirectX 12 compatible graphics (or later) – required for the new visual features and gaming enhancements

Key Differences from Windows 10

  • 64‑bit only – No 32‑bit edition. Existing 32‑bit applications will run under Windows 11’s 64‑bit compatibility layer.
  • New user interface – centered Start menu, refreshed taskbar, and rounded‑corner windows. It’s a visual shift, but familiar functionality remains.
  • Gaming‑focused features – Auto HDR, DirectStorage, and DirectX 12 Ultimate. Helpful for gamers, neutral for most business users.
  • Update cadence – Microsoft is moving to **one major feature update per year** (plus security patches), which should reduce the disruption many users experienced with two‑per‑year rollouts in Windows 10.

Upgrade Path

  • The upgrade is **free** for eligible Windows 10 devices.
  • There is **no deadline** to start the upgrade; you can remain on Windows 10 until you choose to move.
  • When you do upgrade, the installer will verify hardware compatibility. If your PC falls short, you’ll be prompted to either continue with a limited install or keep Windows 10.
  • OEMs (computer manufacturers) will continue to purchase Windows 11 licenses for new systems.

Quick Compatibility Checklist

  1. Run the PC Health Check tool to see if your machine meets the requirements.
  2. Confirm the BIOS/UEFI settings have Secure Boot and TPM 2.0 enabled.
  3. Check for at least 4 GB of RAM (8 GB is better) and 64 GB of free storage.
  4. Verify the graphics driver supports DirectX 12 (or later).
  5. If any item is missing, consider a hardware upgrade (e.g., adding more RAM or swapping to an SSD).

What This Means for You

For most business users the shift to Windows 11 will be a modest change—core productivity apps still work, and the single‑per‑year update cycle should make life simpler. The new UI may require a short period of adjustment, but it is designed to be more streamlined.

Need Guidance?

If you have questions about Windows 11 compatibility, upgrading your hardware, or simply want help planning the transition, call PSA Computer Services at (707) 506‑6802. We’ll walk you through the process and make sure your system is ready.

You’ve Got Spam!

Article (PSA‑0015)

Receiving spam is annoying. Seeing that same spam is being sent **with your own address** is even worse. When that happens one of two things is going on:

  1. Spoofing – the attacker forges the From: field so the message looks like it came from you, even though they have no access to your account.
  2. Hijacking – the attacker has actually taken control of your email account, can read your messages, see your contacts, and send mail as you.

What Spoofing Looks Like (and What You Can’t Do About It)

  • Messages appear in recipients’ inboxes with your address as the sender.
  • The source IP is usually a compromised computer far away – not yours.
  • There is currently no reliable way to **prevent** spoofing, nor to know who is doing it.
  • Spoofers typically move on quickly; most providers will temporarily block the offending address if the volume spikes.

Hijacking Is Treatable – How to Recover Your Account

  1. Try to log in from a clean device (or use a browser’s private/incognito mode). If you can’t sign in, click the provider’s “Forgot password?” or “Need help?” link.
  2. Reset the password immediately.** The password‑reset email must be claimed before the attacker does.
  3. If the reset link has already been used or you can’t receive it, contact the email provider’s support team (e.g., Gmail, Outlook, Yahoo) and explain that your account has been compromised.
  4. After you regain access, review security settings:
    • Enable **multi‑factor authentication (MFA)** if it’s available.
    • Check for any forwarding rules, auto‑responders, or linked applications you didn’t create and delete them.
  5. Change passwords on any other services where you reused the same credentials.** Attackers often try those next.
  6. Send a brief apology to anyone who received spam from your address, letting them know you’ve secured the account.

Prevent Future Compromise – Four Simple Steps

  • Strong passwords: at least 9 characters, mixing upper‑ and lower‑case letters, numbers, and symbols.
  • Unique passwords per account: use a password manager to keep track.
  • Enable multi‑factor authentication (MFA): adds a second verification step (code text, authenticator app, hardware key).
  • Never send passwords by email: never include login credentials in any message.

Need a Hand?

If you suspect your email has been spoofed or hijacked and you need help getting it back under control, call PSA Computer Services at (707) 506‑6802. We’ll guide you through recovery and bolster your security.