Install and configure Thunderbird: Difference between revisions
No edit summary |
No edit summary |
||
Line 81: | Line 81: | ||
[[File:Thunderbird_icon.png|thumb|center|Thunderbird icon]] | [[File:Thunderbird_icon.png|thumb|center|Thunderbird icon]] | ||
So Installing Thunderbird on windows is done. | |||
Now lets see how to install Thunderbird on Ubuntu/Linux. | |||
===Installing Thunderbird on Ubuntu=== | |||
'''Before You Begin''' | |||
Check your current Ubuntu version & Upgrade | |||
You can check your current Ubuntu version by the following command: | |||
<code>lsb_release -a</code> | |||
If your machine is already running Ubuntu 16.04.1 LTS or higher than that, There is no need for you to upgrade the OS. | |||
Otherwise you need to upgrade the OS by the following command: | |||
<code>sudo apt-get update && sudo apt-get upgrade</code> | |||
'''Note:''' | |||
This article is written for a non-root user. Commands that require elevated privileges are prefixed with <code>sudo</code>. If you’re not familiar with the <code>sudo</code> command, you can check the [https://www.linode.com/docs/tools-reference/linux-users-and-groups Users and Groups] guide. |
Revision as of 15:35, 23 April 2017
Sheela Raj
Group : Cyber Security Engineering (C21)
Subject : Authentication & Authorization.
Introduction
In this article, we will cover how to Install and configure Thunderbird on both windows and Ubuntu.
Thunderbird
- Thunderbird is a free, open source, cross-platform email.
- Thunderbird can manage multiple email, newsgroup, and news feed accounts and supports multiple identities within accounts.
- Features such as quick search, saved search folders, advanced message filtering, message grouping, and labels help manage and find messages.
- On Linux-based systems, system mail accounts are supported.
- Basically it is a local (rather than a browser or web-based) email application that is easy-to-use.
Information about Thunderbird
Who makes Thunderbird
- Thunderbird is developed, tested, translated and supported by the folks at Mozilla Corporation and by a group of dedicated volunteers.
Is Thunderbird available for my platform?
- Probably Windows, Mac and Linux are available from the download page.
- For other operating systems,you can build Thunderbird from the source code.
What is my Thunderbird email?
- Thunderbird is an email application, so it does not provide email addresses.
- But It can be used with any existing email address to send, receive, sort and search your email messages.
Where is my personal information stored?
- Thunderbird stores your personal stuff(such as my messages, passwords, account information, etc) on your local drive.
- If you are using the IMAP protocol for accessing messages, your messages will also store on your email server.
Installation
In this part we will see how to install Thunderbird on both windows and Ubuntu.
Before we start
- Before installing Thunderbird, Make sure that your computer meets the System Requirements.
- You can check the System Requirements in this Thunderbird system requirements guide.
Installing Thunderbird on Windows
Step 1
- Now visit the Thunderbird download page in any browser.
- The page will automatically recommend the best version(s) of Thunderbird for you.
Step 2
- Depending on your web browser, you may be presented with a run or save file option.
- If you are asked to save the file, save it to a location on your computer where you can find and open the file later.
- Alternatively, if you are presented with a run option, choose to run the downloaded file automatically.
Step 3
- Once you have run or saved , it will prompt you to the welcome screen.
- Click next on it, to continue.
Step 4
- So after step 3 you are successfully downloaded the Thunderbird.
- Now you can view the Thunderbird icon on your computer.
So Installing Thunderbird on windows is done.
Now lets see how to install Thunderbird on Ubuntu/Linux.
Installing Thunderbird on Ubuntu
Before You Begin
Check your current Ubuntu version & Upgrade
You can check your current Ubuntu version by the following command:
lsb_release -a
If your machine is already running Ubuntu 16.04.1 LTS or higher than that, There is no need for you to upgrade the OS.
Otherwise you need to upgrade the OS by the following command:
sudo apt-get update && sudo apt-get upgrade
Note:
This article is written for a non-root user. Commands that require elevated privileges are prefixed with sudo
. If you’re not familiar with the sudo
command, you can check the Users and Groups guide.