Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Mutt

899 bytes added, 23:21, 13 February 2016
LUUGmail
folder-hook $folder 'source ~/.mutt/vtluug'
</pre>
 
== Local Mail on acidburn ==
 
This is how one would read and send local mail on acidburn. This is a fully functional <code>.muttrc</code>, however we
would suggest setting your mutt editor, setting your encoding preference (UTF-8), and changing keybindings to preference
 
'''NOTE: storing passwords in cleartext on acidburn is not recommended, nor is storing your pgp key on acidburn so you can decrypt it'''
 
<pre>
set mbox_type=Maildir #acidburn uses maildirs
set folder=$HOME/Maildir
set spoolfile=+/
set header_cache=~/.cache/mutt #optional; header caching speeds things up
 
set my_pass= <your password here>
set my_user=wadsworth
 
set realname = "Wadsworth Luugbot"
set from = wadsworth@vtluug.org
set use_from = yes
 
# This is needed if you want to send from another ldapified server
#set smtp_url=smtps://$my_user:$my_pass@acidburn.vtluug.org:587
#set ssl_force_tls = yes
</pre>
 
[[Category:Howtos]]
[[Category:Mail clients]]
Anonymous user