This post's .muttrc works fine on all my CentOS systems, but not Red Hat 5.11. Red Hat 5.11 squawks about the:
set imap_user = "[email protected]"
set imap_pass = "password"
set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = "password"
set from = "[email protected]"
set realname = "Your Real Name"
The two smtp_ directives result in mutt complaining.
Error in /home/amr/.muttrc, line 4: smtp_url: unknown variable Error in /home/amr/.muttrc, line 5: smtp_pass: unknown variable source: errors in /home/amr/.muttrc Press any key to continue...
Does anyone have a Red Hat example?