Sign In

Mutt

Updated Thursday, September 10, 2020

Mutt is a small but very powerful text-based mail client for Unix operating systems. NeoMutt is a fork of Mutt with added features.

If you are on this page, you probably do not need introduction.

We have prepared the basic configuration for you below. You will want to save this one in a file ~/.muttrc or ~/.neomuttrc depending which version of Mutt you choose.

Please change the fields imap_user, imap_pass, realname and from to match your configured mailbox in Migadu admin panel.

set folder = imaps://imap.migadu.com/
set imap_user=<MAILBOX_FULL_ADDRESS>
set imap_pass=<MAILBOX_PASSWORD>
set spoolfile=+INBOX
set imap_check_subscribed
mailboxes = +INBOX

set header_cache = ~/.cache/mutt
set message_cachedir = "~/.cache/mutt"
set postponed = +Drafts
unset imap_passive
set imap_keepalive = 300
set mail_check = 120

set record = +Sent

set realname = '<FROM_NAME>'
set from = <MAILBOX_FULL_ADDRESS>
set use_from = yes
set smtp_pass = $imap_pass
set smtp_url = smtps://$imap_user@smtp.migadu.com
set ssl_force_tls = yes

Further reading: