If your BigPond email address (ending in @bigpond.com, @bigpond.net.au, or @telstra.com) has stopped sending or receiving messages via POP3 in desktop clients such as Microsoft Outlook, Apple Mail, or Mozilla Thunderbird, you are not alone.
Because BigPond mail services migrated to the unified Telstra Mail infrastructure, legacy POP3 server endpoints (such as pop-mail.outlook.com, mail.bigpond.com, or legacy port 110 configurations) have been deprecated or strictly enforce modern encryption standards (SSL/TLS).
Below is a detailed technical guide analyzing why POP3 failures occur with BigPond accounts and step-by-step instructions to restore your email functionality.
1. Root Causes of BigPond POP3 Server Failures
When a POP3 connection fails, mail software typically displays generic error codes like 0x800CCC0E (cannot connect to server), 0x800CCC92 (authentication rejected), or connection timeout warnings. The primary technical reasons include:
- Legacy Server Hostnames: Using outdated incoming hostnames (
mail.bigpond.comorpop3.bigpond.com) instead of the active Telstra Mail mail gateway. - Deprecation of Unencrypted Connections: Modern email security requires explicit SSL/TLS socket layer encryption on incoming port 995. Unencrypted POP3 connections over port 110 are actively blocked or reset by ISP firewalls.
- POP3 Multi-Device Lockouts: Unlike IMAP, POP3 downloads messages locally to a single client and often locks the mailbox during sync, causing authentication errors when accessed across multiple devices simultaneously.
- Mismatched SMTP Outgoing Authentication: Outgoing mail failures occur if SMTP is not explicitly set to require authentication matching the incoming credentials.
2. Updated Manual Configuration Settings
To re-establish a stable POP3 connection, ensure your client matches Telstra’s active mail gateway configurations:
Incoming Mail Server (POP3)
- Server Address:
pop.telstra.com - Port:
995 - Encrypted Connection:
SSL/TLS(Required) - Username: Your full email address (e.g.,
[email protected]) - Password: Your standard BigPond / Telstra Mail password
Outgoing Mail Server (SMTP)
- Server Address:
smtp.telstra.com - Port:
465(SSL/TLS) or587(STARTTLS) - Authentication: Required (Select “Use same settings as incoming mail server”)
3. Step-by-Step Technical Troubleshooting Procedure
Follow these steps sequentially to isolate whether the breakdown stems from your mail client, network configuration, or account state.
[Start POP3 Troubleshooting]
│
Can you log into Webmail?
│ │
(No) (Yes)
│ │
[Reset Telstra Password] [Check Port & Encryption Settings]
│ │
└────────────┬───────────┘
│
Is Port 995 (SSL) configured?
│
(Yes)
│
[Consider Migrating POP3 Account to IMAP Protocol]
Step 1: Perform Webmail Isolation Test
Before altering client configurations, navigate to the official Telstra Webmail login portal (webmail.telstra.com).
- If Webmail fails: The issue is a global account lock, password expiry, or Telstra outage. Initiate a password reset via the My Telstra portal.
- If Webmail succeeds: The mailbox state is healthy. The failure is strictly confined to your client application’s port, server hostname, or security layer settings.
Step 2: Update Server Hostnames and Encryption Settings
In your email client (e.g., Microsoft Outlook or Apple Mail):
- Navigate to Account Settings -> Server Settings.
- Replace any reference to
mail.bigpond.comorpop-mail.outlook.comwithpop.telstra.com. - Change the Incoming Port number to
995. - Set the Security/Encryption drop-down menu explicitly to SSL or SSL/TLS.
- Under Outgoing Mail Server (SMTP), set host to
smtp.telstra.comand port to465(with SSL/TLS). Ensure Outgoing Authentication is toggled ON.
Step 3: Verify Network and Port Access (Command Line Test)
Network firewalls or third-party antivirus software can silently block SSL ports (995 and 465). You can test connectivity using PowerShell or Terminal:
PowerShell
# Test incoming POP3 SSL connection
Test-NetConnection -ComputerName pop.telstra.com -Port 995
# Test outgoing SMTP SSL connection
Test-NetConnection -ComputerName smtp.telstra.com -Port 465
If TcpTestSucceeded returns False, disable local antivirus email shields or check if your router firewall blocks outbound POP3 traffic.
4. Why You Should Migrate from POP3 to IMAP
While restoring POP3 connection settings solves the immediate connection failure, POP3 is an outdated protocol ill-suited for modern multi-device environments.
| Feature | POP3 (pop.telstra.com) | IMAP (imap.telstra.com) |
| Syncing | Downloads to 1 device; single-direction | Syncs bidirectionally across all devices |
| Folder Support | Local folders only | Full server-side folder sync |
| Sent Items | Saved locally on single computer | Accessible on phone, tablet, webmail |
| Conflict Risk | High lockouts when 2 devices sync simultaneously | Seamless concurrent access |
| Recommended Port | 995 (SSL) | 993 (SSL) |
How to Reconfigure Your BigPond Account to IMAP:
- Export your existing inbox, sent items, and local folders to a backup file (
.pstin Outlook or.mboxin Apple Mail). - Add a new account in your mail app selecting IMAP.
- Use Incoming Server:
imap.telstra.com, Port993, EncryptionSSL/TLS. - Once verified, remove the legacy POP3 account profile to avoid double-downloading or credential conflicts.
Summary Checklist
- [x] Verify account password via webmail portal (
webmail.telstra.com). - [x] Update incoming POP host to
pop.telstra.comon Port 995 (SSL/TLS). - [x] Update outgoing SMTP host to
smtp.telstra.comon Port 465 (SSL/TLS). - [x] Ensure Outgoing Authentication is enabled using incoming mail credentials.
- [x] Transition from POP3 to IMAP (
imap.telstra.com:993) for seamless cross-device synchronization.
Also Read: Comprehensive Guide: Fixing Canon Scan-to-Email (SMTP) Failures with Microsoft 365 – My Tech Blaze
Source: What are the IMAP, POP and SMTP mail server settings? | Telstra
