From owner-freebsd-questions Thu Jan 29 09:40:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12784 for questions-outgoing; Thu, 29 Jan 1998 09:40:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12746; Thu, 29 Jan 1998 09:40:02 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199801291740.JAA12746@hub.freebsd.org> Subject: Re: MX record In-Reply-To: <01bd2cd9$edab6500$112ccecf@graphic.wilkshire.net> from Jeff Hartman at "Jan 29, 98 12:18:34 pm" To: jeff@wilkshire.net (Jeff Hartman) Date: Thu, 29 Jan 1998 09:40:02 -0800 (PST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" Jeff Hartman wrote: > i am experimenting with a copy of freebsd. > > i have a machine called techcenter.wilkshire.com > i want to have an MX record to resolve email as > the following: > > jeff@wilkshire.com > > wilkshire.com will be the same machine as techcenter.wilkshire.com > i tried using the following to resolve email for wilkshire.com: > > wilkshire.com. A 207.206.44.5 > www IN CNAME wilkshire.com. > IN MX 5 wilkshire.com. > > this did not work, i get a system error from host saying: > SYSERR(host): wilkshire.com. config error : mail loops back to me (MX > PROBLEM?) wilkshire.com must be part of the class w in /etc/sendmail.cf. add this line to your sendmamil.cf and restart sendmail Cwwilkshire.com jmb