Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
plu:email_client_config:mutt:muttrc [2016/09/25 09:24] gunn created |
plu:email_client_config:mutt:muttrc [2016/09/25 15:52] (current) gunn |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Example minimal .muttrc file ====== | ====== Example minimal .muttrc file ====== | ||
| + | * **NOTE:** to use this config file you must set the following with your personal information (see last 3 lines of file) | ||
| + | * set from = | ||
| + | * set realname = | ||
| + | * my_hdr Reply-To: | ||
| + | |||
| <file> | <file> | ||
| set editor=nano # choose an editor, I prefer mg or jed on RPi | set editor=nano # choose an editor, I prefer mg or jed on RPi | ||
| Line 44: | Line 49: | ||
| set sendmail="/usr/sbin/sendmail -oi -oem" # used on linux machine | set sendmail="/usr/sbin/sendmail -oi -oem" # used on linux machine | ||
| + | set user_agent=no # Don't set a "User-Agent" in header | ||
| set use_from=yes | set use_from=yes | ||
| set from=yourcallsign@$hostname # set default from address | set from=yourcallsign@$hostname # set default from address | ||
| set realname ="Your Real Name" | set realname ="Your Real Name" | ||
| my_hdr Reply-To: yourcallsign@winlink.org | my_hdr Reply-To: yourcallsign@winlink.org | ||
| - | set user_agent=no # Don't set a "User-Agent" in header | ||
| </file> | </file> | ||