help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"relaying denied" -- Can't set up SMTP


From: Dan Anderson
Subject: "relaying denied" -- Can't set up SMTP
Date: Tue, 25 Nov 2003 04:07:52 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

        I've (finally) set up Gnus to properly grab and store my mail.
I'm now running into a problem  trying to configure my SMTP server.  I
need to log into my server but the following doesn't work:

,----
| (setq send-mail-function 'smtpmail-send-it)
| (setq message-send-mail-function 'smtpmail-send-it)
| (setq smtpmail-smtp-server "mail.host.com")
| (setq smtpmail-auth-credentials
|       '(("host.com" "25" "username" "password")))
| (setq smtpmail-debug-info t)
| (setq smtpmail-debug-verb t)
`----

I end up getting something that looks like:

550 5.7.1 <somebody@somewhere.com>... Relaying denied

The entire text of  the message is at the end of  the mail.  What am I
doing wrong?

Thanks in advance,

Dan

,----[ Entire Error Messages ]
| 220 mailserver.com ESMTP Sendmail 8.11.6/8.11.6; Mon, 24 Nov 2003 22:03:04 
-0600
| EHLO my_hostname
| 250-torre.pghoster.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: <myemail@hostname.com> SIZE=347
| 250 2.1.0 <myemail@hostname.com>... Sender ok
| RCPT TO: <whoimemailing@hostname.com>
| 550 5.7.1 <whoimemailing@hostname.com>... Relaying denied
| QUIT
| 221 2.0.0 mailserver.com closing connection
`----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]