unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Dan Anderson <dan@mathjunkies.com>
Subject: Still having problems with SMTP and Gnus
Date: Thu, 27 Nov 2003 02:48:43 GMT	[thread overview]
Message-ID: <m2he0q1q7o.fsf@syr-24-59-76-83.twcny.rr.com> (raw)


        I'm trying to  set up Gnus so that I can  send mail through my
SMTP server.   I can access the  server fine through  evolution, and I
just upgraded to  the newest CVS version of emacs --  fresh as of last
night.

My .gnus looks like:

,----
| (setq user-mail-address "dan@mathjunkies.com")
| (setq user-full-name "Dan Anderson")
| (setq message-user-organization "Mathjunkies.com")
| (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
| (add-to-list 'gnus-secondary-select-methods
|               '(nnml ""
| 		     (nnml-directory "/home/daniel/nnml")
| 		     (get-new-mail t)
| 		     (directory-files nnheader-directory-files-safe)))
| (setq send-mail-function 'smtpmail-send-it)
| (setq message-send-mail-function 'smtpmail-send-it)
| (setq smtpmail-smtp-server "mail.server.com")
|  (setq smtpmail-auth-credentials
|       '(("server.com" 25 "username" "password")))
| (setq smtpmail-debug-info t)
| (setq smtpmail-debug-verb t)
`----

And the trace of my SMTP session looks like:

,----
| 220 servername.com ESMTP Sendmail 8.11.6/8.11.6; Wed, 26 Nov 2003 20:42:08 -0600
| EHLO syr-24-59-76-83.twcny.rr.com
| 250-servername.com Hello my hostname [my ip], pleased to meet you
| 250-ENHANCEDSTATUSCODES
| 250-8BITMIME
| 250-SIZE
| 250-DSN
| 250-ONEX
| 250-ETRN
| 250-XUSR
| 250-AUTH LOGIN PLAIN
| 250 HELP
| ONEX
| 250 2.0.0 Only one transaction
| XUSR
| 250 2.0.0 Initial submission
| MAIL FROM:<from@server.com> SIZE=368
| 250 2.1.0 <from@server.com>... Sender ok
| RCPT TO:<to@server.com>
| 550 5.7.1 <to@server.com>... Relaying denied
| QUIT
| 221 2.0.0 servername.com closing connection
`----

What am I doing wrong?  I really want to use Gnus for SMTP mail.

Thanks in advance,

Dan

             reply	other threads:[~2003-11-27  2:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27  2:48 Dan Anderson [this message]
2003-11-27 11:10 ` Still having problems with SMTP and Gnus Simon Josefsson
2003-11-27 15:38   ` Rainer Volz

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2he0q1q7o.fsf@syr-24-59-76-83.twcny.rr.com \
    --to=dan@mathjunkies.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).