Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus fails sending mail
@ 2005-04-27 16:56 ken
  0 siblings, 0 replies; 2+ messages in thread
From: ken @ 2005-04-27 16:56 UTC (permalink / raw)



relevant .emacs:

(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "mail.boofy.net")
(require 'starttls)
(setq smtpmail-starttls-credentials
      '(("mail.boofy.net" 25 "activate" "xxxxx")))
(setq smtpmail-debug-info t)
(setq smtpmail-debug-verb t)

run: M-x gnus, C-x m, type test message, C-c m => error:

mh-temp buffer says:
post: aliasing error in .alias - error in line 'alias'
send: message not delivered to anyone

(What's my ~/.alias got to do with sending this email?  Why should it
cause it to fail?)


*Messages* buffer says:

Loading gnus-sum...done
Checking new news...done
Loading mh-e...done
inc +inbox...done
No new mail
Composing a message...done
Auto-saving...
Composing a message...
mh-read-draft: Draft preserved
Wrote /home/ken/Mail/draft
Sending...backgrounded

But message isn't delivered.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus fails sending mail
       [not found] <426FC427.9070007@speakeasy.net>
@ 2005-04-27 17:44 ` David Z Maze
  0 siblings, 0 replies; 2+ messages in thread
From: David Z Maze @ 2005-04-27 17:44 UTC (permalink / raw)


ken <gebser@speakeasy.net> writes:

> run: M-x gnus, C-x m, type test message, C-c m => error:

'C-x m' run the Emacs `compose-mail' function.  Apparently you can
customize it by setting `mail-user-agent' (probably to
'gnus-user-agent), but it sounds from the error message like you're
getting an mh-e buffer rather than a Gnus message buffer.  Try just
typing 'm' from the group buffer to send mail via Gnus.

  --dzm


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-27 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-27 16:56 gnus fails sending mail ken
     [not found] <426FC427.9070007@speakeasy.net>
2005-04-27 17:44 ` David Z Maze

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).