Old School Linux email with Alpine

Status
Not open for further replies.

Osiris

Golden Master
Messages
36,817
Location
Kentucky
Source: Old School Linux email with Alpine

I grew up with old-school email tools in Linux. The primary tool I used was Pine. Pine was simple, elegant, reliable, and insanely fast and lightweight. Of course Pine was a text-based email client only. To view graphics or html you had to invoke an external application. Pine also wasn't a “point and click” email client that people were beginning to grow fond of. But Pine could be used remotely which, for some, solved a lot of problems.
After many years Pine caved under licensing issues and a replacement forked from Pine called Alpine. I still use Alpine when I want a no-frills email client or I am logging in remotely. And in this article I am going to show you how to install, configure, and use Alpine.
Installing
Alpine is simple to install. Fire up your Add/Remove Software utility and do a search for Alpine. Once you see Alpine, select the results and click Apply to install the software. You could also install via command line like so:
sudo apt-get install alpine
or
yum install alpine
or
urpmi alpine
Running
http://www.ghacks.net/wp-content/uploads/2009/03/alpine_menu.png Alpine Menu

Once Alpine is installed, in order to run the software, you have to open up a terminal window. Once you open a terminal window issue the command alpine. Once Alpine has started you will see the menu screen. From this screen you can get to everything you need in Alpine.
Upon first run you will need to configure Alpine to work with your system. To get to the configuration screen click the “s” key and then click the “c” key.
http://www.ghacks.net/wp-content/uploads/2009/03/alpine_config.png Configuration Screen

The screen you see on the right is where you can get to all of the various configuration options within Alpine. Here you can set up:
  • <LI itxtvisited="1">Printer <LI itxtvisited="1">Password <LI itxtvisited="1">Configuration options <LI itxtvisited="1">Signature <LI itxtvisited="1">Addressbook <LI itxtvisited="1">Folders <LI itxtvisited="1">Rules <LI itxtvisited="1">LDAP <LI itxtvisited="1">Color
  • Remote Configuration setup
http://www.ghacks.net/wp-content/uploads/2009/03/alpine_config1.png Configuration Options

The first screen you will want to visit is the Configuration options (that's the “c” option).
From this screen you will need to configure your incoming/outgoing servers (as well as a few other options).
The one option that can trip people us is the Inbox Path. If you get your email from a remote server you can not just configure the Inbox name here. Say, for instance you get your mail from the remote server “mail.maildomain.com”. To configure Alpine for this you would enter
{mail.maildomain.com/user=username}INBOX_NAME
Where username is the actual username and INBOX_NAME is the actual name of your inbox.
in the Inbox Path option.
Now if Alpine complains about certificate errors you might have to enter your Inbox Path with the novalidate-cert option like so:
{mail.maildomain.com/novalidate-cert/user=username}INBOX_NAME
The rest of the options can be configured as you would expect.
Using Alpine
http://www.ghacks.net/wp-content/uploads/2009/03/alpine_inbox.png Alpine Inbox

Using Alpine is simple. You navigate around with the arrow keys or various single keys or key-combinations. To get to your inbox you would click the “i” key from the main screen. You will notice at the bottom of the main screen a number of indicators that help you do a number of things.
Here are the main keys or combinations you will need to know:
  • <LI itxtvisited="1">c - Compose an email <LI itxtvisited="1">Ctrl-c - Cancel an action <LI itxtvisited="1">Ctrl-x Send an email <LI itxtvisited="1">Enter - Read an email <LI itxtvisited="1">r - Reply to an email <LI itxtvisited="1">f - Forward an email <LI itxtvisited="1">Ctrl-t - Add an address to the Alpine addressbook <LI itxtvisited="1">d - Delete an email <LI itxtvisited="1">u - Undelete an email <LI itxtvisited="1">s - Save an email
  • e - Export an email
The above list will get you by fairly well in Alpine.
Final Thoughts
Alpine is one of the most reliable email clients available. Does it have its shortcomings? Of course. But for what it does you will be hard pressed to find a better solution.
 
Status
Not open for further replies.
Back
Top Bottom