No pine on CentOS?

This is a trick I call "Pine Cent". CentOS doesn't come with Pine installed, so if you want a text based mailer, you're stuck with "mail".

So here's what I do on all my CentOS servers:

(in bash):

# alias pine=mutt

(in tcsh):

> alias pine mutt

It's kinda a joke, because well mutt is a very nice text mode email client. Being an old user of unix from way back, something in my brain is hardwired to type "pine" when I want to read email.

Note, the learning curve is a bit steep if you are accustomed to pine, but mutt is just as powerful, if not more so. If you're a mutt "power user" I'd love to see some things you've done with it.

I'm not surprised that Pine

Anonymous's picture

I'm not surprised that Pine is no longer included with Cent OS. Pine has been dead (discontinued) since 2005. The University of Washington (same guys who made Pine) are now distributing a program called Alpine, which is like Pine 2. Not sure if that comes with Cent OS, but it's more likely to be there than Pine.

http://www.washington.edu/alpine/

mutt on CentOS

Meaulnes's picture

> If you're a mutt «power user» I'd love to see some things you've done with it.

I use mutt to send myself files from our server to my office with:
mutt me@office.tld -s "here is myfile" -a myfile

For convenience, I entered the following alias/function into my bash profile (the ^[ are ESC in vi):

sendhome () { HomeAddress="me@office.tld" ; \
        echo -n "       sending ^[[4m$1^[[0m ..." ; \
        echo $1 | mutt "$HomeAddress" -s "$1" -a $1 ; \
        echo "file sent to ^[[36m"$HomeAddress"^[[0m." \
        }

Unfortunately, we have a new server running CentOS but without mutt. Can I just issue «yum install mutt» without screwing something up?

thanks

Meaulnes Legler
Zürich, Switzerland

Webcast
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers

Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6

Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.

Learn more about catching the bad guy in this free white paper.

Learn More

Sponsored by DLT Solutions