Gnus development mailing list
 help / color / mirror / Atom feed
From: Nicolas KOWALSKI <niko@petole.dyndns.org>
To: ding@gnus.org
Subject: Re: ngnus 0.6, msmtp, sending exits with value 78
Date: Mon, 01 Oct 2007 15:25:15 +0200	[thread overview]
Message-ID: <87zlz3ufus.fsf@petole.dyndns.org> (raw)
In-Reply-To: <87ejgfm2ok.fsf@petole.dyndns.org>

Nicolas KOWALSKI <niko@petole.dyndns.org> writes:

> I am using msmtp to send mail, so I defined in my ~/.gnus the two
> variables:
>
>  ;;
>  ;; gmail with msmtp
>  ;;
>  sendmail-program "/usr/bin/msmtp"
>  message-sendmail-extra-arguments '("-a gmail")
>
>
> With Gnus 5.10.8, this works well, but with ngnus 0.6, sending mail
> fails with the message "Sending...failed with exit value 78".
>
> What am I doing wrong ?

After writing a short shell script wrapper to msmtp, I found that
message-sendmail-extra-arguments variable was wrong (msmtp complained of
a non-existent " gmail" account), so this variable must be set to:

(setq message-sendmail-extra-arguments '("-a" "gmail"))


Not sure why it worked with 5.10.6, but now it works with both.

-- 
Nicolas



      reply	other threads:[~2007-10-01 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-01 12:36 Nicolas KOWALSKI
2007-10-01 13:25 ` Nicolas KOWALSKI [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zlz3ufus.fsf@petole.dyndns.org \
    --to=niko@petole.dyndns.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).