WEB WORKBENCH

My Project Workspace

A collection of systems, experiments, and builds

🧭 Stage 12 β€” Real-World Email Testing (Gmail + Thunderbird)

At this stage I move from configuration into real-world usage.
The goal is simple:
Prove the email system works outside the server using real devices and real email providers.

πŸ“‘ Step 1 β€” External email test (Gmail β†’ server)

I send a test email from a Gmail account to: user@webworkbench.co.uk

This checks:

DNS is correctly pointing to the server
MX records are working
Mail is being accepted externally
Server is reachable from the internet

πŸ“¬ Step 2 β€” Receive email in Roundcube

I log into Roundcube: https://mail.webworkbench.co.uk/webmail

Then I confirm the Gmail email has arrived.
This verifies:

IMAP (port 993) is working
Mail is being stored correctly in the mailbox
Incoming mail flow is stable

πŸ“€ Step 3 β€” Reply test (server β†’ Gmail)

From Roundcube, I reply to the Gmail email.

This tests:

Outgoing mail flow from Postfix
SMTP2GO (if enabled) or direct sending
Deliverability back to external providers

If the reply arrives in Gmail, the full email loop is confirmed.

πŸ’» Step 4 β€” Thunderbird setup (desktop client)

Next I configure Thunderbird on my home machine.

Incoming settings (IMAP)

Email: user@webworkbench.co.uk
Server: mail.webworkbench.co.uk
Port: 993
Security: SSL/TLS
Authentication: normal password

Outgoing settings (SMTP)

Server: mail.webworkbench.co.uk (or SMTP2GO if used)
Port: 2525 (SMTP2GO) or default Postfix SMTP
Authentication enabled if required

🧱 Stage result

At the end of this stage:

  • Gmail can send email to the server

  • Server receives mail correctly via IMAP

  • Replies successfully return to Gmail

  • Thunderbird connects and syncs mailboxes

  • Email system is fully usable in real-world conditions

InfoAbout β€’Cookie infoβ€’Contactβ€’FAQs