From owner-freebsd-questions Thu Mar 13 10:19: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0759F37B401 for ; Thu, 13 Mar 2003 10:19:07 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD8143FAF for ; Thu, 13 Mar 2003 10:19:06 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from localhost (iaccounts@localhost) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id h2DIIb675259; Thu, 13 Mar 2003 13:18:41 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Date: Thu, 13 Mar 2003 13:18:36 -0500 (EST) From: IAccounts To: "Kirk R. Wythers" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail question In-Reply-To: <1047578137.33599.14.camel@lorax.forestry.umn.edu> Message-ID: <20030313131604.I50632-100000@diana.northnetworks.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I get a startup message like this: > > Mar 11 03:02:52 lorax sm-mta[22980]: h2B92pBL022966: SYSERR(root): > x74-47.forestry.umn.edu. config error: mail loops back to me (MX > problem?) > Mar 11 03:02:52 lorax sm-mta[22985]: h2B92qBL022981: SYSERR(root): > x74-47.forestry.umn.edu. config error: mail loops back to me (MX > problem?) > Mar 11 10:15:49 lorax su: kwythers to root on /dev/ttyp0 > > According to what I've read in the sendmail FAQ, it looks like I need to > add my local hostname to /etc/mail/local-host-names. Create /etc/mail/local-hostnames and simply add your domain name to it, then HUP sendmail. What's happening is that your smtp server receives the mail, doesn't know it should keep it, and sends it out to the mx for your domain. If that box is the MX for the domain, this will cause an infinite loop, as the server will never keep the message for final delivery. Hope this helps. Steve > However my system > does not seems to have a local-host-names file. Why wasn't this file > created when I did a standard cd install? Is this something I need to > add manually? Or am I completely on the wrong track here? > > thanks > > -- > Kirk R. Wythers Department of Forest Resources > Tel: 612.625.2261 University of Minnesota > Fax: 612.625.521 1530 Cleveland Ave. N > Email: kwythers@umn.edu Saint Paul, MN 55108 USA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message