Configure Mutt for MPE's Mail Services

Sending Mail

Mutt uses by default your system mail configuration

Reading Mails on IMAP Server

Edit ~/.muttrc and add:

set imap_user=<username>

# Automatically log in to this mailbox at startup
set spoolfile="imaps://imaps.mpe.mpg.de/INBOX"

# Define the = shortcut, and the entry point for the folder browser
set folder="imaps://imaps.mpe.mpg.de/INBOX"

set record="=Sent"
set postponed="=Drafts"

Tips