Mutt is a very popular and powerful command line client for Email handling and is the tool of choice for many Linux power users.
It is fairly straightforward to configure Mutt Email client for Gmail IMAP on Centos 6/RHEL with a few simple commands.
This is a quick guide to getting it up and running on Centos 6/RHEL in basic IMAP mode for Gmail. If you want more then you could do much worse than checking out the guide at the Arch Linux wiki.
However, if you just want to get your Mutt working with Gmail Centos 6/RHEL then do the following.
First install it.
$sudo yum -y install mutt
Make a directory for the files.
$mkdir .mutt (or /home/
Now create and edit a muttrc file
vi ~/.mutt/muttrc (‘i’ to insert the following)
set imap_user = ‘[email protected]’
set imap_pass = ‘your password’
set spoolfile = imaps://imap.gmail.com:993/INBOX
set folder = imaps://imap.gmail.com:993
set record=”imaps://imap.gmail.com/[Gmail]/Sent Mail”
set postponed=”imaps://imap.gmail.com/[Gmail]/Drafts”
set header_cache=”~/.mutt/cache/headers”
set message_cachedir=”~/.mutt/cache/bodies”
set certificate_file=»~/.mutt/certificates»
Save the file (Esc ZZ)
$mutt
Should open up a mutt window accessing your Emails.
Оригинал: minimallinux.blogspot.com/2012/08/centos-6rhel-install-mutt-email-client.html
Mutt является очень популярным и мощным клиент командной строки для обработки электронной почты и является инструментом выбора для большинства пользователей власть.
Это довольно просто настроить Mutt Почтовый клиент для работы Gmail IMAP на Centos 6/RHEL с несколькими простыми командами.
Это краткое руководство, чтобы получить его и работает на Centos 6/RHEL в основном режиме IMAP для Gmail. Если вы хотите больше, то вы могли сделать намного хуже, чем проверяя гидом в Arch Linux Wiki.
Тем не менее, если вы просто хотите, чтобы ваш Mutt работы с Gmail Centos 6/RHEL затем выполните следующие действия.
Сначала установите его./.mutt
$sudo yum -y install mutt
Создайте каталог для файлов.
$mkdir .mutt (or /home/
Теперь создавать и редактировать файл Muttrc
vi ~/.mutt/muttrc (‘i’ to insert the following)
set imap_user = ‘[email protected]’
set imap_pass = ‘your password’
set spoolfile = imaps://imap.gmail.com:993/INBOX
set folder = imaps://imap.gmail.com:993
set record=”imaps://imap.gmail.com/[Gmail]/Sent Mail”
set postponed=”imaps://imap.gmail.com/[Gmail]/Drafts”
set header_cache=”~/.mutt/cache/headers”
set message_cachedir=”~/.mutt/cache/bodies”
set certificate_file=»~/.mutt/certificates»
Сохраните файл (ESC ZZ)
$mutt
Должны открыть окно Mutt доступа к вашей электронной почты.