Gnus development mailing list
 help / color / mirror / Atom feed
From: Miroslav Zubcic <miroslav.zubcic@zesoi.fer.hr>
Subject: Re: Gnus and ESMTP
Date: 07 Jul 2000 13:09:02 +0200	[thread overview]
Message-ID: <m3r996i4dt.fsf@anthea.sporades.hr> (raw)
In-Reply-To: <vafu2e2gvsh.fsf@lucy.cs.uni-dortmund.de>

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Kevin already mentioned smtpmail.el.

No matter what I do with it, Gnus will send mail by calling sendmail
binary, not with smtpmail. :-(

> From looking at the source, smtpmail.el does not appear to grok ESMTP
> AUTH, but it should be possible to replace `open-network-stream' in
> the function smtpmail-via-smtp with `open-ssl-stream', and that should
> pretty much work.  open-ssl-stream is part of ssl.el which comes with W3.

You have right Kai! Even to me (no habla LISP) is obvious, I must
replace only SMTP commands HELO/EHLO, and some minor changes must be
done. For STARTTLS (RFC 2487), ssl.el will be relative easy to
implement (on the first look). But for a start I must make smtpmail.el
to work with Gnus...

I Tryed this: 

(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "anthea")
(setq smtpmail-smtp-service "smtp") ;; default port 25
(setq smtpmail-local-domain "mydomain.dom")
(setq smtpmail-debug-info t) ;; for a start
(load-library "smtpmail")
(setq smtpmail-code-conv-from nil)
;;(setq user-full-name "YOUR NAME HERE")

...and I have removed this:

(setq gnus-agent-send-mail-function message-send-mail-function)

Then I restart XEmacs, but everything is the same, except that mail is
queue'ed in Gnus, and when I toggle pluged mode with J-j and send mail
with J-S,  smtpmail is not used... :-(

-- 
This signature intentionally left blank



  reply	other threads:[~2000-07-07 11:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-06 22:47 Miroslav Zubcic
2000-07-07  1:16 ` Kevin Falcone
2000-07-07  8:54   ` Kai Großjohann
2000-07-07 10:48   ` Miroslav Zubcic
2000-07-07 11:44     ` Kai Großjohann
2000-07-07 12:33     ` David Kågedal
2000-07-07  8:59 ` Kai Großjohann
2000-07-07 11:09   ` Miroslav Zubcic [this message]
2000-07-07 11:59     ` ShengHuo ZHU
2000-07-07 17:32       ` Miroslav Zubcic
2000-07-07 13:41     ` William M. Perry
2000-07-09 10:49     ` Simon Josefsson
2000-07-09 14:48       ` William M. Perry
2000-07-11  9:02         ` Simon Josefsson
2000-07-11 11:17           ` Miroslav Zubcic
2000-07-11 12:53           ` William M. Perry
2000-07-11 11:06       ` Miroslav Zubcic
2000-10-07 18:34 Simon Josefsson
2004-05-16 22:13 Marcelo Toledo
2004-05-16 22:57 ` Jesper Harder

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=m3r996i4dt.fsf@anthea.sporades.hr \
    --to=miroslav.zubcic@zesoi.fer.hr \
    /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).