Revision 2 as of 2015-01-13 16:20:39

Clear message
Edit History Actions Discussion

Howto/Mutt

Mutt

Work in progress

To use mutt for email on triton this is the minimum ~/.muttrc you will need. Consider this just a working starting point. Of course there are many other options you can set (see man mutt and man muttrc). Note: Mutt can't write files to /tmp on Triton, therefore you have to create your own ~/tmp directory and configure it in .muttrc:

set tmpdir = ~/tmp
set hostname = blinkenshell.org
set smtp_url = "smtp://YourBlinkenshellUserName:YourBlinkenshellPassword@mail.blinkenshell.org"