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.

__________________________
-- FLR or flrichar is a superfan of Linux Journal, and goofs around in the LJ IRC Channel

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Meaulnes's picture

mutt on CentOS

On May 1st, 2008 Meaulnes (not verified) says:

> 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

Post new comment

Please note that comments may not appear immediately, so there is no need to repost your comment.
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i> <b>
  • Lines and paragraphs break automatically.

More information about formatting options

Featured Videos

The November 13, 2008 edition of Linux Journal Live! Shawn Powers and special guest, Linux Journal Author Daniel Bartholomew, talk e-book readers and Daniel's Kindle, DRM, and other goodness.

From the Magazine

December 2008, #176

The Oxford English Dictionary says the word "gadget" is a placeholder name for a technical item whose precise name one can't remember. Like that book-reader thingy from Amazon...what's it called? Spindle, Gindle...Kindle, that's it. Check it out in this month's gadget issue.

Other gadgets covered include the Nokia tablets, the BlackBerry, the Neo FreeRunner, the Dash Express, the Roku Netflix Player, the Kangaroo TV, The TomTom GO 930 and the MooBella Ice Cream System. On the larger hardware front, read the reviews of the Acer Aspire One and the YDL PowerStation. On the software front, check out the articles and columns on memcached, Samba security, Mutt, desktop gadgets, bash and Puppet. To wrap it all up, read Doc's thoughts on Google and the browser platform.

Read this issue

Sign up for our Email Newsletter