On 11/09/2014 12:44 AM, Jon LaBadie wrote:
On Sat, Nov 08, 2014 at 11:59:47PM -0500, DaleKelly wrote:
>On 11/08/2014 10:15 PM, Patrick Shanahan wrote:
> >* DaleKelly<d...@dalekelly.org>  [11-08-14 21:35]:
> >>I am using Ubuntu 14.04 LTS
> >>mutt 1.5.21-6.4ubuntu2 is the version in the repository
> >  [...]  much removed
> >
> >grep -v ^# ~/.muttrc
> >
> >there is no need of including lines not being actually used!
> >
>
>mutt is not looking at my ~/.muttrc
>it is using the global /etc/Muttrc
>I don't yet know how to change this
>
>here is my error
>  echo "Test" | /usr/bin/mutt -s hellod...@dalekelly.org
>Error in /etc/Muttrc, line 145: smtp_user: unknown variable
>source: errors in /etc/Muttrc
>SMTP session failed: 530 authentication required
>Could not send the message.
>
>
More likely mutt is using both.  First reading the system's
/etc/Muttrc and then your local ~/.muttrc for any personalization.
When it encounters an error it may abort and not go furthern.
Thus errors in /etc/Muttrc could mean it never gets to ~/.muttrc.


I got it to recognize my ~/.muttrc file by removing duplicate expressions, still get

 echo "Test" | /usr/bin/mutt -s Hello d...@dalekelly.org
Error in /home/dale/.muttrc, line 353: smtp_user: unknown variable
source: errors in /home/dale/.muttrc
SMTP session failed: 530 authentication required
Could not send the message.


--
(my whereabouts below)
http://www.dalekelly.org/

Reply via email to