Differences between revisions 1 and 2
⇤ ← Revision 1 as of 2014-12-21 12:52:08
Size: 196
Comment:
|
Size: 539
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
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 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: |
Line 9: | Line 10: |
set hostname = blinkenshell.org set smtp_url = "smtp://YourBlinkenshellUserName:YourBlinkenshellPassword@mail.blinkenshell.org" |
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"