From owner-freebsd-questions Mon Mar 18 11:19:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22128 for questions-outgoing; Mon, 18 Mar 1996 11:19:05 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA22117 for ; Mon, 18 Mar 1996 11:19:01 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15372(11)>; Mon, 18 Mar 1996 11:18:24 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177478>; Mon, 18 Mar 1996 11:18:20 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) cc: questions@freebsd.org Subject: Re: Mail Configuration error In-reply-to: Your message of "Mon, 18 Mar 1996 06:36:11 PST." <9603181436.AA00923@ruddles.stat.uconn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Mar 1996 11:18:06 PST From: Bill Fenner Message-Id: <96Mar18.111820pst.177478@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Your problem is that sendmail needs to know its hostname; if the host name is going to be dynamically assigned then sendmail needs to get restarted every time you get a new host name. If you restart your sendmail after setting your hostname to ppp02p03.ucc.uconn.edu (or whatever you get assigned), then email will work. You won't have very nice return addresses, though, since presumably someone else will get that hostname next time they connect. The easiest way to handle this situation is to ask uconn if you can get a statically assigned address. Otherwise, you're going to have to register your own domain and figure out how to get the MX record to always point to the dynamic address that you currently have. Bill