Edit History Actions Discussion

Diff for "Howto/Mutt"

Differences between revisions 2 and 3
Revision 2 as of 2015-01-13 16:20:39
Size: 539
Editor: lmca
Comment:
Revision 3 as of 2015-02-21 19:33:43
Size: 1298
Editor: lmca
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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:
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:'''
Line 9: Line 13:
# the tmpdir line probably will not be needed unless you are running mutt on triton
Line 10: Line 15:
set hostname = blinkenshell.org
set smtp_url = "smtp://YourBlinkenshellUserName:YourBlinkenshellPassword@mail.blinkenshell.org"

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

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'