<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>Howto/Mutt</title><revhistory><revision><revnumber>5</revnumber><date>2017-01-08 12:18:23</date><authorinitials>independence</authorinitials></revision><revision><revnumber>4</revnumber><date>2017-01-08 12:16:00</date><authorinitials>independence</authorinitials><revremark>test</revremark></revision><revision><revnumber>3</revnumber><date>2015-02-21 19:33:43</date><authorinitials>lmca</authorinitials></revision><revision><revnumber>2</revnumber><date>2015-01-13 16:20:39</date><authorinitials>lmca</authorinitials></revision><revision><revnumber>1</revnumber><date>2014-12-21 12:52:08</date><authorinitials>independence</authorinitials></revision></revhistory></articleinfo><section><title>Mutt</title><para><emphasis role="strong">Work in progress</emphasis> </para><para>To use mutt for your email client with the blinkenshell email server here is a minimal ~/.muttrc that will work.  Consider this just a starting point,there are many other options you can set (see man mutt and man muttrc).   </para><para><emphasis role="strong">Note: Your triton ~/.forward must not exist, or not have a forwarding address in it. Otherwise emails sent to you will be forwarded rather than collected on the server.</emphasis> </para><para><emphasis role="strong">Note: Mutt can't write files to /tmp on Triton, therefore you have to <emphasis>create your own ~/tmp directory</emphasis> and configure it in .muttrc:</emphasis> </para><screen><![CDATA[# the tmpdir line probably will not be needed unless you are running mutt on triton
set tmpdir = ~/tmp
]]><![CDATA[
# imap: (to read emails)
set spoolfile = 'imap://yourusername:yourpassword@mail.blinkenshell.org:143/INBOX'
set folder = 'imap://mail.blinkenshell.org/INBOX'
]]><![CDATA[
#smtp: (to send emails)
set envelope_from_address = 'yourusername@blinkenshell.org'
set use_envelope_from = yes
]]><![CDATA[
# use the following line if you are running mutt on triton:
set smtp_url = 'smtp://yourusername:yourpassword@mail.blinkenshell.org'
]]><![CDATA[
# use this line if you are using mutt from another computer outside of the blinkenshell network:
#set smtp_url = 'smtp://yourusername:yourpassword@mail.blinkenshell.org:587']]></screen></section></article>