Category: Mutt

  • Installing and Configuring mSMTP

    mSMTP is an SMTP client which can be used with various applications and scripts such as Mutt, Php, Python etc Remember, we will do everything as a sudo user and NOT root. Install the msmtp and ca-certificates packages. For Arch $ sudo pacman -S msmtp ca-certificates For Debian/Ubuntu $ sudo apt-get install msmtp ca-certificates For…

  • MUTT – encrypting password with GNUpg

    To encrypt password with mutt, we will be using GNUpg, install it : For Debian based : $ sudo apt-get install gnupg gnupg-agent For RPM based : $ sudo yum install gnupg gnupg-agent after installing it you need to generate an encryption key by using following. gpg –gen-key Select appropriate options. Enter you name, email…

  • MUTT – The Ultimate Mailing Client

    Mutt is a small but very powerful text-based mail client for Unix operating systems. The current stable public release version is 1.4.2.3; the current development release version is 1.5.21. For more information, refer : http://mutt.org First of all, Download Needed files. Next, Installing Mutt. for Debian based : $ sudo apt-get install mutt urlview for…