-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Thunderbird Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to Thunderbird on Linux, covering Arch Linux, CachyOS, and other distributions including installation, email configuration, and account setup.
Arch/CachyOS:
# Install Thunderbird
sudo pacman -S thunderbirdDebian/Ubuntu:
sudo apt install thunderbirdFedora:
sudo dnf install thunderbirdStart Thunderbird:
# Launch Thunderbird
thunderbird
# Or from application menuFirst launch:
- Account Settings → Account Actions → Add Mail Account
- Enter name, email, password
- Thunderbird auto-configures
- Click Done
Configure manually:
- Account Settings → Server Settings
- IMAP/POP3: Select protocol
- Server: Enter server address
- Port: 993 (IMAP) or 995 (POP3)
- Security: SSL/TLS
IMAP settings:
Server: imap.example.com
Port: 993
Security: SSL/TLS
POP3 settings:
Server: pop3.example.com
Port: 995
Security: SSL/TLS
Install extensions:
- Tools → Add-ons
- Browse extensions
- Install desired extensions
Email filters:
- Tools → Message Filters
- New filter
- Set conditions
- Set actions
Check settings:
# Check network
ping imap.example.com
# Check ports
telnet imap.example.com 993Verify configuration:
- Account Settings → Server Settings
- Check server address
- Verify port numbers
- Test connection
This guide covered Thunderbird installation, account setup, and configuration for Arch Linux, CachyOS, and other distributions.
- Email Clients - Email applications
- Networking - Network setup
- Thunderbird: https://www.thunderbird.net/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.