From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59275 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: status of smtp authentication? Date: Thu, 25 Nov 2004 14:30:44 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101360696 27712 80.91.229.6 (25 Nov 2004 05:31:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 05:31:36 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7815@lists.math.uh.edu Thu Nov 25 06:31:22 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXCDy-0002Ot-00 for ; Thu, 25 Nov 2004 06:31:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CXCDg-0006GT-00; Wed, 24 Nov 2004 23:31:04 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CXCDZ-0006GN-00 for ding@lists.math.uh.edu; Wed, 24 Nov 2004 23:30:57 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CXCDV-0003OO-Ly for ding@lists.math.uh.edu; Wed, 24 Nov 2004 23:30:53 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 618313A020D for ; Wed, 24 Nov 2004 23:30:51 -0600 (CST) Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CXCDZ-0003ui-8G; Thu, 25 Nov 2004 00:30:57 -0500 Original-To: Bill White X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:hURJuycA+OpZoVrLJ1qdXhW4bTs= X-Hashcash: 1:20:041125:billw@mchsi.com::f0R8kZ+Q5K+60Imi:000000000000000000000000000000000000000000000065QT X-Hashcash: 1:20:041125:ding@gnus.org::RAbTsKBA/zb5/m/u:00002/y2 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59275 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59275 >>>>> In Bill White wrote: > I've tried this with my information to no avail. I can send mail to > addresses within my employer's domain (as before), but not outside it. > Does it matter that our mail clients are required to use SSL to > authenticate? Would I need some extra settings to handle that? > The relevant error from my SMTP trace is: > 550 5.7.1 ... Relaying denied. Proper authentication required. Sending the EHLO command may show a hint. To do that, connect to the port 25 of the smtp server using telnet, and type: EHLO hostname (where `hostname' should be replaced with the name of your host) and then: QUIT Here's a session I logged: bash-2.05a$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220-mail.example.com ESMTP Exim 4.42 #1 Thu, 25 Nov 2004 00:23:32 -0500 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. EHLO localhost 250-mail.example.com Hello localhost [127.0.0.1] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP QUIT 221 mail.example.com closing connection Connection closed by foreign host. This server supports `AUTH PLAIN LOGIN' and `STARTTLS'. I'm sorry I don't know how to deal with protocols other than them.