Gnus development mailing list
 help / color / mirror / Atom feed
From: Christopher Tessone <tessone@polyglut.net>
Subject: trouble with smtp and gnus
Date: Mon, 27 Oct 2003 19:33:58 -0600	[thread overview]
Message-ID: <m31xsyywl5.fsf@polyglut.net> (raw)

Hi folks,

Due to some idiocy involve my MTA, I can no longer rely on sendmail on
my local machine.  Therefore, I set out to make Gnus send email via
SMTP.  There are problems.

I have followed every recipe I can find on the net, all of which
involve combinations of loading smtpmail, setting various variables,
and setting send-mail-function and message-send-mail-function to
smtpmail-send-it.  Here is one such recipe I found:

;;
;; Want to use smtp instead of sendmail.
;;
(setq send-mail-function 'smtpmail-send-it)
(defvar smtpmail-default-smtp-server "mail")
(defvar smtpmail-smtp-service "smtp")
(defvar smtpmail-local-domain "my.domain.com")
(defvar smtpmail-debug-info t)
(load-library "smtpmail")
(defvar smtpmail-code-conv-from nil)
(defvar user-full-name "Donald Hunter")
(setq user-mail-address "dhunter@my.domain.com")

;;
;; Want to use message.el instead of mail.el
;;
(define-key global-map [(control x) m] 'message-mail)
(setq message-send-mail-function 'smtpmail-send-it)

The problem is, this doesn't work if I kill sendmail on my machine.
Instead, messages I send get queued in /var/spool/clientmqueue and are
not sent until I start up sendmail again.  This leads me to believe
Gnus is completely ignoring me and using sendmail anyway.

Does anyone have any insight?  Please help!

For reference, I'm running Gnus 5.10.2 under XEmacs 21.4p2 on
YellowDog Linux 3.0.  SuperCite and BBDB are enabled on my Gnus run,
and I can generate debugging information if it's necessary and someone
tells me how.

Cheers,
Chris

-- 
Christopher A. Tessone
Knox College, Galesburg, Illinois
BA Student, Russian and Mathematics
http://www.polyglut.net/



             reply	other threads:[~2003-10-28  1:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-28  1:33 Christopher Tessone [this message]
2003-10-28  2:29 ` Jesper Harder
2003-10-28  3:21 ` Katsumi Yamaoka

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=m31xsyywl5.fsf@polyglut.net \
    --to=tessone@polyglut.net \
    /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).