Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 82087 invoked from network); 16 Dec 2005 15:58:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 15:58:06 -0000 Received: (qmail 6177 invoked by uid 500); 16 Dec 2005 15:57:58 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 6016 invoked by uid 500); 16 Dec 2005 15:57:57 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET User" List-Id: Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 5928 invoked by uid 99); 16 Dec 2005 15:57:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 07:57:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcoallu-log4net-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 07:57:56 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EnHtM-0006dk-CR for log4net-user@logging.apache.org; Fri, 16 Dec 2005 16:53:08 +0100 Received: from pxgot2.srv.volvo.com ([192.138.116.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 16:53:08 +0100 Received: from tomek.ster by pxgot2.srv.volvo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 16:53:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: log4net-user@logging.apache.org From: TomekR Subject: Re: SmtpAppender configuration error Date: Fri, 16 Dec 2005 15:50:45 +0000 (UTC) Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.138.116.231 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mike Peschka phintec.com> writes: > > I suspect that the mail server is only configured to allow relay from > the loopback address (127.0.0.1). Using the machine name will resolve to > the actual IP address of the system, so the connection won't be allowed > to relay. Try setting SmtpMail.SmtpServer to a value of "localhost". > That will resolve to the loopback address, and should allow you to > relay. localhost needs the same relay access settings as machine name does. I just checked that out.