From owner-freebsd-isp Sun Apr 27 16:04:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA04354 for isp-outgoing; Sun, 27 Apr 1997 16:04:39 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA04329 for ; Sun, 27 Apr 1997 16:04:29 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id JAA13312; Mon, 28 Apr 1997 09:04:08 +1000 (EST) Date: Mon, 28 Apr 1997 09:04:08 +1000 (EST) From: "Daniel O'Callaghan" To: Michael Dillon cc: freebsd-isp@FreeBSD.org Subject: Re: SMTP gateway clients In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 27 Apr 1997, Michael Dillon wrote: > On Sun, 27 Apr 1997, Jamie Rishaw wrote: > > > Or, you could have some script run (dont know what term server you are using) > > when they log in that will trigger a sendmail -q .. > > It's called ETRN. > telnet to port 25 and enter the command > > ETRN domain.name > QUIT but it only works with a fixed IP address for the relay. The original question was how to use dynamic IP address for the relay. Danny