Administration
  Home arrow Administration arrow Page 10 - A Man And His Mutt
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ADMINISTRATION

A Man And His Mutt
By: Vikram Vaswani, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 9
    2001-12-04

    Table of Contents:
  • A Man And His Mutt
  • Feature Overload
  • Road Test
  • Room With A View
  • Don't Ask
  • Looking Good, Feeling Better
  • Three's A Crowd
  • Reach Out And Touch Someone
  • Hooking Up
  • Beep Beep
  • Webcrawling

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    Route your faxes to your email inbox. Private, secure fax numbers available from CallWave. Choose your fax number.

    A Man And His Mutt - Beep Beep
    (Page 10 of 11 )

    A bunch of other miscellaneous variables and functions keep things interesting. Here's a quick list:

    You can force Mutt to append a particular host name to every unqualified email address (handy if most of your mail is to users on the same domain) with the "hostname" variable.
    set hostname="melonfire.com"        # attach default hostname
    You can tell Mutt to check for new email at periodic intervals with the "mail_check" and "timeout" variables,
    set mail_check=60                  # check mail every 60 seconds
    set timeout=30                     # 30 seconds inactivity before checking
    mail
    and have it let you know with a beep.
    set beep_new                        # beep if new mail comes in
    By default, Mutt only checks your mail spool for new mail. In case you have an agent running in the background and filtering your email into different mailboxes - think procmail - then this feature isn't going to be all that useful to you. Which is why Mutt also allows you to specify a list of additional mailboxes it can check for new mail.
    mailboxes =lists/melonfire-dev       # mailboxes which get new mail
    mailboxes =irc-friends
    In case you have multiple email addresses, you can use the "alternates" variable to let Mutt know about them. This helps the program to identify which messages are addressed to you, and display status flags accordingly.
    set alternates="\^(\
    (icarus@somehost\\.com)\
    |(i@someotherhost\\.com)\
    )$"                                 # these are all my addresses
    You can alter the "From: " field on every email message sent out with the "from" variable,
    set from="The Geek Prince <g@somehost.com>"   # reset From: field to this
    and add custom headers to your email with the "my_hdr" command.
    my_hdr Weather: Cloudy with prospects of rain                 # custom
    header

    my_hdr Web_Ad: Visit us online at http://www.melonfire.com/ # custom header
    And, in the same vein, you can have Mutt automatically attach a "User-Agent:" header identifying itself to every message you send out.
    set user_agent                       # add User-Agent: header
    

    More Administration Articles
    More By Vikram Vaswani, (c) Melonfire


     

       

    ADMINISTRATION ARTICLES

    - Configuring Load-Balanced Clusters
    - Load-Balanced Clusters
    - UNIX Time Format Demystified
    - Making Changes in the CVS
    - Building Your First CVS Repository
    - CVS Quickstart Guide
    - Authorizing Users in Samba
    - Handling User Accounts in Samba
    - Authentication in Samba
    - Accounts, Authentication, and Authorization
    - Advanced Concepts on Dealing with Files and ...
    - Dealing with Files and Filesystems
    - More Hacks for the User Environment in BSD
    - Personalizing the User Environment in BSD
    - Customizing the User Environment in BSD

     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway