From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: winsphinX Newsgroups: gmane.emacs.help Subject: help: cannot send mail by emacs+gnus Date: Sun, 27 Aug 2006 07:25:47 +0800 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1156635667 15030 80.91.229.2 (26 Aug 2006 23:41:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Aug 2006 23:41:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 27 01:41:03 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GH7lu-0000dw-80 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Aug 2006 01:41:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GH7lt-0004Up-Fz for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Aug 2006 19:41:01 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 38.175.187.220.broad.sx.zj.dynamic.cndata.com Original-X-Trace: news.yaako.com 1156634747 24850 220.187.175.38 (26 Aug 2006 23:25:47 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Sat, 26 Aug 2006 23:25:47 +0000 (UTC) User-Agent: Thunderbird 1.5.0.5 (X11/20060808) Original-Xref: shelby.stanford.edu gnu.emacs.help:141336 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36956 Archived-At: 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)