all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* help: cannot send mail by emacs+gnus
@ 2006-08-26 23:25 winsphinX
  2006-08-27  1:06 ` B. T. Raven
  2006-08-27 10:29 ` help: " Xavier Maillard
  0 siblings, 2 replies; 10+ messages in thread
From: winsphinX @ 2006-08-26 23:25 UTC (permalink / raw)


i can get news and mail by emacs+gnus,but cannot send mail.
in debug result, i see the words: 544:reciptient address reject:relay
access denied.
there's my .emacs config file(part of smtp only):
...............
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.sohu.com")
(setq smtpmail-default-smtp-server "smtp.sohu.com")
(setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx"
"******")))
(setq smtpmail-debug-info t)

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

* Re: cannot send mail by emacs+gnus
  2006-08-26 23:25 help: cannot send mail by emacs+gnus winsphinX
@ 2006-08-27  1:06 ` B. T. Raven
  2006-08-27 12:15   ` winsphinX
  2006-08-27 10:29 ` help: " Xavier Maillard
  1 sibling, 1 reply; 10+ messages in thread
From: B. T. Raven @ 2006-08-27  1:06 UTC (permalink / raw)



"winsphinX" <xxx@yyy.zzz> wrote in message
news:ecql9q$o8i$5@news.yaako.com...
> i can get news and mail by emacs+gnus,but cannot send mail.
> in debug result, i see the words: 544:reciptient address reject:relay
> access denied.
> there's my .emacs config file(part of smtp only):
> ...............
> (setq send-mail-function 'smtpmail-send-it)
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-smtp-server "smtp.sohu.com")
> (setq smtpmail-default-smtp-server "smtp.sohu.com")
> (setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx"
> "******")))
> (setq smtpmail-debug-info t)

Third time's the charm! Does it really say "reciptient" (copy-pasted?)"
Maybe you misspelled the addie. Can you send mail to yourself. I just did
with C-x m .... etc.

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

* Re: help: cannot send mail by emacs+gnus
  2006-08-26 23:25 help: cannot send mail by emacs+gnus winsphinX
  2006-08-27  1:06 ` B. T. Raven
@ 2006-08-27 10:29 ` Xavier Maillard
  2006-08-27 12:25   ` winsphinX
  1 sibling, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2006-08-27 10:29 UTC (permalink / raw)


winsphinX <xxx@yyy.zzz> writes:

> i can get news and mail by emacs+gnus,but cannot send mail.
> in debug result, i see the words: 544:reciptient address reject:relay
> access denied.

Two possibilities:

1. You missconfigured smtpmail
2. you SMTP is badly setup

Please include a full stack of the error so we can check. Oh and do
you use tls or something like that ?

Regards
-- 
Xavier

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

* Re: cannot send mail by emacs+gnus
  2006-08-27  1:06 ` B. T. Raven
@ 2006-08-27 12:15   ` winsphinX
  2006-08-27 15:05     ` Xavier Maillard
  0 siblings, 1 reply; 10+ messages in thread
From: winsphinX @ 2006-08-27 12:15 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

there's a spell mistake - 'recipient' is correct.
and in fact i cannot send to anyone, including myself.
and C-x m is same as M-x mail, i think, but also failed.

"B. T. Raven" <ecinmn@alcisp.com> дÈëÏûÏ¢ÐÂÎÅ:dda2f$44f0ef6d$49f207e$30831@DIALUPUSA.NET...
>
> "winsphinX" <xxx@yyy.zzz> wrote in message
> news:ecql9q$o8i$5@news.yaako.com...
>> i can get news and mail by emacs+gnus,but cannot send mail.
>> in debug result, i see the words: 544:reciptient address reject:relay
>> access denied.
>> there's my .emacs config file£¨part of smtp only):
>> ...............
>> (setq send-mail-function 'smtpmail-send-it)
>> (setq message-send-mail-function 'smtpmail-send-it)
>> (setq smtpmail-smtp-server "smtp.sohu.com")
>> (setq smtpmail-default-smtp-server "smtp.sohu.com")
>> (setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx"
>> "******")))
>> (setq smtpmail-debug-info t)
>
> Third time's the charm! Does it really say "reciptient" (copy-pasted?)"
> Maybe you misspelled the addie. Can you send mail to yourself. I just did
> with C-x m .... etc.
> 

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

* Re: help: cannot send mail by emacs+gnus
  2006-08-27 10:29 ` help: " Xavier Maillard
@ 2006-08-27 12:25   ` winsphinX
  2006-08-27 15:03     ` Xavier Maillard
  0 siblings, 1 reply; 10+ messages in thread
From: winsphinX @ 2006-08-27 12:25 UTC (permalink / raw)


eh, it seems necessary to describe my OS - a LFS linux without any X 
systems, that means it runs in CONSOLE mode.
and, my rule is to install few softwares and do more tasks. so when i heard 
of  that it's no need to install any smtp softwares if i use emacs+gnus.
but now, i failed in any mail to anyone, including to myself. and, there's 
smoe difficult to get the debug infos.

"Xavier Maillard" <zedek@gnu.org> 
??????:87ac5qv5de.fsf@zogzog.gnu-rox.org...
> winsphinX <xxx@yyy.zzz> writes:
>
>> i can get news and mail by emacs+gnus,but cannot send mail.
>> in debug result, i see the words: 544:reciptient address reject:relay
>> access denied.
>
> Two possibilities:
>
> 1. You missconfigured smtpmail
> 2. you SMTP is badly setup
>
> Please include a full stack of the error so we can check. Oh and do
> you use tls or something like that ?
>
> Regards
> -- 
> Xavier 

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

