Skip to content

Linux Thunderbird Guide

Mattscreative edited this page Dec 5, 2025 · 2 revisions

Linux Thunderbird Guide

Complete beginner-friendly guide to Thunderbird on Linux, covering Arch Linux, CachyOS, and other distributions including installation, email configuration, and account setup.


Table of Contents

  1. Thunderbird Installation
  2. Account Setup
  3. Email Configuration
  4. Thunderbird Features
  5. Troubleshooting

Thunderbird Installation

Install Thunderbird

Arch/CachyOS:

# Install Thunderbird
sudo pacman -S thunderbird

Debian/Ubuntu:

sudo apt install thunderbird

Fedora:

sudo dnf install thunderbird

Launch Thunderbird

Start Thunderbird:

# Launch Thunderbird
thunderbird

# Or from application menu

Account Setup

Add Email Account

First launch:

  1. Account SettingsAccount ActionsAdd Mail Account
  2. Enter name, email, password
  3. Thunderbird auto-configures
  4. Click Done

Manual Configuration

Configure manually:

  1. Account SettingsServer Settings
  2. IMAP/POP3: Select protocol
  3. Server: Enter server address
  4. Port: 993 (IMAP) or 995 (POP3)
  5. Security: SSL/TLS

Email Configuration

IMAP Setup

IMAP settings:

Server: imap.example.com
Port: 993
Security: SSL/TLS

POP3 Setup

POP3 settings:

Server: pop3.example.com
Port: 995
Security: SSL/TLS

Thunderbird Features

Extensions

Install extensions:

  1. ToolsAdd-ons
  2. Browse extensions
  3. Install desired extensions

Filters

Email filters:

  1. ToolsMessage Filters
  2. New filter
  3. Set conditions
  4. Set actions

Troubleshooting

Email Not Receiving

Check settings:

# Check network
ping imap.example.com

# Check ports
telnet imap.example.com 993

Connection Errors

Verify configuration:

  1. Account SettingsServer Settings
  2. Check server address
  3. Verify port numbers
  4. Test connection

Summary

This guide covered Thunderbird installation, account setup, and configuration for Arch Linux, CachyOS, and other distributions.


Next Steps


This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.

Clone this wiki locally