Re: I am unable to setup and send mail via mutt Here I am sharing my all muttrc and everything

Julia Lawall <[email protected]> Sun, 30 Mar 2025 15:23:34 +0200 (CEST)
Newsgroups dev.linux.lists.outreachy
Message-ID <alpine.DEB.2.22.394.2503301522210.23941@hadrien>

On Sun, 30 Mar 2025, rujra wrote:

> Hi Julia,Here I am unable to send message from my CLI : 
> Error: "Error sending message, child exited 70 (Internal error.)"
> I am asking that , here when I am trying to send via CLI using mutt , I am unable to send it and says error as above. 
> is this related to my sendmail path ? = <set sendmail="/usr/bin/esmtp"> ? 
> kindly help , and thank you for your prompt response/help. 

Did you try the suggestion at the end of the page here:

https://stackoverflow.com/questions/38372023/ubuntu-sendmail-exited-with-error-70

I added back the mailing list because others may have this question in the
future, or know the answer to it now.

julia


> Thanking you,
> Rujra Bhatt
>
> On Sun, Mar 30, 2025 at 6:33 PM Julia Lawall <[email protected]> wrote:
>
>
>       On Sun, 30 Mar 2025, rujra wrote:
>
>       > ============ ~/.muttrc ================
>       > set sendmail="/usr/bin/esmtp"
>       >   2 set envelope_from=yes
>       >   3 set from="Rujra Bhatt <[email protected]>"
>       >   4 set use_from=yes
>       >   5 set edit_headers=yes
>       >   6
>       >   7 set imap_user = '[email protected]'
>       >   8 set imap_pass = 'mfpdcwklatrzlhbu'   #application password 16-digit.
>       >   9
>       >  10
>       >  11 set folder="imaps://imap.gmail.com"
>       >  12 set spoolfile="imaps://imap.gmail.com/INBOX"
>       >  13 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
>       >  14 set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
>       >  15
>       >  16 set header_cache = "~/.mutt/cache/headers"
>       >  17 set message_cachedir = "~/.mutt/cache/bodies"
>       >  18 set certificate_file = "~/.mutt/certificates"
>       >  19
>       >  20 set from = '[email protected]'
>       >  21 set realname = 'rujra bhatt'
>       >  22
>       >  23 #set smtp_url = 'smtp://[email protected]:587/'
>       >  24 #set smtp_pass='aplication'
>       >  25
>       >  26 set move = no
>       >  27 set imap_keepalive = 900
>       >  28
>       >  29 # Gmail-style keyboard shortcuts
>       >  30 macro index,pager ga "<change-folder>=[Gmail]/All<tab><enter>" "Go
>       > to all mail"
>       >  31 macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox"
>       >  32 macro index,pager gs "<change-folder>=[Gmail]/Starred<enter>" "Go
>       > to starred messages"
>       >  33 macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"
>       >  34 macro index,pager e "<enter-command>unset trash\n
>       > <delete-message>" "Gmail archive message    " # different from Gmail,
>       > but wanted to keep "y" to show folders.
>       >
>       >
>       > =========================================================
>       > Also I am attaching debug report here
>
>       How does the error manifest?  i didn't see anything alarming in the debug
>       output, but I may have missed something.
>
>       julia
>
>
>