Mutt: IMAP & SMTP Configuration (Linux Terminal)

Mutt: IMAP & SMTP Configuration (Linux Terminal)

Mutt is an excellent, open-source, messaging client that functions through the Linux terminal. Many security experts are still using this because it has good PGP support, it’s fast, and can be customised to one’s taste. It isn’t recommended for those who only begin learning about command-based interfaces. There are a few things that need to be configured in the /etc/muttrc file, such as  IMAP y SMTP. However, once these few things have been dealt with, it is quite easy to use to receive/send e-mail. 

This is the step by step, command-line based process:

  1. Download and install mutt. 
    sudo apt-get install mutt
  2. Open the file with your preferred text-editor. I use Vim. 
    vim /etc/Muttrc 
  3. Create a commentary “e-mail-configuration” so it is easy to understand in the future. 
     #e-mail-configuration
  4. Next, paste the following information. Make sure to replace “username@email.com”, and “password” with your real details. 
    # IMAP
    set from         = "username@email.com"
    set imap_user         = "username@email.com" 
    set imap_pass = "password" 
    set folder = "imaps://imap.gmail.com:993" 
    set imap_check_subscribed
  5. # SMTP 
    set smtp_url = "smtp://username@smtp.email.com:587/" 
    set smtp_pass = "password" set spoolfile = "+INBOX" 
    set postponed = "+[Gmail]/Drafts" set trash = "imaps://imap.gmail.com/[Gmail]/Trash" set header_cache =~/.mutt/cache/headers set message_cachedir =~/.mutt/cache/bodies set certificate_file =~/.mutt/certificates

     

  6. Finally, execute:
    mkdir -p /home/.mutt/cache

 

That’s it. Now Mutt is ready to go. 

You Might Also Enjoy Reading

How Long Does it Take to Build Organic…
Building organic traffic to your website is a crucial aspect…
Read more
The Psychology of TikTok: Unveiling the Intriguing Dynamics…
The rise of TikTok, an app that allows users to…
Read more
The Psychology of the Israel vs. Palestine Conflict:…
The history behind the conflict between Israel and Palestine is…
Read more
How to Become a Prompt Engineer of Artificial…
Artificial Intelligence (AI) is becoming increasingly integrated into our everyday…
Read more
I Tracked Mobile Core Web Vitals for a…
A lot of people think that web optimisation is as…
Read more
How to Succeed with Wordpress
WordPress is an incredible platform that has revolutionised the way…
Read more
The Eighth Wonder
Description: The transatlantic cable, completed in July 1866, was the…
Read more
The Psychology of Artificial Intelligence: An Introduction
Artificial Intelligence (AI) is a field that combines elements of…
Read more
Digital Antisemitism Has Become Normal Globally
In recent years, the rise of digital antisemitism has become…
Read more
The Psychology of Amazon
Amazon has become a ubiquitous presence in our lives. It…
Read more
The Evolution of Humanity: Exploring the Possibilities of…
Transhumanist philosophy is a concept that has been gaining increasing…
Read more
A Scientist's Perspective on Videogames
As a scientist, I have always been fascinated by the…
Read more

Discover more from BETSHY

Subscribe to get the latest posts sent to your email.

Discover more from BETSHY

Subscribe now to keep reading and get access to the full archive.

Continue reading

Discover more from BETSHY

Subscribe now to keep reading and get access to the full archive.

Continue reading