* Re: help: cannot send mail by emacs+gnus
  2006-08-27 12:25   ` winsphinX
@ 2006-08-27 15:03     ` Xavier Maillard
  0 siblings, 0 replies; 10+ messages in thread
From: Xavier Maillard @ 2006-08-27 15:03 UTC (permalink / raw)


"winsphinX" <xxx@yyy.zzz> writes:

> and, my rule is to install few softwares and do more tasks. so when i heard 
> of  that it's no need to install any smtp softwares if i use
> emacs+gnus.

This is right but in that case you won't be able to receive system
log messsages too.

If I were you, I would probably install a small SMTP (bsmtp, ssmtp or
anything you can find on LFS) and see how things go.

-- 
Xavier

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

* Re: cannot send mail by emacs+gnus
  2006-08-27 12:15   ` winsphinX
@ 2006-08-27 15:05     ` Xavier Maillard
  2006-08-28 12:49       ` winsphinX
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2006-08-27 15:05 UTC (permalink / raw)


"winsphinX" <xxx@yyy.zzz> writes:

> and in fact i cannot send to anyone, including myself.

Are you sure of the credential part ?

> and C-x m is same as M-x mail, i think, but also failed.

C-x m runs the command compose-mail.

-- 
Xavier

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

* Re: cannot send mail by emacs+gnus
  2006-08-27 15:05     ` Xavier Maillard
@ 2006-08-28 12:49       ` winsphinX
  2006-08-28 17:40         ` Xavier Maillard
  0 siblings, 1 reply; 10+ messages in thread
From: winsphinX @ 2006-08-28 12:49 UTC (permalink / raw)




Xavier Maillard 写道:
> "winsphinX" <xxx@yyy.zzz> writes:
> 
>> and in fact i cannot send to anyone, including myself.
> 
> Are you sure of the credential part ?
> 

i am not sure whether it is correct. is the format correct?
(setq smtpmail-auth-credentials '(("smtp...." 25 "USERNAME" "PASSWORD")
now, i'm gonna do:
1, test more smtp servers and pick up an available one. (there's so few 
server that need no authentication...)
2, install an smtp server in my os.
3, give up gnus if all the above tries fail.

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

* Re: cannot send mail by emacs+gnus
  2006-08-28 12:49       ` winsphinX
@ 2006-08-28 17:40         ` Xavier Maillard
  2006-08-29 22:51           ` winsphinX
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2006-08-28 17:40 UTC (permalink / raw)


winsphinX <xxx@yyy.zzz> writes:

> Xavier Maillard 写道:
>> "winsphinX" <xxx@yyy.zzz> writes:
>>
>>> and in fact i cannot send to anyone, including myself.
>>
>> Are you sure of the credential part ?
>>
>
> i am not sure whether it is correct. is the format correct?
> (setq smtpmail-auth-credentials '(("smtp...." 25 "USERNAME"
> "PASSWORD")

That's correct.

Did you install anything such as TLS (GNU tls or starttls ?) Please
include the whole part related to smtpmail here so we can effectively
help you.

> 3, give up gnus if all the above tries fail.

If you think it is all about a gnus fault, you can try to ask them
directly (there is a mailing list dedicated to gnus).

Regards
-- 
Xavier

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

* Re: cannot send mail by emacs+gnus
  2006-08-28 17:40         ` Xavier Maillard
@ 2006-08-29 22:51           ` winsphinX
  0 siblings, 0 replies; 10+ messages in thread
From: winsphinX @ 2006-08-29 22:51 UTC (permalink / raw)



Xavier Maillard 写道:
> winsphinX <xxx@yyy.zzz> writes:
> 
>> Xavier Maillard 写道:
>>> "winsphinX" <xxx@yyy.zzz> writes:
>>>
>>>> and in fact i cannot send to anyone, including myself.
>>> Are you sure of the credential part ?
>>>
>> i am not sure whether it is correct. is the format correct?
>> (setq smtpmail-auth-credentials '(("smtp...." 25 "USERNAME"
>> "PASSWORD")
> 
> That's correct.
> 
> Did you install anything such as TLS (GNU tls or starttls ?) Please
> include the whole part related to smtpmail here so we can effectively
> help you.
> 
there's my .emacs config file(part of smtp only):
...............
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.sohu.com")
(setq smtpmail-default-smtp-server "smtp.sohu.com")
(setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx"
"******")))
(setq smtpmail-debug-info t)


and, there's the error info:
Loading mailabbrev...
Loading derived...done
Loading mailabbrev...done
Sending...
Loading mail-extr...done
Loading smtpmail (source)...done
220 smtp125.sohu.com ESMTP
250-smtp125.sohu.com
250-SIZE 10485760
250-AUTH LOGIN
250 8BITMIME
334 VXNlcm5hbWU6
334 UGFzc3dvcmQ6
235 Authentication successful
536 Error: file unable create. ��. #1-010
if: Sending failed; SMTP protocol error

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

end of thread, other threads:[~2006-08-29 22:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-26 23:25 help: cannot send mail by emacs+gnus winsphinX
2006-08-27  1:06 ` B. T. Raven
2006-08-27 12:15   ` winsphinX
2006-08-27 15:05     ` Xavier Maillard
2006-08-28 12:49       ` winsphinX
2006-08-28 17:40         ` Xavier Maillard
2006-08-29 22:51           ` winsphinX
2006-08-27 10:29 ` help: " Xavier Maillard
2006-08-27 12:25   ` winsphinX
2006-08-27 15:03     ` Xavier Maillard

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.