The following 60 words could not be found in the dictionary of 1150 words (including 1150 LocalSpellingWords) and are highlighted below:
address   blinkenshell   can   client   collected   configure   Consider   emails   envelope   exist   files   folder   for   forward   forwarded   forwarding   from   imap   just   mail   many   minimal   mutt   Mutt   muttrc   Note   on   options   or   Otherwise   own   point   progress   rather   see   sent   server   set   smtp   spoolfile   starting   than   that   there   therefore   this   tmp   tmpdir   to   triton   Triton   use   will   with   Work   work   write   yes   yourpassword   yourusername  

Clear message
Edit History Actions Discussion

Howto/Mutt

Mutt

Work in progress

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).

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.

Note: Mutt can't write files to /tmp on Triton, therefore you have to create your own ~/tmp directory and configure it in .muttrc:

# the tmpdir line probably will not be needed unless you are running mutt on triton
set tmpdir = ~/tmp

# imap: (to read emails)
set spoolfile = 'imap://yourusername:yourpassword@mail.blinkenshell.org:143/INBOX'
set folder = 'imap://mail.blinkenshell.org/INBOX'

#smtp: (to send emails)
set envelope_from_address = 'yourusername@blinkenshell.org'
set use_envelope_from = yes

# use the following line if you are running mutt on triton:
set smtp_url = 'smtp://yourusername:yourpassword@mail.blinkenshell.org'

# 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'